---
title: "Create a new call flow outbound record entry"
method: POST
path: "/callflow/outbound"
tags: ["callflow"]
---

# Create a new call flow outbound record entry

`POST /callflow/outbound`

Creates outbound call flow configurations for making outbound calls through the system. Configures routing rules, caller ID settings, and call handling for calls originated by your organization rather than received.

## Request body

- CallflowOutbound[]
  - `call_flow_id` integer — The unique identifier for the call flow route
  - `call_flow_name` string, required — The user assigned name for the call flow route
  - `call_flow_status` 'active' | 'inactive'
  - `channel_id` integer, required — The unique identifier for the channel record
  - `message_enabled` boolean — Indicates whether the message feature is enabled or not
  - `message` string — The message to use if message is enabled or unique reference id
  - `group_id` integer, required — The unique identifier of the group that is associated with the call flow
  - `email_to_notify` string, email — The e-mail address(es) to notify for call flow
  - `play_disclaimer` 'before' | 'after' | 'never' — Identifies whether to play the disclaimer message or not
  - `record_until` string, date-time — The date and time to record until
  - `campaign_id` integer, required — The unique identifier for the campaign to attach the call flow to
  - `number` object
    - `phone_number_id` integer, required — The unique identifier for the phone number record
    - `phone_number` integer — The full phone number
  - `outbound` object, required
    - `set_caller_id` string, required — The caller identifier for the phone number record
    - `pin` string — 4 Digit Authorization Pin

## Response `200`

Created outbound call flow IDs with confirmation status

- StandardPostResponse[]
  - `result` string, required — Outcome of the request. String, typically 'success' or 'error'.
  - `data` string, required — Response payload. Shape varies by endpoint.
  - `entry_count` integer, required — The sequential number of the entry in the submitted array. Type: integer (int32).

## Other responses

- `default` — Unexpected error

---

[API](https://skmtc.net/convirza/apis/convirza-apis.md) · [All operations](https://skmtc.net/convirza/apis/convirza-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/convirza/convirza-apis/versions/ccf9bbe34f5a/schema)
