Cross-Provider Workflow
Meta Profile to Airtable Store and Slack Notify
Version 1.0.0
Fetch the authenticated Meta profile, store it in Airtable, then notify Slack.
Providers Orchestrated
Workflows
meta-profile-to-airtable
Get the Meta profile, store in Airtable, notify Slack.
Fetches the authenticated Meta profile, stores the id and name as an Airtable record, then posts a Slack notification confirming the sync.
1
get-me
$sourceDescriptions.metaApi.getMe
Fetch the authenticated Meta user's profile.
2
store-airtable
$sourceDescriptions.airtableApi.createRecords
Store the Meta profile in an Airtable record.
3
notify-slack
$sourceDescriptions.slackChatApi.postChatPostmessage
Notify Slack that the Meta profile was synced.
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.