The 'Filer - Send Data' action allows you to perform an HTTP request to an Encodian Filer endpoint.
Credit Count
This action consumes only 0.05 credits per operation (except 1 credit on the free plan). For example, 100 operations will consume 5 credits on a trial and all paid plans.
Default Parameters
The default 'Filer - Send Data' flow action parameters are detailed below:
- API Endpoint: Set the Encodian Filer endpoint URL
- API Key: Set the Encodian Filer API Key for authentication
- Data: Provide the data payload to be sent to Encodian Filer (body)
- HTTP Method: Set the HTTP Method type
Return Parameters
The 'Filer - Send Data' flow action returns the following data.
Action Specific Return Values
- Response - The response provided by the Encodian Filer endpoint conforms to the following JSON schema
{
"StatusCode": 200,
"ReasonPhrase": "OK",
"Body": "JSON Payload"
}
Standard Return Values
- OperationId - The unique ID assigned to this operation.
- HttpStatusCode - The HTTP Status code for the response.
- HttpStatusMessage - The HTTP Status message for the response.
- Errors - An array of error messages should an error occur.
- Operation Status - Indicates whether the operation has been completed, has been queued or has failed.
0 Comments