cURL
curl --request POST \ --url https://client-api.hotglue.xyz/v2/{env_id}/{flow_id}/{tenant}/linkedConnectors \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data '{ "connector": { "id": "<string>", "config": {}, "symlink": { "id": "<string>", "tenant": "<string>", "type": "target" } }, "schedule": { "schedule_expression": "<string>", "state": "\"ENABLED\"" }, "field_map": {} }'
{}
Create a new connection for your tenant, along with an optional schedule and field map, without using the embedded widget.
ID of environment
ID of flow
ID of tenant
200
The response is of type object.
object