CallbackConfig interface
The configuration of service URI and custom headers for the webhook.
Properties
custom |
Custom headers that will be added to the webhook notifications. |
service |
The service URI for the webhook to post notifications. |
Property Details
customHeaders
Custom headers that will be added to the webhook notifications.
customHeaders?: {[propertyName: string]: string}
Property Value
{[propertyName: string]: string}
serviceUri
The service URI for the webhook to post notifications.
serviceUri: string
Property Value
string