# Create a Flow **POST /v2/Flows** Create a Flow. Studio flows ## Servers ## Parameters ### Body: (object) - **CommitMessage** (string) Description of change made in the revision. - **Definition** () JSON representation of flow definition. - **FriendlyName** (string) The string that you assigned to describe the Flow. - **Status** (string) The status of the Flow. Can be: `draft` or `published`. ## Responses ### 201 Created #### Body: (object) - **account_sid** (string | null) The SID of the Account that created the resource - **commit_message** (string | null) Description of change made in the revision - **date_created** (string(date-time) | null) The ISO 8601 date and time in GMT when the resource was created - **date_updated** (string(date-time) | null) The ISO 8601 date and time in GMT when the resource was last updated - **definition** () JSON representation of flow definition - **errors** (array | null) List of error in the flow definition - **friendly_name** (string | null) The string that you assigned to describe the Flow - **links** (object(uri-map) | null) Nested resource URLs - **revision** (integer | null) The latest revision number of the Flow's definition - **sid** (string | null) The unique string that identifies the resource - **status** (string | null) The status of the Flow - **url** (string(uri) | null) The absolute URL of the resource - **valid** (boolean | null) Boolean if the flow definition is valid - **warnings** (array | null) List of warnings in the flow definition - **webhook_url** (string(uri) | null) [Powered by Bump.sh](https://bump.sh)