XBot
  • Overview
    • Introduction
    • How xBot Works
    • Target Audience
    • Key Benefits of xBot
    • Core Concepts of xBot
  • Quick Start
    • Quick Setup
    • Getting Started
      • Zalo Channel
      • Azure Bot Framework
      • FaceBook Channel
      • Team Channel
      • Webchat Channel
      • Email Channel
    • Basic Configuration
    • First AI Flow Setup
    • Initial Testing and Go Live
  • Features
    • Using xBot to Handle End-User Queries
    • Communication Channels
      • Zalo OA
      • Facebook
      • Teams
      • WebChat
      • Email
    • Understanding the Message Handling Flow
    • Understanding AI Bots in xBot
    • Configuring Dispatch Rules in xBot
    • User Functions and Permissions
      • Custom Roles and Permissions
      • Auditing and Monitoring User Activities
    • Cross-Platform Message Type Compatibility
    • AI Flow
      • Core Concepts
      • AI Services
        • Knowledge Base Agent
        • AI Agent
        • AI Proxy Agent
      • Knowledge Base
      • Functions
      • Evaluation Metrics
        • Essential Information
        • Basic Metrics
        • Extra Metrics
  • Integration Guide
    • Integrates with multiple channels
      • API reference
        • Webhook
          • ZaloPushToXBot
          • AzbotPushToXBot
        • Webchat
          • InitForClient
  • References
    • Industry-Specific Use Cases
      • Media and Entertainment
      • Wholesale
      • Transportation and Logistics
      • Manufacturing
      • Energy and Utilities
      • Real Estate
      • Agriculture
      • Travel and Hospitality
      • Healthcare and Wellness
      • Retail and E-Commerce
      • Public Administration
      • Legal
      • Training
      • Education
      • xBot Use Case: Insurance
      • Securities -Use Case
      • Banking - Use Case
      • xBot Use Case: Finance
Powered by GitBook
On this page
  • Zalo Framework
  • Webhook URL
  • Azure Bot Framework
  • Webhook URL
  1. Integration Guide
  2. Integrates with multiple channels
  3. API reference

Webhook

PreviousAPI referenceNextZaloPushToXBot

Last updated 10 months ago

Zalo Framework

Webhook URL

Request Params

Name
Value

xp-api-key

XBot will generate an xp-api-key and provide it to you. This key is used for authentication when XBot interacts with your system.

Response

Name
Type
Description
Remarks

status

Long

Status of results returned by the API

0: Success

1: Failure

Azure Bot Framework

Webhook URL

Request Params

Name
Value

xp-api-key

XBot will generate an xp-api-key and provide it to you. This key is used for authentication when XBot interacts with your system.

Response

Name
Type
Description
Remarks

status

Long

Status of results returned by the API

0: Success

1: Failure

{host_url}/webhook/xpbot/api/zalo/push?param.header.xp-api-key={xp-api-key}
{host_url}/webhook/xpbot/api/azbot/push?param.header.xp-api-key={xp-api-key}