0% found this document useful (0 votes)
69 views2 pages

Whatsapp API Blast Integration Trial

The document provides instructions for using the WABA API to send broadcast messages to specified phone numbers via WhatsApp. It includes the API URL, required headers, supported HTTP method (POST), example request and response payloads for sending a message to a single number using a predefined template.

Uploaded by

Kurniawan Wawan
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
69 views2 pages

Whatsapp API Blast Integration Trial

The document provides instructions for using the WABA API to send broadcast messages to specified phone numbers via WhatsApp. It includes the API URL, required headers, supported HTTP method (POST), example request and response payloads for sending a message to a single number using a predefined template.

Uploaded by

Kurniawan Wawan
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

API WABA - Version 1.

WABA API
DOCUMENTATION
Dibuat untuk :
PT. Aliansi Pengembang Indonesia

Disiapkan oleh :
PT. Metra-Net
01 November 2023

Kontak Teknis :
Wahyono
WA : 0813-1152-1583
Email : [email protected]
API WABA - Version 1.0

1. Document Control
1.1 Revision History

Version Date Revised By Description


1.0 2023-11-01 Metranet

2. Overview

API Whatsapp Blast digunakan untuk melakukan pengiriman pesan broadcast ke


nomor handphone yang telah ditentukan.

3. Send Message

URL API https://omnichannel.qiscus.com/whatsapp/v1/zyss-


opgx07lcfhqkcn18/1001/messages
Headers Qisqus-App-Id , zyss-opgx07lcfhqkcn18
Qisqus-Secret-Key, c6c38eda71cbc4936868a8460b92f7a2
Content-Type application/json

Method POST
{
"to": "08119110707", // YOUR CUSTOMER NUMBER HERE
"type": "template",
"template": {
"namespace": "95e334e6_b2b6_4e40_9343_c75c0d7156ed",
"name": "promkes", // use template blast name
Data Payload "language": {
"policy": "deterministic",
"code": "id"
}
}
}

{
"contacts": [
{
"input": "628119110707",
"wa_id": "628119110707"
}
],
"messages": [
{
Response "id":
"wamid.HBgMNjI4MTE5MTEwNzA3FQIAERgSOERERkZBMkIxMjUxMUM1OEZGA
A==",
"message_status": "accepted"
}
],
"messaging_product": "whatsapp"
}

You might also like