POST https://integrationhub.adra.com /api/v3.0/{engagementSid}/files/{inboundFileCategory}/{suggestedFileName}

Data upload endpoint for inbound files to Adra Suite

Upload a file to the Integration Hub for processing in Adra Suite. This endpoint supports various file types depending on the inboundFileCategory.

File Size Limits

  • Maximum file size: 100 MB

Required Headers

  • Authorization: Bearer token for authentication
  • User-Agent: Client identifier
  • Content-Length: File size in bytes

Optional Headers

  • Content-Type: File MIME type
  • Last-Modified: File's last modification timestamp

Processing

After upload, the file will be:

  1. Validated for format and content
  2. Queued for processing
  3. Processed according to the inboundFileCategory

Use the status endpoint to track the processing status using the returned uniqueFileName.

*/* content type isn’t supported yet in our API Explorer.

Report an unsupported content type
POST /api/v3.0/{engagementSid}/files/{inboundFileCategory}/{suggestedFileName}
Loading...

Share your request

Use this link to easily share a pre-filled request of this operation. Everything you filled will be shared apart from the authentication fields.

Request URL

https://developer.adra.com/doc/integration-hub/explorer/operation/operation-uploadinboundfile

Send a delete request

It looks like you’re about to send a DELETE request to this API. This type of request carries a risk of permanent and irreversible data loss.

Are you sure you want to continue?
Response
Waiting for a request to be sent.