Skip to main content
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"
}'

Documentation Index

Fetch the complete documentation index at: https://docs.vambe.me/llms.txt

Use this file to discover all available pages before exploring further.

Path Parameters

phoneId
string
required

The phone id to send the message from

Query Parameters

stage
string

The stage id to send the message to

x-api-key
string
required

API key needed to authorize the request

message
string

The message to send

Body

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

The body is of type object.

Response

Message sent successfully.