📄️ body attribute
Sets the content to be sent to another server.
📄️ delay attribute
Waits for a specific amount of time in milliseconds before sending the callback.
📄️ headers attribute
Allow to set headers of the callback request.
📄️ method attribute
Define which HTTP request method will be used to send the callback request.
📄️ timeout attribute
Specify an amount of time in milliseconds to wait for the callback request response.
📄️ url attribute
Set the callback target absolute URL. This attribute is required.