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.
Code snippet
Updates live as you fill in the form above.
TypeScript
import front from '@utdk/front';
await front.triggerAppEvent()