v1

latestOpenAPI 3.1.02026-07-24890206.3 KB

WhatsApp Message Send

post/communication/whatsapp/send_message

Headers

client-idstring required
client-secretstring required
Content-Typestring required

Request body

mobilestring required

Customer WhatsApp Mobile Number

message_typestring required

Provide SMS Type: For Transactional (Pass "transactional"), For Promotional (Pass "promotional)

template_idstring required

Provide Template of SMS, Which is Provided by AeronPay and Approved by Meta Platforms

param_1string

Provide Param (1) which you will get in Template Fetch API Response

param_2string

Provide Param (2) which you will get in Template Fetch API Response

param_3string

Provide Param (3) which you will get in Template Fetch API Response

param_4string

Provide Param (4) which you will get in Template Fetch API Response

Response

200

statusstring
statusCodestring
sms_templatestring
message_idstring
transactionIdstring
acknowledgedstring
messagestring

Example response

{
  "status": "SUCCESS",
  "statusCode": "200",
  "sms_template": "342245 is your verification code. For your security, do not share this code.",
  "message_id": "64f498fc0d7ac9ebe29d52f5",
  "transactionId": "ARNPY17408633635081",
  "acknowledged": "1",
  "message": "WhatsApp SMS Successfully Delivered"
}