CreateOrganizationWebhookInput
Autogenerated input type of CreateOrganizationWebhook
| Input Fields : Object | Description |
|---|---|
| clientMutationId: String | A unique identifier for the client performing the mutation. |
| actions: [ID] | 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 Examples: - Desired Header: `{"Custom-Header": "value"}` - Necessary Input: `"{\"Custom-Header\": \"value\"}"` |
| name: String | The webhook's name |
| organization_id: ID | The organization ID |
| url: String | The webhook's notification URL |