Meeting To Content Pipeline avatar

Meeting To Content Pipeline

Pricing

from $0.01 / 1,000 results

Go to Apify Store
Meeting To Content Pipeline

Meeting To Content Pipeline

Transform meeting transcripts from Fireflies.ai or Granola into ready-to-post social media content. Extract insights, generate LinkedIn posts, create quote cards & optionally auto-publish. Review transcript Find quotable moments Write posts for different platforms Create graphics Schedule & publish

Pricing

from $0.01 / 1,000 results

Rating

0.0

(0)

Developer

The Howlers

The Howlers

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

4 days ago

Last modified

Share

Meeting-to-Content Pipeline

Transform meeting transcripts from Fireflies.ai or Granola into social media content. Extract insights, generate LinkedIn posts, create quote cards with Canva, and optionally auto-post to your social channels. End-to-end meeting-to-marketing automation.

BYOK (Bring Your Own Key) -- you provide your own API credentials.


Before You Start

This actor requires your own API credentials to fetch real data.

Where to get your key: Your Fireflies.ai API key (from app.fireflies.ai/integrations)

You can test with Demo Mode first (free, no key needed) to see the output format before committing.


Quick Start

Test with Demo Mode (free, no API key needed)

{
"demoMode": true
}

Run with real data

{
"demoMode": false,
"transcriptSource": "manual",
"firefliesApiKey": "YOUR_API_KEY_HERE",
"granolaApiKey": "YOUR_API_KEY_HERE",
"task": "generate_posts",
"platforms": [
"linkedin"
],
"contentStyle": "professional",
"postsPerMeeting": 3,
"includeQuotes": true,
"aiProvider": "claude",
"claudeApiKey": "YOUR_API_KEY_HERE",
"openaiApiKey": "YOUR_API_KEY_HERE",
"geminiApiKey": "YOUR_API_KEY_HERE",
"canvaApiKey": "YOUR_API_KEY_HERE",
"imageStyle": "modern",
"linkedinCookies": "YOUR_API_KEY_HERE",
"twitterApiKey": "YOUR_API_KEY_HERE"
}

Input Parameters

ParameterTypeDefaultRequiredDescription
demoModebooleantrueNoRun with sample meeting data to test the pipeline
transcriptSourcestring"manual"NoWhere to get meeting transcripts from
firefliesApiKeystring-Yes*Your Fireflies.ai API key (from app.fireflies.ai/integrations)
granolaApiKeystring-Yes*Your Granola API key
manualTranscriptstring-NoPaste meeting transcript here (for manual source)
meetingIdstring-NoSpecific meeting ID to process (optional, defaults to most recent)
taskstring"generate_posts"Yes*What to do with the meeting content
platformsarray["linkedin"]NoWhich platforms to generate content for
contentStylestring"professional"NoTone and style for generated posts
postsPerMeetinginteger3NoNumber of posts to generate from each meeting
includeQuotesbooleantrueNoInclude notable quotes from the meeting in posts
aiProviderstring"claude"NoWhich AI provider for content generation
claudeApiKeystring-Yes*Your Anthropic Claude API key
openaiApiKeystring-Yes*Your OpenAI API key
geminiApiKeystring-Yes*Your Google Gemini API key
canvaApiKeystring-Yes*Your Canva API key for image generation
imageStylestring"modern"NoStyle for generated quote cards
brandColorsstring-NoComma-separated hex colors for images (e.g., #1a1a2e,#16213e,#0f3460)
linkedinCookiesstring-Yes*LinkedIn cookies for auto-publishing (JSON array)
twitterApiKeystring-Yes*Twitter API key for auto-publishing
webhookUrlstring-NoURL to receive a POST request when the actor run finishes

*Required when Demo Mode is off.


Pricing

This actor uses pay-per-event billing:

EventDescriptionPrice
Transcript ProcessedEach meeting transcript analyzed$0.05
Post GeneratedEach social post created$0.03
Image GeneratedCanva/image generation call$0.05
Post PublishedAuto-posting to social platforms$0.02

Demo mode is free -- no charges for sample data.


Troubleshooting

"API key is required"

You have Demo Mode turned off but didn't provide an API key. Either:

  • Turn Demo Mode on to test with sample data
  • Add your API key in the input

"API error 403" or "Unauthorized"

Your API key is invalid, expired, or doesn't have access to this specific API endpoint. Double-check your key and account permissions.

"API error 429" or "Rate limit"

Too many requests. Wait a minute and try again, or reduce the number of items per run.

No results or empty dataset

Check the run log for error messages. Common causes:

  • Invalid input format (check the examples above)
  • API key without proper permissions
  • The target data doesn't exist or is too small to track

How do I test without an API key?

Enable Demo Mode in the input. This returns realistic sample data so you can verify the output format works for your workflow.


Built by John Rippy | Actor Arsenal