Update Webhook
Update the configuration of an existing webhook, including its destination URL, HTTP method, authentication credentials, and the list of subscribed events. Use this to rotate credentials, change the callback endpoint, or modify which events trigger notifications without recreating the webhook.
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
Update_Webhook_Request object
Your Telegent account identifier (prefixed AID-). Max 100 characters.
100The destination URL that Telegent will call when a subscribed event fires. Must be a reachable HTTPS endpoint, max 255 characters.
255HTTP method used to deliver the webhook payload, typically POST or PUT. Max 10 characters.
10Payload format for the webhook body, e.g. json or xml. Max 50 characters.
50Authentication scheme used when calling your endpoint. Supported values include Basic, Bearer, or None. Max 10 characters.
10Username used when AuthenticationType is Basic. Max 255 characters.
255Password used when AuthenticationType is Basic. Max 255 characters.
255Bearer token or API key used when AuthenticationType is Bearer. Max 255 characters.
255Comma-separated list of event names this webhook should receive (e.g. Order_Update, New_SMS). Max 255 characters.
255Identifier of the webhook to update (prefixed WID-). Required to locate the existing record.
Response
Success
100255105010255255255255