Skip to main content
Event id: meeting.processed This is the broadest meeting trigger. It fires once for every meeting Doris processes, including internal calls, discovery calls with no deal yet, and meetings that never link to a CRM record.

When it fires

Doris fires this after a meeting is fully processed: the recording has been transcribed, the summary written, and commitments, objections, stakeholders and other signal extracted. That is minutes after the call ends, not at the moment the call ends. It fires once per meeting. Reprocessing a meeting does not fire it again.

What the flow receives

  • Meeting — The meeting record, which a Find record step can expand into the transcript, summary, attendees, and extracted signal
  • Title — The meeting title
  • Owner — The Doris user the meeting belongs to
  • Linked deals — The deals this meeting was matched to, and how many there are
  • Call type — The type Doris detected for the call, such as discovery or demo, with its confidence

Good uses

  • Write a summary note back to the CRM after any customer call
  • Draft a follow-up email in the rep’s voice and leave it for them to send
  • Post a short recap to a Slack or Teams channel
  • Flag calls where a competitor was named, on any meeting rather than only deal meetings

Things to know

  • A meeting linked to a deal fires both this trigger and After a deal meeting. If you build a flow on each, both run. Pick one.
  • Use this trigger when the flow does not need a deal. If your steps only make sense with a deal attached, use After a deal meeting, which hands you the deal directly.
  • To limit the flow to certain calls, add a Continue if step on the call type or on whether any deals were linked.
Internal meetings fire this trigger too. If a flow should only touch customer calls, filter on linked deals or call type in the first step.