Thread control 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] Fetch listeners
Endpoint
type |
POST |
---|---|
required |
true |
provider |
TRACT |
caller |
ECT |
url |
/tract/thread_control/listeners/ |
encoding |
application/json |
Request
parameter | type | required | description |
---|---|---|---|
user_id | str | true | Associated user ID |
Response
parameter | type | required | description |
---|---|---|---|
listeners | List[dict] | true | List of listeners on the given thread |
[API] Thread management
Endpoint
type |
POST |
---|---|
required |
true |
provider |
TRACT |
caller |
ECT |
url |
/tract/thread_control/request |
encoding |
application/json |
Request
parameter | type | required | description |
---|---|---|---|
user_id | str | true | Associated user ID |
type | str | true | (request, pass, take) |
requester | str | true | Requester ID |
receiver | str | true | Receiver ID |
Response
parameter | type | required | description |
---|---|---|---|
success | bool | true | Acknowledgment from TRACT |
reason | dict | false | Explanation if unsuccessful |