Cross-Provider Workflow
Airtable Calendar to TikTok Publish and SendGrid Email
Version 1.0.0
Read the next item from an Airtable content calendar, publish it to TikTok, then email the team via SendGrid.
Providers Orchestrated
Workflows
airtable-calendar-to-tiktok-publish
List Airtable calendar item, publish to TikTok, email via SendGrid.
Lists the next item from an Airtable content calendar, initiates a TikTok video publish using its video URL, then emails the team a SendGrid confirmation with the publish id.
1
list-calendar
$sourceDescriptions.airtableApi.listRecords
List the next scheduled item from the Airtable content calendar.
2
publish-tiktok
$sourceDescriptions.tiktokContentApi.initVideoPublish
Initiate a TikTok video publish for the calendar item.
3
email-team
$sourceDescriptions.sendgridApi.SendMail
Email the team a publish confirmation via SendGrid.
Source API Descriptions
openapi
openapi