await step.push('push', async () => {
    return {
        subject: 'You received a message',
        body: 'A new post has been created',
    };
});
await step.push('push', async () => {
    return {
        subject: 'You received a message',
        body: 'A new post has been created',
    };
});

Push Output

subject
string
required

The title or subject of the provider

body
string
required

The message to be sent to the push channel.

Push Result

The Push step does not return any result object.