Advanced Search
Search Results
22 total results found
TUTORIAL PENGGUNAAN
Tutorial Penggunaan Software
Integration API
PUBLIC RESTFUL API
Public RestFul API design and concept
Whatsapp API
Whatsapp Message Listener
Webhook Ninja Pages
Stack Overflow
Notes of problem and solving
Fundamentals
WA API
WA API For Sending Message.
Search
Search EndPoint for Fast Searching
Authentication
Authentication System
WhatsApp Send API
RESTFUL ENDPOINT: METHOD POST URL https://appv2.gabung.in/wa-api/send RESTFUL HEADER: api-key Your API Key From Your WA Control Panel. Go to Whatsapp API Accept: application/json Content-Type: application/json api...
Headers
Auth Authorization : Bearer {company token} X-Whatsapp-Token : {whatsapp api key} Content Type Content-Type : application/json
Readme
HTTP Request Doc Base URL : https://appv2.gabung.in Doc Postman : https://documenter.getpostman.com/view/3673686/2s9XxvRth7 Company Token Klik kanan pada menu dropdown pengguna, lalu pilih menu Company Token. Token pada input teks adalah Company Token ...
Check Client Info
URL {{url}}/api/integration/whatsapp/v1/client/info Body No Parameter
Send Text Message
URL {{url}}/api/integration/whatsapp/v1/message/text Parameter { "receiver" : "6287800000000", // Whatsapp phone number, without leading +, required "text" : "Test" // Text message, required }
Send Image Message
URL {{url}}/api/integration/whatsapp/v1/message/image Parameter { "receiver" : "6287800000000", // Whatsapp phone number, without leading +, required "caption" : "caption", // Image text or caption, required "file" : "https://i.pravatar.c...
Get Message Logs
URL {{url}}/api/integration/whatsapp/v1/client/logs Parameter { "page" : 1, // Halaman yang diinginkan, required "per_page" : 10, // data per halaman dalam digit, required "search" : "" // Pencarian nomor telepon }
Readme
Header & Payload
Method : POST Header (unused) { "Authorization" : "Bearer {plugin api key}" } Payload { "from" : {nomor pengirim}, // 6285643000000, "to" : {nama cs}, // "Nama CS", "message" : {pesan teks}, // "Hi", "timestamp" : {human readab...
Incident Postmortem Slow Query Development Server Track
Incident summary Over the past week, when testing slow queries on the development track server, the queries have always been slower than production. A bug in this slow query caused the development server down. Fault I've tried query optimization, and when ...
Check Whatsapp Number
Check apakah nomor telepon terdaftar di whatsapp URL {{url}}/api/integration/whatsapp/v1/client/check-number Parameter { "phone_number" : "6285643705660" }