Cross-Provider Workflow
Slack Message to Airtable Record
Version 1.0.0
Read recent Slack messages, then log one as an Airtable record.
Providers Orchestrated
Workflows
message-to-record
Fetch Slack conversation history, then log a message to Airtable.
Retrieves the recent history of a Slack channel and creates an Airtable record capturing the most recent message text and timestamp.
1
fetch-history
$sourceDescriptions.slackConversationsApi.getConversationsHistory
Fetch recent messages from the Slack channel.
2
log-record
$sourceDescriptions.airtableApi.createRecords
Log the latest Slack message as an Airtable record.
Source API Descriptions
openapi