Add Callback URL
By adding a callback URL, the function will automatically send an HTTP POST
request with relevant data (such as success/failure status and output) to the
specified URL once the function has completed its execution.
Note: If a callback URL is set both on a trigger and in
the function, the function’s callback will take priority.