chat step allows you to send messages to various chat platforms like Slack, Discord, and Microsoft Teams.
Example Usage
Chat Step Output
Chat Step Result
Thechat step does not return any result object.Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Use the chat step in Novu Framework to send messages to Slack, Discord, Microsoft Teams, and other chat providers as part of a workflow.
chat step allows you to send messages to various chat platforms like Slack, Discord, and Microsoft Teams.
await step.chat('chat', async () => {
return {
body: 'A new post has been created',
};
});
| Property | Type | Required | Description |
|---|---|---|---|
| body | string | Yes | The message to be sent to the chat channel |
chat step does not return any result object.Was this page helpful?