---
title: "Create automation"
method: POST
path: "/api/1/automation/automations"
tags: ["Automations - New taxonomy API"]
---

# Create automation

`POST /api/1/automation/automations`

Create a new automation. Make sure to use one of the supported bodies listed in the cURL request examples. E.g. ShowOptionAll, DenyDownloads, etc.

## Headers

- `x-api-correlation-id` string

## Request body

- object
  - `actionType` 'SHOW_OPTION' | 'SHOW_METAPROPERTY' | 'PREFILL' | 'EMPTY' | 'SELECT' | 'DESELECT', required
  - `actionsOn` object[], required
    - `value` string
    - `metapropertyId` string, uuid
    - `optionIds` string[]
  - `conditionType` 'ALL' | 'ANY' | 'ANY_OPTION', required
  - `triggerType` 'SELECTED'
  - `triggersOn` object[], required
    - `value` string
    - `metapropertyId` string, uuid
    - `optionIds` string[]

## Response `201`

- object
  - `automationId` string, uuid, required
  - `message` string, required

## Other responses

- `400`
- `401`

---

[API](https://skmtc.net/bynder/apis/oauth-2-0.md) · [All operations](https://skmtc.net/bynder/apis/oauth-2-0/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bynder/oauth-2-0/revisions/bb9efc864ce1/schema)
