aeontel webhook-subscription
Manage outbound webhook subscriptions
Webhook-subscription commands
aeontel webhook-subscription list
List webhook subscriptions
TypeScript
aeontel webhook-subscription list --workspace <id>Shell
aeontel webhook-subscription list --workspace wsp_...aeontel webhook-subscription create
Create a webhook subscription
TypeScript
aeontel webhook-subscription create <name> --workspace <id> --url <url> [--secret <secret>] [--events <types>]Shell
aeontel webhook-subscription create "My name" --workspace wsp_... --url https://example.comaeontel webhook-subscription get
Get webhook subscription details
TypeScript
aeontel webhook-subscription get <id>Shell
aeontel webhook-subscription get id_...aeontel webhook-subscription update
Update webhook subscription
TypeScript
aeontel webhook-subscription update <id> [--name <name>] [--url <url>] [--events <types>] [--enabled <bool>]Shell
aeontel webhook-subscription update id_...aeontel webhook-subscription delete
Delete webhook subscription
TypeScript
aeontel webhook-subscription delete <id>Shell
aeontel webhook-subscription delete id_...aeontel webhook-subscription restore
Restore a soft-deleted webhook subscription
TypeScript
aeontel webhook-subscription restore <id>Shell
aeontel webhook-subscription restore id_...