await step.inApp('inbox', async () => {
    return {
        body: 'A new notification has been created',
    };
});
const {
    seen,
    read,
    lastSeenDate,
    lastReadDate,
} = await step.inApp('inbox', handler);
await step.inApp('inbox', async () => {
    return {
        body: 'A new notification has been created',
    };
});
const {
    seen,
    read,
    lastSeenDate,
    lastReadDate,
} = await step.inApp('inbox', handler);

Inbox Step Output

body
string
required
The body of the inbox notification

Inbox Step Result

seen
boolean
required
The body of the inbox notification
read
boolean
required
The body of the inbox notification
lastSeenDate
date
required
The body of the inbox notification
lastReadDate
date
required
The body of the inbox notification