TmWebhookInfo
Properties
Name | Type | Required | Description |
---|---|---|---|
id_ | str | ❌ | Internal identifier of a webhook |
creator_id | str | ❌ | Internal identifier of the user who created a webhook |
group_ids | List[str] | ❌ | Internal identifiers of groups where a webhook has been created |
creation_time | str | ❌ | Webhook creation time in ISO 8601 format |
last_modified_time | str | ❌ | Webhook last update time in ISO 8601 format |
uri | str | ❌ | Public link to send a webhook payload |
status | TmWebhookInfoStatus | ❌ | Current status of a webhook |
TmWebhookInfoStatus
Current status of a webhook
Properties
Name | Type | Required | Description |
---|---|---|---|
ACTIVE | str | ✅ | "Active" |
SUSPENDED | str | ✅ | "Suspended" |
DELETED | str | ✅ | "Deleted" |
Build Your Own SDKs with liblab
Build developer friendly SDKs in minutes from your APIs