OBJECT

TriggerEventPayload

The return payload from the triggerEvent mutation

link GraphQL Schema definition

  • type TriggerEventPayload {
  • # The URL where the webhook message was sent
  • webhookURL: URL!
  • # The payload uuid sent in the WebhookPayload
  • payloadId: ID!
  • # The event uuid sent in the WebhookEvent
  • eventId: ID!
  • }

link Require by