Cross-Provider Workflow
Notion Publish Page to SendGrid Email and Slack Notify
Version 1.0.0
Publish a content page in Notion, email subscribers via SendGrid, then notify Slack.
Providers Orchestrated
Workflows
notion-publish-email-slack
Publish a Notion page, email via SendGrid, notify Slack.
Creates a Notion content page, emails subscribers an announcement via SendGrid, then posts a Slack message that the page is live.
1
publish-page
$sourceDescriptions.notionApi.createPage
Create the content page in the Notion database.
2
email-subscribers
$sourceDescriptions.sendgridApi.SendMail
Email subscribers an announcement via SendGrid.
3
notify-slack
$sourceDescriptions.slackChatApi.postChatPostmessage
Notify Slack that the page is live.
Source API Descriptions
openapi
openapi