diff --git a/mint.json b/mint.json index 1e9926ab..c4e7b2e1 100644 --- a/mint.json +++ b/mint.json @@ -167,20 +167,15 @@ "sdks/framework/typescript/overview", "sdks/framework/typescript/client", "sdks/framework/typescript/workflow", - { - "group": "Steps", - "pages": [ - "sdks/framework/typescript/steps/introduction", - "sdks/framework/typescript/steps/email", - "sdks/framework/typescript/steps/inbox", - "sdks/framework/typescript/steps/sms", - "sdks/framework/typescript/steps/push", - "sdks/framework/typescript/steps/chat", - "sdks/framework/typescript/steps/digest", - "sdks/framework/typescript/steps/delay", - "sdks/framework/typescript/steps/custom" - ] - } + "sdks/framework/typescript/steps/introduction", + "sdks/framework/typescript/steps/email", + "sdks/framework/typescript/steps/inbox", + "sdks/framework/typescript/steps/sms", + "sdks/framework/typescript/steps/push", + "sdks/framework/typescript/steps/chat", + "sdks/framework/typescript/steps/digest", + "sdks/framework/typescript/steps/delay", + "sdks/framework/typescript/steps/custom" ] }, { diff --git a/sdks/framework/typescript/steps/chat.mdx b/sdks/framework/typescript/steps/chat.mdx index 6dd254a4..54427018 100644 --- a/sdks/framework/typescript/steps/chat.mdx +++ b/sdks/framework/typescript/steps/chat.mdx @@ -6,6 +6,11 @@ icon: "comments" The `chat` step allows you to send a message to a chat channel. This is useful when you need to send a message to a chat channel, such as Slack, Discord, or Microsoft Teams. +### Push Credentials + +In order to send a chat message, you need to set the specific chat provider credentials for the subscriber. +You can learn more about how to achieve this for each provider in the [Provider Documentation](/integrations/providers/chat/overview). + ## Chat Output diff --git a/sdks/framework/typescript/steps/push.mdx b/sdks/framework/typescript/steps/push.mdx index 0e3ccd1a..3db5ac7c 100644 --- a/sdks/framework/typescript/steps/push.mdx +++ b/sdks/framework/typescript/steps/push.mdx @@ -17,6 +17,11 @@ The `push` step allows you to send a message to a push channel. This is useful w ``` +### Push Credentials + +In order to send a push notification to a subscriber, you need to set the specific push provider credentials for the subscriber. +You can learn more about how to achieve this for each provider in the [Provider Documentation](/integrations/providers/push/overview). + ## Push Output