Cross-Provider Workflow
Claude Lead Enrichment to Airtable and Slack
Version 1.0.0
Enrich a lead note with Claude, save it to Airtable, then notify Slack.
Providers Orchestrated
Workflows
enrich-store-notify
Enrich a lead with Claude, store it in Airtable, then notify Slack.
Calls Claude to summarize a raw lead note, stores the summary in Airtable, and posts a Slack notification linking the stored record.
1
enrich-lead
$sourceDescriptions.claudeApi.createMessage
Ask Claude to turn the raw lead note into a structured summary.
2
store-lead
$sourceDescriptions.airtableApi.createRecords
Store the enriched lead summary in an Airtable record.
3
notify-sales
$sourceDescriptions.slackApi.postChatPostmessage
Notify the sales team in Slack about the stored lead.
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.