provider Applications POST /applications/{application_uid}/events
@utdk/front /applications/{application_uid}/events
Trigger application event
Triggers an event on behalf of an application. These events can trigger Front workflows, like rules. For more information, see the [developer docs](https://dev.frontapp.com/docs/application-triggers#/). Required scope: `feature:app_trigger`
application_uid path required
The application UID
string

Try it

Authentication
Configure credentials for Core API
Gateway
The gateway proxies requests and injects credentials server-side. Configure credentials above, then enter your gateway URL.

Saved automatically to browser storage.

triggerAppEvent
POST/applications/{application_uid}/events
Triggers an event on behalf of an application. These events can trigger Front workflows, like rules. For more information, see the [developer docs](https://dev.frontapp.com/docs/application-triggers#/). Required scope: `feature:app_trigger`

Parameters

required

The application UID

Input

required

The type of event this application should handle

required

Identifier for the app object to which the event is related. Either an ID or an external link is required. If both are provided, the ID will be favored.

Enter a gateway URL above to enable sending.

Code snippet
Updates live as you fill in the form above.

TypeScript

import front from '@utdk/front';

await front.triggerAppEvent()