cURL
curl --request POST \ --url https://client-api.hotglue.xyz/{env_id}/{flow_id}/{tenant}/connectors/{connector_id}/{stream} \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data '{ "data": {} }'
{ "async": false, "jobId": "UvzWy0", "taskId": "3cecd80d-b377-4566-9d8c-e1e870b887ab", "state": { "bookmarks": { "Contact": [ { "hash": "07f9838d07fca662ce396d1cce9db0893eb3ffee4290ffc20d992a8fde333e2e", "success": false, "error": "[{\"message\":\"No such column 'EmailAddress' on sobject of type Contact\",\"errorCode\":\"INVALID_FIELD\"}]" } ] }, "summary": { "Contact": { "success": 0, "fail": 1, "existing": 0, "updated": 0 } } }, "logs": "..." }
Write data directly to integrations in real-time. Note: this feature is in beta with limited support.
ID of environment
ID of flow
ID of tenant
ID of connector
Stream name
200
The response is of type object.
object