Skip to content

Commit 1c8b1dd

Browse files
committed
docs(whatsapp): fix status-callback webhook name and Schema api reference
1 parent b1235c2 commit 1c8b1dd

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

fern/products/platform/pages/messaging/whatsapp/receive-messages.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ To be notified of each status change as it happens, set `status_callback` when
4040
[sending a message](/docs/platform/messaging/whatsapp/send-messages). SignalWire then POSTs the
4141
following payload to your URL at each state change:
4242

43-
<WebhookPayloadSnippet webhook="message_status_callback" />
43+
<WebhookPayloadSnippet webhook="messageStatusCallback" />
4444

4545
## Replying to inbound messages
4646

fern/products/platform/pages/messaging/whatsapp/send-messages.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Meta enforces specific rules about when and how a business can send WhatsApp mes
3636
Set `message_type` to one of the following for a content message. Each value determines the shape of
3737
`body`, shown below.
3838

39-
<Schema type="Message.WhatsAppContentMessageRequest" showDescription />
39+
<Schema type="Message.WhatsAppContentMessageRequest" api="signalwire-rest" showDescription />
4040

4141
## Examples
4242

0 commit comments

Comments
 (0)