Meeting To Content Pipeline
Pricing
from $0.01 / 1,000 results
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
Actor stats
0
Bookmarked
2
Total users
1
Monthly active users
4 days ago
Last modified
Categories
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
| Parameter | Type | Default | Required | Description |
|---|---|---|---|---|
demoMode | boolean | true | No | Run with sample meeting data to test the pipeline |
transcriptSource | string | "manual" | No | Where to get meeting transcripts from |
firefliesApiKey | string | - | Yes* | Your Fireflies.ai API key (from app.fireflies.ai/integrations) |
granolaApiKey | string | - | Yes* | Your Granola API key |
manualTranscript | string | - | No | Paste meeting transcript here (for manual source) |
meetingId | string | - | No | Specific meeting ID to process (optional, defaults to most recent) |
task | string | "generate_posts" | Yes* | What to do with the meeting content |
platforms | array | ["linkedin"] | No | Which platforms to generate content for |
contentStyle | string | "professional" | No | Tone and style for generated posts |
postsPerMeeting | integer | 3 | No | Number of posts to generate from each meeting |
includeQuotes | boolean | true | No | Include notable quotes from the meeting in posts |
aiProvider | string | "claude" | No | Which AI provider for content generation |
claudeApiKey | string | - | Yes* | Your Anthropic Claude API key |
openaiApiKey | string | - | Yes* | Your OpenAI API key |
geminiApiKey | string | - | Yes* | Your Google Gemini API key |
canvaApiKey | string | - | Yes* | Your Canva API key for image generation |
imageStyle | string | "modern" | No | Style for generated quote cards |
brandColors | string | - | No | Comma-separated hex colors for images (e.g., #1a1a2e,#16213e,#0f3460) |
linkedinCookies | string | - | Yes* | LinkedIn cookies for auto-publishing (JSON array) |
twitterApiKey | string | - | Yes* | Twitter API key for auto-publishing |
webhookUrl | string | - | No | URL to receive a POST request when the actor run finishes |
*Required when Demo Mode is off.
Pricing
This actor uses pay-per-event billing:
| Event | Description | Price |
|---|---|---|
| Transcript Processed | Each meeting transcript analyzed | $0.05 |
| Post Generated | Each social post created | $0.03 |
| Image Generated | Canva/image generation call | $0.05 |
| Post Published | Auto-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