📄
Dokumentasi Dripsender
  • Apa itu dripsender.id?
  • Integrasi API (developer friendly)
  • Webhook
  • Integrasi PHP
  • Integrasi Sejoli
  • Integrasi Woocommerce
  • Integrasi Ninja Form
  • Integrasi Maxgrabb
  • Integrasi Google Form
  • Bantuan Integrasi
  • TRIAL GRATIS
Powered by GitBook
On this page

Was this helpful?

Webhook

webhook adalah pesan yang dikirim kepada service yang lain diluar dripsender.

kamu bisa menyeting webhook dripsender di menu Bot

Pesan yang dikirim dalam bentuk json POST request

contoh :

{ phone : "6281351941xxx", id : "3EB02155115CDB6024CF", jid : "6281351941xxx@s.whatsapp.net", text : "Sample Text", name : "Abdullah", timestamp : 1650957541 }

untuk responsenya boleh apa aja, tapi jika mau membalas pesan, responsenya dibuat dengan format dengan

{ reply : true, text : "Halo, ini balasannya." }

PreviousIntegrasi API (developer friendly)NextIntegrasi PHP

Last updated 2 years ago

Was this helpful?