Cross-Provider Workflow
TikTok Creator Info to Airtable Log and Slack Notify
Version 1.0.0
Query a TikTok creator's posting info, log it to Airtable, then notify a Slack channel.
Providers Orchestrated
Workflows
creator-info-to-airtable-and-slack
Query TikTok creator info, log to Airtable, notify Slack.
Calls TikTok queryCreatorInfo to fetch the creator's posting capabilities, writes the result to an Airtable base, then posts a Slack message linking the new Airtable record.
1
query-creator
$sourceDescriptions.tiktokContentApi.queryCreatorInfo
Fetch the TikTok creator's posting info and capabilities.
2
log-to-airtable
$sourceDescriptions.airtableApi.createRecords
Record the creator info as a new row in the Airtable base.
3
notify-slack
$sourceDescriptions.slackChatApi.postChatPostmessage
Post a Slack message confirming the new Airtable record.
Source API Descriptions
openapi
openapi