Cross-Provider Workflow
TikTok Publish Video to Notion Log and SendGrid Email
Version 1.0.0
Publish a video to TikTok, log the publish to Notion, then email a confirmation via SendGrid.
Providers Orchestrated
Workflows
publish-tiktok-log-notion-email
Publish a TikTok video, log to Notion, email confirmation via SendGrid.
Initiates a TikTok video publish, captures the returned publish id, records it as a Notion page, then sends a SendGrid confirmation email to the author.
1
publish-video
$sourceDescriptions.tiktokContentApi.initVideoPublish
Initiate publishing a video to TikTok from a source URL.
2
log-to-notion
$sourceDescriptions.notionApi.createPage
Record the publish event as a new Notion page.
3
email-confirmation
$sourceDescriptions.sendgridApi.SendMail
Send a publish confirmation email via SendGrid.
Source API Descriptions
openapi
openapi