---
title: "POST /v2/Operators/Custom"
method: POST
path: "/v2/Operators/Custom"
tags: ["IntelligenceV2CustomOperator"]
---

# POST /v2/Operators/Custom

`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'
  - `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

- **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/ca1dfd564a20/schema)
