Skip to main content
POST
/
api
/
v1
/
onboarding
/
type
/
twilio-whatsapp
Onboard twilio whatsapp account
curl --request POST \
  --url https://dev-chat-engine.actualize.ae/api/v1/onboarding/type/twilio-whatsapp \
  --header 'Content-Type: application/json' \
  --data '
{
  "code": "12345",
  "senderId": "whatsapp:+14155238886",
  "wabaId": "waba-123",
  "name": "Acme Inc"
}
'

Body

application/json
code
string
required

The code generated by chat engine while generating link

Example:

"12345"

senderId
string
required

The sender ID for the WhatsApp messages

Example:

"whatsapp:+14155238886"

wabaId
string
required

The WABA ID for the WhatsApp Business Account

Example:

"waba-123"

name
string
required

The name of the subaccount

Example:

"Acme Inc"

Response

Onboarding record created successfully.