Skip to main content
POST
/
api
/
v1
/
whatsapp
/
call
Make a WhatsApp call
curl --request POST \
  --url https://{subdomain}.mindhunters.ai/api/v1/whatsapp/call \
  --header 'Content-Type: application/json' \
  --data '
{
  "agentId": "32d8fc98-be1e-4d32-a12e-146f397fb1cb",
  "phoneNumber": "+1234567890"
}
'

Body

application/json
agentId
string<uuid>
required

UUID of the Agent

Example:

"32d8fc98-be1e-4d32-a12e-146f397fb1cb"

phoneNumber
string
required

Phone number of the contact in E.164 format

Example:

"+1234567890"

Response

Call initiated successfully