v2

latestOpenAPI 3.1.02026-07-31822441.6 KB

Write to a connector

Write data directly to integrations in real-time. Note: this feature is in beta with limited support.

post/{env_id}/{flow_id}/{tenant}/connectors/{connector_id}/{stream}

Path parameters

env_idstring required

ID of environment

flow_idstring required

ID of flow

tenantstring required

ID of tenant

connector_idstring required

ID of connector

streamstring required

Stream name

Request body

dataobject

The object you want to post to a connector

Response

200

asyncboolean

Indicates whether the job is asynchronous

statusUrlstring

If async is true, this will be the URL to poll for the status of the write request.

jobIdstring

A unique job identifier

taskIdstring uuid

A unique task identifier

logsstring

Optional logs for debugging or processing information

Example response

{
  "jobId": "UvzWy0",
  "taskId": "3cecd80d-b377-4566-9d8c-e1e870b887ab",
  "logs": "..."
}