WebhookConfigResp
- createdType: stringFormat: date-time
At When the webhook was created
- descriptionType: string
Description of this webhook configuration
- eventType: array string[] · WebhookEventType[]enum
Types Event types this webhook is subscribed to
values- workflow
.started - workflow
.failed - workflow
.completed - workflow
.declined - workflow
.voided
- Type: string · WebhookEventTypeenum
Type of webhook event
values- workflow
.started - workflow
.failed - workflow
.completed - workflow
.declined - workflow
.voided
- idType: string
Unique identifier for the webhook configuration
- isType: boolean
Active Whether the webhook is currently active
- organizationType: string
Id Organization this webhook belongs to
- retryType: object · WebhookRetryConfig
Config - backoffType: stringenum
Strategy Strategy for calculating retry backoff
values- exponential
- linear
- constant
- maxType: integer
Attempts Maximum number of delivery attempts
- maxType: integer
Backoff Maximum backoff time in seconds
- maxType: integer
Retry Duration Maximum time in seconds to retry delivery
- minType: integer
Backoff Minimum backoff time in seconds
- updatedType: stringFormat: date-time
At When the webhook was last updated
- urlType: stringFormat: uri
URL receiving webhook events
