Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 710 Bytes

WebhookUpdateRequest.md

File metadata and controls

11 lines (8 loc) · 710 Bytes

# WebhookUpdateRequest

Properties

Name Type Description Notes
url string Here you must place the URL of your Webhook remember that you must program what you will do with the events received. Also do not forget to handle the HTTPS protocol for greater security.
synchronous bool It is a value that allows to decide if the events will be synchronous or asynchronous. We recommend asynchronous = false [optional] [default to false]
events string[] [optional]

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