Skip to main content
POST
/
external
/
whatsapp
WhatsApp Webhook
curl --request POST \
  --url https://olive-gateway-a6ba.onrender.com/api/v1/external/whatsapp \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "event": "<string>",
  "message": "<string>",
  "from": "<string>",
  "phoneE164": "<string>"
}
'
{}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
event
string
required
message
string
required
from
string
required
phoneE164
string
required

Response

200 - application/json

Success

The response is of type object.