aeontel webhook-endpoint
Manage inbound webhook endpoints
Webhook-endpoint commands
aeontel webhook-endpoint list
List webhook endpoints
TypeScript
aeontel webhook-endpoint list --workspace <id>Shell
aeontel webhook-endpoint list --workspace wsp_...aeontel webhook-endpoint create
Create a webhook endpoint
TypeScript
aeontel webhook-endpoint create <name> --workspace <id> [--secret <secret>] [--signature-header <header>] [--signature-algo <algo>]Shell
aeontel webhook-endpoint create "My name" --workspace wsp_...aeontel webhook-endpoint get
Get webhook endpoint details
TypeScript
aeontel webhook-endpoint get <id>Shell
aeontel webhook-endpoint get id_...aeontel webhook-endpoint update
Update webhook endpoint
TypeScript
aeontel webhook-endpoint update <id> [--name <name>] [--enabled <bool>]Shell
aeontel webhook-endpoint update id_...aeontel webhook-endpoint delete
Delete webhook endpoint
TypeScript
aeontel webhook-endpoint delete <id>Shell
aeontel webhook-endpoint delete id_...aeontel webhook-endpoint restore
Restore a soft-deleted webhook endpoint
TypeScript
aeontel webhook-endpoint restore <id>Shell
aeontel webhook-endpoint restore id_...