Create Webhook
Register a webhook endpoint to receive event notifications from your Telegent account. Use this to subscribe to events such as order updates, message status changes, or other platform activity, with optional Basic or Token authentication for callback security.
Documentation Index
Fetch the complete documentation index at: https://docs.telegent.com/llms.txt
Use this file to discover all available pages before exploring further.
Body
Webhooks object
Your Telegent account identifier in the format AID-XXXXXXX. Max 100 characters.
100The HTTPS URL Telegent will call when subscribed events fire. Max 255 characters.
255HTTP method Telegent should use when invoking the webhook, typically POST or PUT. Max 10 characters.
10Payload format sent to your endpoint, such as json or xml. Max 50 characters.
50Authentication scheme used when calling the webhook: None, Basic, or Token. Max 10 characters.
10Username for Basic authentication. Required when AuthenticationType is Basic. Max 255 characters.
255Password for Basic authentication. Required when AuthenticationType is Basic. Max 255 characters.
255Bearer token sent in the Authorization header. Required when AuthenticationType is Token. Max 255 characters.
255Comma-separated list of events to subscribe to (e.g. Order_Update, Message_Status). Max 255 characters.
255Response
Success
100255105010255255255255