Buzzbip Logo
LoginBook Demo
  1. Home
  2. Developer Hub
  3. Webhooks
  4. Webhooks
Search API docs, webhooks, SDK guides...
Developer Hub
  • Overview
  • Message Received
  • Message Sent
  • Message Failed
  • Contact Created
  • Contact Updated
  • Conversation Opened
  • Conversation Resolved
Help Center guide
Search API docs, webhooks, SDK guides...
Developer Hub
  • Overview
  • Message Received
  • Message Sent
  • Message Failed
  • Contact Created
  • Contact Updated
  • Conversation Opened
  • Conversation Resolved
Help Center guide
Webhooks6 min read · Updated 2026-06-01

Webhooks

اضبط webhooks BuzzBip لاستقبال إشعارات POST فورية للرسائل والمحادثات وأحداث جهات الاتصال.

تتيح webhooks لتطبيقك استقبال إشعارات فورية عند حدوث أحداث في مساحة عمل BuzzBip. يرسل BuzzBip طلب HTTP POST إلى endpoint المُعدّ لديك مع payload JSON.

إعداد webhooks

  1. انتقل إلى Settings → Developer → Webhooks في مساحة عمل BuzzBip
  2. انقر Add Webhook وأدخل عنوان URL لـ endpoint HTTPS
  3. اختر الأحداث التي تريد الاشتراك فيها
  4. احفظ وانسخ signing secret للتحقق من payload
  5. رد بـ 200 OK خلال 10 ثوانٍ لتأكيد الاستلام

الأحداث المدعومة

EventDescription
message.receivedيرسل جهة اتصال رسالة واردة
message.sentتُسلَّم رسالة صادرة
message.failedفشل تسليم رسالة صادرة
conversation.openedتُفتح محادثة جديدة
conversation.resolvedتُعلَّم محادثة كـ «تم الحل»
contact.createdتُضاف جهة اتصال جديدة إلى Audience
contact.updatedتُحدَّث حقول أو tags جهة الاتصال
workflow.triggeredيُفعَّل workflow عبر API أو أتمتة

مثال payload

json
{
  "id": "evt_7f3a9b2c",
  "type": "message.received",
  "createdAt": "2026-06-01T14:32:00Z",
  "data": {
    "messageId": "msg_abc123",
    "conversationId": "conv_xyz789",
    "contactId": "cnt_def456",
    "channel": "whatsapp",
    "body": "Hello, I need help with my order",
    "from": "+21612345678"
  }
}

التحقق من التوقيعات

يتضمن كل طلب webhook رأس X-BuzzBip-Signature. احسب hash HMAC-SHA256 لجسم الطلب الخام باستخدام signing secret وقارنه بقيمة الرأس للتحقق من الأصالة.

ℹ

يعيد BuzzBip محاولة تسليم webhooks الفاشلة حتى 5 مرات مع backoff أسي. تأكد أن endpoint لديك idempotent.

Need help with your integration?

Our team can help you design, build, and troubleshoot custom BuzzBip integrations.

Contact SupportBrowse Help Center

On this page

  • إعداد webhooks
  • الأحداث المدعومة
  • مثال payload
  • التحقق من التوقيعات

Next-Gen AI-Powered Conversational Marketing for E-commerce

Meta

Official Meta Tech Provider

Product

  • Features
  • How It Works
  • Pricing

Company

  • About Us
  • Team
  • Contact

Resources

  • Blog
  • Case Studies
  • Support

Legal

  • Privacy Policy
  • Terms of Service
  • Cookie Policy

© Copyright 2025 BuzzBip. All rights reserved.