CreateOrganizationWebhookInput
Autogenerated input type of CreateOrganizationWebhook
Input Fields : Object | Description |
---|---|
clientMutationId: String | A unique identifier for the client performing the mutation. |
actions: [ID] | The webhook trigger(s) Valid options: - user.invitation_sent - user.invitation_acceptance - user.removal_from_org - user.role_set |
name: String | The webhook's name |
url: String | The webhook's notification URL |
email: String | The webhook's notification email |
headers: Json | The webhook's custom headers |
organization_id: ID | The organization ID |