Data upload endpoint for inbound files to Adra Suite
POST
https://integrationhub.adra.com
/api/v3.0/{engagementSid}/files/{inboundFileCategory}/{suggestedFileName}
Production server
{var_value}
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 authenticationUser-Agent: Client identifierContent-Length: File size in bytes
Optional Headers
Content-Type: File MIME typeLast-Modified: File's last modification timestamp
Processing
After upload, the file will be:
- Validated for format and content
- Queued for processing
- Processed according to the inboundFileCategory
Use the status endpoint to track the processing status using the returned uniqueFileName.
POST /api/v3.0/{engagementSid}/files/{inboundFileCategory}/{suggestedFileName}
Loading...
Response
Waiting for a request to be sent.