---
title: "Add Flow To Scenario"
method: POST
path: "/ivr-scenarios/flow"
tags: ["Scenarios Child Flow (Outbound)"]
---

# Add Flow To Scenario

`POST /ivr-scenarios/flow`

This endpoint adds a flow to a scenario

<strong>HTTP Request</strong>

    POST https://api.mnotify.com/api/ivr-scenarios/flow
<p class="alert-danger"><i class="las la-info-circle" style="font-size:24px"></i> route parameter defines the IVR flow. Name the starting flow as start. Intermediate flows can have any custom route name.</p>

## Path parameters

- `key` string, required
- `flow_name` string, required
- `route` string, required
- `audio` string, required
- `dtmf` object, required
  - `options` object[] — List of DTMF mappings.
    - `digit` integer — The DTMF digit pressed.
    - `route` string — The route associated with the digit.

## Response `200`

Success

- DeleteTemplate
  - `status` string
  - `message` string

---

[API](https://skmtc.dev/mnotify/apis/bms-documentation.md) · [All operations](https://skmtc.dev/mnotify/apis/bms-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/mnotify/bms-documentation/revisions/c06855f2ed03/schema)
