Backend (API Key)User Workflows
Create new workflow and adds it to an existing integration
Create new workflow and adds it to an existing integration.
Authorization
bearerAuth AuthorizationBearer <token>
In: header
Path Parameters
externalUserId*string
The external user id.
Header Parameters
X-Environment?string
The environment.
Value in
- "DEVELOPMENT"
- "STAGING"
- "PRODUCTION"
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
curl -X POST "https://example.com/string/automation/workflows" \ -H "Content-Type: application/json" \ -d '{}'"string"How is this guide?
Copy a catalog workflow template into a new user workflow POST
Copy a catalog workflow template into a new user workflow.
Generate a new workflow from a natural language prompt POST
Generate a new workflow for a connected user identified by external user id from a natural language prompt using AI Copilot.