Automations

Create Automation

Create a new automation with the specified steps, triggers, and configuration.

post/api/v1/automations

Request body

appIdstring

the app id this workflow_template belongs to

descriptionstring

Optional description explaining the automation's purpose.

displayNamestring

Human-readable name for the automation.

enabledboolean

Whether the automation is active and eligible for execution.

isDraftboolean

Whether this automation is in draft mode. Draft automations are not eligible for trigger-based execution.

Response

Successful response

webhookCapabilityUrlstring

One-time absolute webhook URL for capability URL authentication, shown once at creation time. Contains the full URL including the embedded token (e.g. https://tenant.conductorone.com/api/v1/webhooks/incoming/{id}/t/{token}). Populated only when the webhook trigger uses capability URL authentication.

webhookHmacSecretstring

One-time HMAC shared secret, shown once at creation time. Populated only when the webhook trigger uses HMAC authentication.

Changes