ByteChef LogoByteChef
Frontend (Signing Key JWT)User Workflows

Create new workflow and adds it to an existing integration

Create new workflow and adds it to an existing integration.

POST
/automation/workflows

Authorization

jwtBearerAuth
AuthorizationBearer <token>

In: header

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/automation/workflows" \  -H "Content-Type: application/json" \  -d '{}'
"string"

How is this guide?