Cross-Provider Workflow
Airtable Record to Asana Task to Slack Notification
Version 1.0.0
Create an Airtable record, open an Asana task from it, then post to Slack.
Providers Orchestrated
Workflows
record-to-task-to-slack
Create an Airtable record, create an Asana task, then notify Slack.
Creates a record in an Airtable table, uses the resulting record id to create an Asana task with the same name, and posts a message to a Slack channel announcing the new task.
1
create-record
$sourceDescriptions.airtableApi.createRecords
Create a tracking record in the Airtable table.
2
create-task
$sourceDescriptions.asanaTasksApi.createTask
Create an Asana task to track the new work item.
3
notify-slack
$sourceDescriptions.slackChatApi.postChatPostmessage
Post a Slack message announcing the new task.
Source API Descriptions
openapi
openapi