Back

UpdateWebhookInput


Autogenerated input type of UpdateWebhook

Input Fields : ObjectDescription
clientMutationId: String A unique identifier for the client performing the mutation.
actions: [String] The valid webhook trigger(s) options are: - card.create - card.done - card.expired - card.late - card.move - card.overdue - card.field_update - card.delete - card.comment_create
email: String The webhook's notification 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.create: - {on_phase_id: [12345, 98765]} - card.done: - {on_phase_id: [12345, 98765]} - card.late: - {on_phase_id: [12345, 98765]} - card.overdue: - {on_phase_id: [12345, 98765]} - card.expire: - {on_phase_id: [12345, 98765]} - card.delete: - {on_phase_id: [12345, 98765]} - card.comment_create: - {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.field_update: - {field_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
name: String The webhook's name
url: String The webhook's notification URL
identityPropagationEnabled: Boolean Enable identity propagation for the webhook