Skip to main content

API Export

ComponentTypeDescription
imgAPI Export🔀 actionexport data via API

The API Export component allows you to export or send data from Workflow86 to an API endpoint.

API Export options​

Currently the only request type available in the API Export component is POST and the only data type for the payload is JSON.

note

GET method will be added in the upcoming feature release

API Export body​

Construct the body of the payload in the textfield. You can use placeholders here to have values dynamically substituted in when the workflow is executed.

important

If the value of the placeholder is a string (i.e. text) make sure you place quotation marks " " around the placeholder i.e "${placeholder}". This is not required if the value of the placeholder is a number or boolean.

img

Adding headers​

Click the “Add Header” button at the bottom to add a header to the payload.

img