Webhook


List of webhook information

Field : ObjectDescription
actions: [String] The webhook triggers. Valid options: card.create, card.done, card.expired, card.late, card.move, card.overdue, card.field_update, card.delete, user.removal_from_org, user.removal_from_pipe, user.removal_from_table, user.role_set, user.invitation_acceptance, user.invitation_sent
email: String The webhook chosen email
filters: JSON The webhook's filters
headers: Json The webhook custom headers in a valid JSON format. Example: {"Custom-Header": "value"}
id: ID The webhook ID
name: String The webhook name
url: String The webhook URL

String

Represents textual data as UTF-8 character sequences. This type is most often used by GraphQL to represent free-form human-readable text.

String

Represents textual data as UTF-8 character sequences. This type is most often used by GraphQL to represent free-form human-readable text.

JSON

Represents untyped JSON

Json

A JSON (JavaScript Object Notation) format.

ID

Represents a unique identifier that is Base64 obfuscated. It is often used to refetch an object or as key for a cache. The ID type appears in a JSON response as a String; however, it is not intended to be human-readable. When expected as an input type, any string (such as `"VXNlci0xMA=="`) or integer (such as `4`) input value will be accepted as an ID.

String

Represents textual data as UTF-8 character sequences. This type is most often used by GraphQL to represent free-form human-readable text.

String

Represents textual data as UTF-8 character sequences. This type is most often used by GraphQL to represent free-form human-readable text.