/workflows/:id/channels
Set a per-channel prompt override on top of the agent’s base prompt — for example, keeping WhatsApp replies shorter than email ones. Sent keys are merged into the existing channel_prompts, so you can update one channel without resending the others.
Path Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
id | string (uuid) | Yes | Agent ID |
Request Body
| Field | Type | Required | Description |
|---|---|---|---|
channel_prompts | object | Yes | Map of channel name (whatsapp, email, call) to its prompt override |
Responses
200 — Updated
channels lists every channel with an override after merging, not just the ones in this request.