Skip to main content
POST
cURL

Authorizations

Authorization
string
header
required

Your Notifyer System API Token

Body

application/json
template
string<uuid>
required

The unique template ID used for sending the message

variables
object
required

A JSON object containing dynamic placeholders for the message template. The keys should match the variables in your template. Common variable keys include:

  • body1, body2, body3: Text variables for message content
  • media: URL for image, video, or document attachments
  • visit_website: URL's parameter for the dynamic button link
phone_number
string
required

The recipient's phone number in international format (e.g., +123476529999)

Response

Message sent successfully

success
boolean

Indicates if the message was sent successfully

whatsapp_response_info
object