---
title: "Create a new Custom Operator for the given Account"
method: POST
path: "/v2/Operators/Custom"
tags: ["IntelligenceV2CustomOperator"]
---

# Create a new Custom Operator for the given Account

`POST /v2/Operators/Custom`

Create a new Custom Operator for the given Account

## Response `202`

Accepted

- IntelligenceV2CustomOperator
  - `account_sid` string, nullable — The unique SID identifier of the Account the Custom Operator belongs to.
  - `sid` string, nullable — A 34 character string that uniquely identifies this Custom Operator.
  - `friendly_name` string, nullable — A human-readable name of this resource, up to 64 characters.
  - `description` string, nullable — A human-readable description of this resource, longer than the friendly name.
  - `author` string, nullable — The creator of the Custom Operator. Custom Operators can only be created by a Twilio Account.
  - `operator_type` string, nullable — Operator Type for this Operator. References an existing Operator Type resource.
  - `version` integer — Numeric Custom Operator version. Incremented with each update on the resource, used to ensure integrity when updating the Custom Operator.
  - `availability` 'internal' | 'beta' | 'public' | 'retired' — Custom Operator availability status. Possible values: internal, beta, public, retired.
  - `config` unknown
  - `date_created` string, date-time, nullable — The date that this Custom Operator was created, given in ISO 8601 format.
  - `date_updated` string, date-time, nullable — The date that this Custom Operator was updated, given in ISO 8601 format.
  - `url` string, uri, nullable — The URL of this resource.

## Changes

- **2025-07-03** (v2) `dfca525e97dc` — 1 breaking, 1 info
  - the `config` response's property type/format changed from `object`/`` to ``/`` for status `202`
  - the `Config` request property type/format was generalized from `object`/`` to ``/``
- **2025-03-11** (v2) `cc85fce86c3c` — 2 breaking
  - the `Config` request property type/format changed from ``/`` to `object`/``
  - the `config` response's property type/format changed from ``/`` to `object`/`` for status `202`
- **2024-08-26** (v2) `89e6cce4bdc9` — 1 info
  - the `version` response's property default value `0` was added for the status `202`
- **2024-05-24** (v2) `1422b7722109` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/twilio/apis/twilio-intelligence/changes/v2/Operators/Custom/post.md)

---

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