Skip to main content

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