POST
/
v2
/
{env_id}
/
{flow_id}
/
{tenant}
/
linkedConnectors
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": {}
  },
  "schedule": {
    "schedule_expression": "<string>",
    "state": "\"ENABLED\""
  },
  "field_map": {}
}'
{}

Authorizations

x-api-key
string
headerrequired

Path Parameters

env_id
string
required

ID of environment

flow_id
string
required

ID of flow

tenant
string
required

ID of tenant

Body

application/json
connector
object
required

Connector

schedule
object

The schedule expression to sync on

field_map
object

The field map to use (if not provided, will use default)

Response

200 - application/json

The response is of type object.