OBJECT
FormWebhook
A webhook configuration for specific forms.
link GraphQL Schema definition
- type FormWebhook {
- # The form that this webhook is linked to.
- Form :
- # The unique ID.
- Int! :
- # The webhook module.
- WebhookModule :
- # URL the hook will call.
- String :
- # Human friendly name of the webhook.
- String :
- # Webhook secret.
- String :
- # User who created the webhook.
- User :
- # Time webhook was created.
- DateTime :
- # Webhook active status.
- Boolean :
- }