await step.push('push', async () => { return { subject: 'You received a message', body: 'A new post has been created', }; });
The title or subject of the provider
The message to be sent to the push channel.
The Push step does not return any result object.
Push
Was this page helpful?