ByteChef LogoByteChef
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.

POST
/{externalUserId}/automation/workflows

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?