INPUT_OBJECT

WebhookUpdate

A webhook configuration for ANY instance of a module.

link GraphQL Schema definition

  • input WebhookUpdate {
  • # The unique ID.
  • id: Int
  • # 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
  • # Webhook active status.
  • is_active: Boolean
  • }