Cross-Provider Workflow
Slack Channel Create to Notion Page
Version 1.0.0
Create a Slack channel, then document it as a Notion page.
Providers Orchestrated
Workflows
channel-to-notion
Create a Slack channel, then create a Notion page documenting it.
Creates a new Slack channel and creates a Notion page that documents the channel name and id in a parent database.
1
create-channel
$sourceDescriptions.slackConversationsApi.postConversationsCreate
Create the new Slack channel.
2
document-channel
$sourceDescriptions.notionApi.createPage
Create a Notion page documenting the new channel.
Source API Descriptions
openapi