cURL
curl --request POST \
--url https://api.nuvia.ai/v1/whatsapp/webhook \
--header 'Content-Type: application/json' \
--data '
{
"entry": [
{
"changes": [
{
"value": {
"messages": [
{}
],
"message_echoes": [
{}
],
"smb_message_echoes": [
{}
],
"contacts": [
{}
],
"statuses": [
{}
],
"metadata": {},
"state_sync": [
{}
]
},
"field": "<string>"
}
]
}
]
}
'Whatsapp
Post v1whatsappwebhook
POST
/
v1
/
whatsapp
/
webhook
cURL
curl --request POST \
--url https://api.nuvia.ai/v1/whatsapp/webhook \
--header 'Content-Type: application/json' \
--data '
{
"entry": [
{
"changes": [
{
"value": {
"messages": [
{}
],
"message_echoes": [
{}
],
"smb_message_echoes": [
{}
],
"contacts": [
{}
],
"statuses": [
{}
],
"metadata": {},
"state_sync": [
{}
]
},
"field": "<string>"
}
]
}
]
}
'Body
application/json
Show child attributes
Show child attributes
Response
201 - undefined
⌘I