UpdateOrganizationWebhookInput
Autogenerated input type of UpdateOrganizationWebhook
| Input Fields : Object | Description |
|---|---|
| clientMutationId: String | A unique identifier for the client performing the mutation. |
| actions: [String] | The valid webhook trigger(s) options are: - user.invitation_sent - user.invitation_acceptance - user.role_set - user.removal_from_org - user.removal_from_pipe - user.removal_from_table |
| email: String | The webhook's notification email |
| 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 |