INPUT_OBJECT

FormWebhookCreate

A webhook configuration for specific forms.

link GraphQL Schema definition

  • input FormWebhookCreate {
  • # The form that this webhook is linked to.
  • form: IdObject!
  • # The webhook module ID.
  • webhook_module: IdObject!
  • # URL the hook will call.
  • url: String!
  • # Human friendly name of the webhook.
  • name: String!
  • # Webhook secret.
  • secret_key: String
  • }