# Create an Automation Blueprint **POST /api/v1/automation-blueprints** ## Servers - https://api.plannrcrm.com: https://api.plannrcrm.com () ## Authentication methods - Personal access token & O auth2 ## Parameters ### Body: application/json (object) - **name** (string) Name of the automation - **trigger** (string) What triggers this automation, leave null if activation is manual - **is_active** (boolean) Is this automation currently active, defaults to false - **conditions** (array[string]) List of conditions to evaluate on the trigger before running automation, operator types can be on ofequals, not_equal_to, more_than, less_than, less_than_or_equal_to and more_than_or_equal_to - **configuration** (array[string]) Extra configuration options for the trigger of this blueprint ## Responses ### 200 #### Body: application/json (object) - **uuid** (string) The UUID of the resource. - **created_at** (string) The timestamp of when the resource was created. - **updated_at** (string) The timestamp of when the resource was updated. - **name** (string) Name of the Automation Blueprint - **trigger** (string) What type of event will trigger this AutomationBlueprint - **is_active** (boolean) Is the automation currently active? If false will not create new execution instances - **account** (object) Account that made this automation blueprints - **conditions** (array) Conditions for the automation blueprint - **configuration** (array) Extra configuration options for the trigger of this blueprint - **steps** (array[object]) All blueprint steps attached to this blueprint - **steps_count** (string) Amount of blueprints steps on this automation blueprint - **webhook_targets** (array[object]) List of webhook target endpoints that can be used to trigger this automation [Powered by Bump.sh](https://bump.sh)