---
title: "POST /v1/PluginService/Plugins"
method: POST
path: "/v1/PluginService/Plugins"
tags: ["FlexV1Plugin"]
---

# POST /v1/PluginService/Plugins

`POST /v1/PluginService/Plugins`

## Headers

- `Flex-Metadata` string

## Response `201`

Created

- FlexV1Plugin
  - `sid` string, nullable — The unique string that we created to identify the Flex Plugin resource.
  - `account_sid` string, nullable — The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Flex Plugin resource and owns this resource.
  - `unique_name` string, nullable — The name that uniquely identifies this Flex Plugin resource.
  - `friendly_name` string, nullable — The friendly name this Flex Plugin resource.
  - `description` string, nullable — A descriptive string that you create to describe the plugin resource. It can be up to 500 characters long
  - `archived` boolean, nullable — Whether the Flex Plugin is archived. The default value is false.
  - `date_created` string, date-time, nullable — The date and time in GMT-7 when the Flex Plugin was created specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format.
  - `date_updated` string, date-time, nullable — The date and time in GMT-7 when the Flex Plugin was last updated specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format.
  - `url` string, uri, nullable — The absolute URL of the Flex Plugin resource.
  - `links` object, nullable

## Changes

- **2024-04-04** (v1) `a9804383d36b` — 2 warning
  - removed the request property `CliVersion`
  - removed the request property `ValidateStatus`
- **2024-04-01** (v1) `929f2f6d236c` — 2 info
  - added the new optional request property `CliVersion`
  - added the new optional request property `ValidateStatus`
- **2024-03-12** (v1) `05ea0fe5072e` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/twilio/apis/twilio-flex/changes/v1/PluginService/Plugins/post.md)

---

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