Upload a File
POST {{baseUrl}}/automations/:automationId/files
Upload a file for the automation to consume.
Preview Functionality
This API is not yet generally available. It is available as part of Early Access to receive feedback. Be aware that there may be significant changes to this API with short notice until the time that the API is made Generally Available.
Request Body
[{"name"=>"file", "value"=>nil, "datatype"=>"null"}]
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"result":{"id":"AFL_123456789012341"},"meta":{"httpStatus":"200 - OK","requestId":"ba475bf2-3a9e-4895-9674-d44a2ea3bc40"}}