Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 811 Bytes

CallflowsWebhook.md

File metadata and controls

13 lines (10 loc) · 811 Bytes

IO.Swagger.Model.CallflowsWebhook

Properties

Name Type Description Notes
CustomData Object JSON object of custom data included on the HTTP request [optional]
HttpVerb string What HTTP verb to use when sending the request [optional]
Retries int? How many times to retry the request if the host isn't available [optional]
SkipModule bool? When set to true this callflow action is skipped, advancing to the wildcard branch (if any) [optional]
Uri string The HTTP URI to send the request [optional]

[Back to Model list] [Back to API list] [Back to README]