POST
/
api
/
public
/
web-whatsapp-message
/
send
/
{phoneId}
/
message
Send a message
curl --request POST \
  --url https://api.vambe.me/api/public/web-whatsapp-message/send/{phoneId}/message \
  --header 'Content-Type: application/json' \
  --data '{
  "key": "value"
}'

Path Parameters

phoneId
string
required

The phone id to send the message from

Query Parameters

message
string

The message to send

stage
string

The stage id to send the message to

x-api-key
string
required

API key needed to authorize the request

Body

The payload to send. Can be JSON or form data.

The body is of type object.

Response

Message sent successfully.