Callback

The endpoint your remote adapter will send the response payload to when returning flow data back to Chain.io

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

Download our full OpenAPI file

Body Params

The body of the request your adapter will return to Chain.io

string
enum

See the Core Concepts page in the guide to learn more about the statuses you can return.

Allowed:
user_logs
array of objects

List of user log messages to display to user in the Chain.io portal's flow execution results page.

user_logs
string

Return the exact callback string that Chain.io sent to your webhook_url.

files
array of objects

A list of additional files to provide to the user in the Flow Execution screen. These files are not passed to other adapters. You may return up to 5 files per adapter execution. Each file may be up to 100 MB in size. If you require larger files, we recommend hosting the files with your own solution and providing a link to the files in a user_log message.

files
data_tags
array of objects

List of data tags to display to the user. These tags are utilized by the user to search for specific executions of the flow that involved your adapter.

data_tags
payload
Headers
string

HMAC SHA256 signature of your response body signed with the shared_secret value you used when registering your adapter. Requests missing this header or with an invalid signature will result in a 400 error.

Responses

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json