Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 849 Bytes

TaskCallbacks.md

File metadata and controls

10 lines (7 loc) · 849 Bytes

# TaskCallbacks

Properties

Name Type Description Notes
finalised string URL to which finAPI sends the notification message after the task is finalised (either completed successfully or with an error).<br/>finAPI will call this URL with HTTP method POST ignoring the response of the target endpoint. Only HTTPS URLs are allowed. [optional]
web_form_required string URL to which finAPI sends the notification message when the update can longer run in the background.<br/>finAPI will call this URL with HTTP method POST ignoring the response of the target endpoint. Only HTTPS URLs are allowed. [optional]

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