Cross-Provider Workflow
Meta User Feed to Notion Log and Slack Notify
Version 1.0.0
Pull a Meta user feed, archive it to Notion, then notify Slack.
Providers Orchestrated
Workflows
meta-feed-to-notion-and-slack
Get a Meta user feed, log to Notion, then notify Slack.
Fetches a Meta user's feed, records a summary page in Notion, then posts a Slack message confirming the archive with a link to the Notion page.
1
get-feed
$sourceDescriptions.metaApi.getUserFeed
Retrieve the Meta user's feed via the Graph API.
2
log-to-notion
$sourceDescriptions.notionApi.createPage
Archive a summary of the feed as a Notion page.
3
notify-slack
$sourceDescriptions.slackChatApi.postChatPostmessage
Notify Slack that the feed was archived to Notion.
Source API Descriptions
openapi
openapi
Arazzo Workflow Specification
Work with this as data
Every workflow here is available over the APIs.io API and to AI agents over MCP.