await step.inApp('inbox', async () => { return { body: 'A new notification has been created', }; });
const { seen, read, lastSeenDate, lastReadDate, } = await step.inApp('inbox', handler);
The body of the inbox notification
Was this page helpful?