Back to Novu

In-App Step

docs/.mintlify/skills/dashboard-workflows/references/in-app-step.md

3.18.0948 B
Original Source

In-App Step

In-app notification for real-time updates, activity feeds, high engagement.

Guidelines

  • Include action buttons for engagement.
  • Focus on a single action or piece of information.
  • Can be longer than push notifications — but stay scannable.

Variables

Use Liquid syntax for personalization in subject / body / action labels:

  • {{ subscriber.firstName }}
  • {{ payload.* }}
  • {{ steps.<http-step-id>.<property> }} — only when the upstream HTTP step declares the property in its responseBodySchema

See Also