Configurations contain a snapshot of your contact center's customizations so that it can be audited or rolled back. It is a package of your plugin versions that you bundle together for a release. Configurations contain Plugin Version SIDs and are defined as a list of JSON strings. For example:
_10[{"plugin_version": "FV00000000000000000000000000000000"}, {"plugin_version": "FV00000000000000000000000000000001"}]
Configurations are immutable; in order to update your contact center's Configuration, you must create a new Configuration.
The unique string that we created to identify the Flex Plugin Configuration resource.
^FJ[0-9a-fA-F]{32}$
Min length: 34
Max length: 34
The SID of the Account that created the Flex Plugin Configuration resource and owns this resource.
^AC[0-9a-fA-F]{32}$
Min length: 34
Max length: 34
Whether the Flex Plugin Configuration is archived. The default value is false.
The date and time in GMT when the Flex Plugin Configuration was created specified in ISO 8601 format.
POST https://flex-api.twilio.com/v1/PluginService/Configurations
The Flex-Metadata HTTP request header
application/x-www-form-urlencoded
A list of objects that describe the plugin versions included in the configuration. Each object contains the sid of the plugin version.
The Flex Plugin Configuration's description.
GET https://flex-api.twilio.com/v1/PluginService/Configurations/{Sid}
The Flex-Metadata HTTP request header
The SID of the Flex Plugin Configuration resource to fetch.
^FJ[0-9a-fA-F]{32}$
Min length: 34
Max length: 34
GET https://flex-api.twilio.com/v1/PluginService/Configurations
The Flex-Metadata HTTP request header
How many resources to return in each list page. The default is 50, and the maximum is 1000.
1
Maximum: 1000
The page token. This is provided by the API.