---
title: "Enable a flow for a specific consumer"
method: POST
path: "/consumers/{consumer_id}/syncs/{syncid}/flows/{flowid}/enable"
tags: ["Syncs"]
---

# Enable a flow for a specific consumer

`POST /consumers/{consumer_id}/syncs/{syncid}/flows/{flowid}/enable`

Route that can be used to enable a flow for a specific consumer

## Path parameters

- `syncid` string, uuid, required
- `flowid` string, uuid, required
- `consumer_id` string, uuid, required

## Request body

- EnableFlowConsumer
  - `integrationids` string[] — List of integrationids of the connections that will be used to enable the flow
  - `triggerid` string, nullable
  - `cronschedule` string, nullable
  - `data` object, nullable — Object containing the configuration of the flow for the consumer

## Response `200`

Successful Response

- unknown

## Other responses

- `400` — Bad Request
- `404` — Not Found
- `422` — Unprocessable Entity

---

[API](https://skmtc.dev/chift/apis/chift-api.md) · [All operations](https://skmtc.dev/chift/apis/chift-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/chift/chift-api/revisions/b5f1214a482a/schema)
