await step.chat('chat', async () => { return { body: 'A new post has been created', }; });
The message to be sent to the chat channel.
The Chat step does not return any result object.
Chat
Was this page helpful?