API request (http_write) block
The http_write block sends data to an external HTTP API endpoint using OAuth-based authentication as a destination block in a Connect+ dataflow. It supports rate limiting, configurable retry logic, and response parsing. The block is typically used to post process data to Capillary or third-party APIs.
When to use this block
Use this block when your dataflow needs to deliver data to an HTTP API — for example, posting transactions to the Capillary Transaction v2 API.
Prerequisites
Before configuring this block, make sure you have:
- OAuth client key and secret
- The API endpoint path
- The HTTP method required by the API (
POSTorPUT)
Standard properties
Field name | Required | Description |
|---|---|---|
Block name | Yes | A name for the block instance. The name must be alphanumeric. There is no character limit. |
Client Key | Yes | The OAuth client key used for authentication. Select the client key from the dropdown. The list shows configurations created in the Extension Configuration section of the Dev Console. |
Client Secret | Yes | The OAuth client secret used for authentication. Select the client secret from the dropdown. The list shows configurations marked as secret in the Extension Configuration section of the Dev Console. Note: When creating a password configuration in the Extension Configuration section of the Dev Console, set |
API Endpoint | Yes | The relative endpoint path of the API to call. |
API Method | Yes | The HTTP method used to call the API. |
Parse API Response | No | Parses the API response after each request and extracts specific values using the Parse path map.
Default value: |
Advanced properties
⚠️ Advanced properties for OAuth HTTP API Call. Make changes only if you know what you are doing.
Field name | Required | Description |
|---|---|---|
API Base URL | Yes | The base URL of the API. You can use the default value. |
OAuth Base URL | Yes | The base URL used to obtain the OAuth token. You can use the default value. |
Bulk Support | Yes | Determines whether bulk API calls are supported. Select from the dropdown. |
Request Split Path | Yes | The JSONPath expression used to split outgoing requests. |
Response Split Path | Yes | The JSONPath expression used to split API responses. |
Parse Path Map | Yes | The JSONPath map used to parse API responses. |
Recoverable Error Codes | No | Comma-separated HTTP status codes that trigger a retry. |
Yielding Error Codes | No | Comma-separated HTTP status codes that cause the block to yield and wait before retrying. |
Max Retries | No | The maximum number of retry attempts on failure. |
Additional Headers | No | Additional HTTP headers to include in the API request, entered as a JSON object. |
Rate | Yes | The number of flow files processed per time period. |
Time Period | Yes | The duration of the rate limiting time window. Default value: |
Time Unit | Yes | The time unit for the rate limiting period. Select |

Updated about 1 hour ago
