Management APIs
- Getting Started
- Bot Building
- Smart Agent Chat
- Conversation Design
-
Developer Guides
Code Step Integration Static Step Integration Shopify Integration SETU Integration Exotel Integration CIBIL integration Freshdesk KMS Integration PayU Integration Zendesk Guide Integration Twilio Integration Razorpay Integration LeadSquared Integration USU(Unymira) Integration Helo(VivaConnect) Integration Salesforce KMS Integration Stripe Integration PayPal Integration CleverTap Integration Fynd Integration HubSpot Integration Magento Integration WooCommerce Integration Microsoft Dynamics 365 Integration
- Deployment
- External Agent Tool Setup
- Analytics & Reporting
- Notifications
- Commerce Plus
- Troubleshooting Guides
- Release Notes
[API] Register webhooks
Haptik will call provided webhooks with events as they occur. You can register multiple webhooks, one for each type.
Endpoint
type |
POST |
required |
true |
provider |
TRACT |
caller |
ECT |
url |
/tract/hooks/register/ |
encoding |
application/json |
Request
parameter |
type |
required |
description |
---|---|---|---|
category |
str |
true |
Webhook event category |
subcategory |
str |
true |
Webhook event subcategory |
url |
str |
true |
Registered URL |
Response
parameter |
type |
required |
description |
---|---|---|---|
error |
str |
false |
Error message if applicable |
[API] List webhooks
Get a list of all webhooks registered for the ECT.
Endpoint
type |
GET |
required |
true |
provider |
TRACT |
caller |
ECT |
url |
/tract/hooks/list/ |
encoding |
application/json |
Response
parameter |
type |
required |
description |
---|---|---|---|
error |
str |
false |
Error message if applicable |
Additional endpoints to be provided at a later stage upon review by the Security and Compliance team.