Skip to main content

WhatsApp Send API

RESTFUL ENDPOINT:

METHOD POST
URL https://app.gabung.in/api/v2/whatsapp/send


RESTFUL HEADER:

api-key

Your API Key From Your WA Control Panel.

Go to Whatsapp API

image.png

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:

HTTP STATUS CODE 201
{
  success: true
}