Cross-Provider Workflow
Airtable Record to Slack Notification
Version 1.0.0
Create an Airtable record, then announce it in a Slack channel.
Providers Orchestrated
Workflows
record-and-notify
Create an Airtable record and post a Slack notification.
Creates a record in an Airtable base, then posts a notification to a Slack channel via chat.postMessage.
1
create-record
$sourceDescriptions.airtableApi.createRecords
Create a new record in the Airtable base.
2
notify-slack
$sourceDescriptions.slackChatApi.postChatPostmessage
Announce the new record in the Slack channel.
Source API Descriptions
openapi