Cross-Provider Workflow
Notion Page to Asana Task to Slack
Version 1.0.0
Create a Notion spec page, an Asana task, then notify Slack.
Providers Orchestrated
Workflows
page-to-task-to-slack
Create a Notion page, create an Asana task, then notify Slack.
Creates a Notion page in a database, creates an Asana task referencing the page url, and posts a Slack notification announcing the new task.
1
create-page
$sourceDescriptions.notionApi.createPage
Create the Notion spec page.
2
create-task
$sourceDescriptions.asanaTasksApi.createTask
Create an Asana task to execute the spec.
3
notify-slack
$sourceDescriptions.slackChatApi.postChatPostmessage
Notify the team about the new task in Slack.
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.