cURL
curl --request POST \ --url https://api.papercuts.ai/v1/whatsapp/messages \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --header 'X-User-Token: <api-key>' \ --data ' { "mobile": "<string>", "message": "<string>" } '
{ "status": "ok" }
Send a message to a WhatsApp number.
Your Papercuts API Key
User Token received while integrating end user accounts
The mobile number to send the message to.
The content of the message.
Message sent successfully
ok
error