Webhook
Zalo Framework
Webhook URL
{host_url}/webhook/xpbot/api/zalo/push?param.header.xp-api-key={xp-api-key}
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
{host_url}/webhook/xpbot/api/azbot/push?param.header.xp-api-key={xp-api-key}
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
Last updated