ByteChef LogoByteChef
Frontend (Signing Key JWT)App Events

Trigger all subscribed workflows

Fires an App Event for the connected user, starting every one of their enabled workflows that has an App Event trigger. Returns no body; inspect the runs through the workflow executions endpoints.

POST
/app-events

Authorization

jwtBearerAuth
AuthorizationBearer <token>

In: header

Header Parameters

X-Environment?string

The environment.

Value in

  • "DEVELOPMENT"
  • "STAGING"
  • "PRODUCTION"

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

application/json

application/json

application/json

curl -X POST "https://example.com/app-events"
Empty

How is this guide?