Active config
Send yourself a notification
- In the dashboard, create a workflow with an In-App step.
- Trigger it for this page's subscriber (
):
curl -X POST http://localhost:3000/v1/events/trigger \
-H "Authorization: ApiKey <secret key from Settings → API Keys>" \
-H "Content-Type: application/json" \
-d '{"name": "<workflow-id>", "to": {"subscriberId": ""}, "payload": {}}'
The notification appears in the Inbox bell above without a page reload.