await step.inApp('send-in-app', async (inputs) => { return { body: `A new post has been created`, }; });
Was this page helpful?