Webhook
List of webhook information
| Field : Object | Description |
|---|---|
| actions: [String] | The valid webhook trigger(s) options are: - card.comment_create - card.create - card.delete - card.done - card.email_received - card.expired - card.field_update - card.late - card.move - card.overdue - user.invitation_acceptance - user.invitation_sent - user.removal_from_org - user.removal_from_pipe - user.removal_from_table - user.role_set |
| email: String | The webhook chosen email |
| filters: JSON | The webhook's filters. When used, webhooks will only be sent when the configured parameters are met. Only one webhook action can be configured when filters are used. Accepts an array of multiple numeric ids as a value. Example of valid key and value pairs: - card.comment_create: - {on_phase_id: [12345, 98765]} - card.create: - {on_phase_id: [12345, 98765]} - card.delete: - {on_phase_id: [12345, 98765]} - card.done: - {on_phase_id: [12345, 98765]} - card.email_received: - {on_phase_id: [12345, 98765]} - card.expired: - {on_phase_id: [12345, 98765]} - card.field_update: - {field_id: [12345, 98765]} - card.late: - {on_phase_id: [12345, 98765]} - card.move: - {from_phase_id: [12345, 98765]} - {to_phase_id: [12345]} - {from_phase_id: [12345], to_phase_id: [98765]} - card.overdue: - {on_phase_id: [12345, 98765]} |
| headers: Json | The webhook custom JSON headers. Example: - Desired Header: `{"Custom-Header": "value"}` - Necessary Input: `"{\"Custom-Header\": \"value\"}"` |
| id: ID | The webhook ID |
| identityPropagationEnabled: Boolean | Enable identity propagation for the webhook |
| name: String | The webhook name |
| url: String | The webhook URL |