Webchat Deep Link APIs
Generate Webchat Deep Link
Authorization: Bearer YOUR_API_TOKEN
Content-Type: application/json{
"scenario_id": "customer_support",
"dataset": [
{
"user_id": "user_12345",
"attributes": {
"name": "John Doe",
"email": "john.doe@example.com",
"account_type": "premium",
"support_tier": "gold"
}
},
{
"user_id": "user_67890",
"attributes": {
"name": "Jane Smith",
"email": "jane.smith@example.com",
"account_type": "standard",
"support_tier": "silver"
}
}
]
}How It Works
Supported Attribute Types
Scalar Attributes
Collection Attributes (Arrays)
Unsupported Types
Use Cases
Personalized Marketing Campaigns
Support Ticket Integration
Authenticated User Sessions
Bulk Link Generation
Error Responses
Best Practices
Security Considerations
Performance Optimization
Integration Tips
Example Usage
Python Example
cURL Example
JavaScript Example
Integration Workflow
Last updated