This trigger fires when there's a new AI summary from a meeting.
- API endpoint slug
- fathom.new_ai_summary
Trigger fields
- Label
- Which meetings?
- Slug
- meeting_scope
- Required
- true
- Can have default value
- true
Ingredients
- Slug
- meeting_title
- Filter code
- Fathom.newAiSummary.MeetingTitle
- Type
- String
- Example
- Weekly Team Sync
- Slug
- ai_summary_formatted
- Filter code
- Fathom.newAiSummary.AISummaryFormatted
- Type
- String
- Example
- The team discussed project updates and action items.
- Slug
- ai_summary_markdown_formatted
- Filter code
- Fathom.newAiSummary.AISummaryMarkdownFormatted
- Type
- String
- Example
- # Weekly Team Sync
The team discussed project updates and action items.
- Slug
- recording_share_url
- Filter code
- Fathom.newAiSummary.RecordingShareURL
- Type
- Web URL
- Example
- https://fathom.video/share/xyz123
- Slug
- meeting_invitees_names
- Filter code
- Fathom.newAiSummary.MeetingInviteesNames
- Type
- String
- Example
- John Doe, Jane Smith
- Slug
- meeting_invitees_emails
- Filter code
- Fathom.newAiSummary.MeetingInviteesEmails
- Type
- String
- Example
- john@example.com, jane@example.com
- Slug
- meeting_has_external_invitees
- Filter code
- Fathom.newAiSummary.MeetingHasExternalInvitees
- Type
- String
- Example
- true
- Slug
- meeting_external_domains
- Filter code
- Fathom.newAiSummary.MeetingExternalDomains
- Type
- String
- Example
- example.com, other.com
- Slug
- meeting_scheduled_start
- Filter code
- Fathom.newAiSummary.MeetingScheduledStart
- Type
- Date with time (ISO8601)
- Example
- 2020-07-08T04:17:06+05:00
- Slug
- meeting_scheduled_end
- Filter code
- Fathom.newAiSummary.MeetingScheduledEnd
- Type
- Date with time (ISO8601)
- Example
- 2020-07-08T04:17:06+05:00
- Slug
- recording_duration_minutes
- Filter code
- Fathom.newAiSummary.RecordingDurationInMinutes
- Type
- String
- Example
- 60
- Slug
- recording_url
- Filter code
- Fathom.newAiSummary.RecordingURL
- Type
- Web URL
- Example
- https://fathom.video/xyz123
- Slug
- ai_summary_template_name
- Filter code
- Fathom.newAiSummary.AISummaryTemplateName
- Type
- String
- Example
- Standard Summary
- Slug
- recorded_by_user_name
- Filter code
- Fathom.newAiSummary.RecordedByUserName
- Type
- String
- Example
- Alice Johnson
- Slug
- recorded_by_user_email
- Filter code
- Fathom.newAiSummary.RecordedByUserEmail
- Type
- String
- Example
- alice.johnson@acme.com
- Slug
- recorded_by_user_team
- Filter code
- Fathom.newAiSummary.RecordedByUserTeam
- Type
- String
- Example
- Marketing
- Slug
- created_at
- Filter code
- Fathom.newAiSummary.CreatedAt
- Type
- Date with time (ISO8601)
- Example
- 2020-07-08T04:17:06+05:00