meeting_followup_generate_followup_artifacts
Generate meeting follow-up artifacts in parallel: email, CRM notes, tasks, and team update from transcript and coaching data.
Instructions
Generates all followup deliverables in parallel: email draft, CRM notes, task list, and team update.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| transcript_analysis | Yes | The analysis from Analyze Transcript action. | {{transcript_analysis}} |
| coaching_insights | Yes | Insights from Generate Coaching action. | {{coaching_insights}} |
| user_context | No | User context from Load Followup Context action. | {{followup_context}} |
| user_context_data | No | Raw user.context data as fallback for user name/role. | {{user.context}} |
| enriched_event | Yes | The enriched event data with meeting info. | {{enriched_event}} |
| fast_model | No | Model for CRM notes, tasks, and team update. | gpt-5-mini |
| quality_model | No | Model for follow-up email (higher quality). | gpt-5 |
| team_channel | No | Slack channel for team update. | #sales-team |
| output_variable_name | Yes | Variable name to store all generated artifacts. | followup_artifacts |