GraphQLReferenceMutationscreateWebhookOn this pagecreateWebhook Create a new webhook for a user. Input WebhookCreateInput Return Type ID Example mutation CreateWebhook { createWebhook(input: { url: "https://example.com/webhook" events: [SIGNED, REJECTED, COMPLETED] })} Related updateWebhook deleteWebhook Webhook type WEBHOOKEVENTS enum