OBJECT

WebhookTestPayload

Return type for testWebhook mutation.

link GraphQL Schema definition

  • type WebhookTestPayload {
  • # Indicates if the test request was delivered successfully.
  • success: Boolean!
  • # Error message if the test request failed.
  • error: String
  • }