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
Maintained by CommunityActor stats
0
Bookmarked
1
Total users
0
Monthly active users
11 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)
Quick Start
Run with real data
{"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 |
|---|---|---|---|---|
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 |
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 |
Troubleshooting
"API key is required"
- 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?
Built by John Rippy | Actor Arsenal
Running without credentials
If you run this actor without API credentials, it does not fail. It returns clearly labeled sample data instead. Sample items include demo: true and a _notice field, and sample runs charge no task events. Provide your own credentials in the input to receive live data. You can also set demoMode to true to preview the sample output explicitly.