V3ExtensionsWebhooksWebhookResponse
Fields
name
str
✔️
Name of the webhook
description
Optional[str]
➖
Description of the webhook
urls
✔️
A list of URLs to which the webhook payload will be sent
header
➖
Headers to be sent with the webhook
max_retry
Optional[int]
➖
Maximum number of retries for the webhook
teams
List[str]
➖
List of team IDs to which this webhook is applicable
is_all_teams_configured
Optional[bool]
➖
Set to true if the webhook is configured for all teams
custom_payload_template_slug
Optional[str]
➖
Slug of the custom payload template
language
Optional[str]
➖
Language for the webhook payload
mail_ids
List[str]
➖
List of email IDs for notification
trigger_type
str
✔️
Type of trigger
custom_payload
Optional[str]
➖
Custom payload for the webhook
payload_type
Optional[str]
➖
Type of payload
id
str
✔️
N/A
created_at
str
✔️
N/A
updated_at
str
✔️
N/A
organization_id
Optional[str]
➖
N/A
author_id
str
✔️
N/A
slug
str
✔️
N/A
version
Optional[str]
➖
N/A
Last updated