DeliveryConfig
typestringrequired
Possible values: [webhook, notification, email, workflow]
channelstring
For notification/email delivery types
endpointstring
For webhook delivery type
workflow_idstring
For workflow delivery type
DeliveryConfig
{
"type": "webhook",
"channel": "string",
"endpoint": "string",
"workflow_id": "string"
}