WhatsApp Send API
RESTFUL ENDPOINT:
| METHOD |
POST |
| URL |
https://app.gabung.in/api/v2/whatsapp/send |
tokenapi-key |
<your_token_generated_by_authentication>Your seeAPI AuthKey From Your WA Control Panel. |
POST https://app.gabung.in/api/v2/whatsapp/send
Accept: application/json
Content-Type: application/json
api-key: <place_your_api_key_here>
REQUEST BODY:
{
message : "<your_message>[required]",
phone : "<intl_formatted_phone_number>[required]",
image_url : "<image_url_if_any>[optional]"
}
EXAMPLE REQUEST BODY:
{
message : "Hello World, This is me from WA Gabung.in",
phone : "62812391283129",
image_url : "https://via.placeholder.com/150"
}
RESPONSE BODY:
{
success: true,
result: "<any_whatsapp_result_if_any>"true
}