Auron
Mobile appAutomations

Triggers, actions and statuses

The full set of labels you will see on an automation: what can start one, what it can do, and what its runs report.

Triggers

What starts an automation.

TriggerWhat it means
When a meeting startsThe call has connected
When a meeting endsThe call is over
When the meeting summary is readyAuron has finished summarising, so the content is available
When an entity record has no activityA record has gone quiet for long enough to be worth chasing
On a scheduleOn a clock rather than off an event

An automation built on a trigger the app does not recognise shows the raw trigger name rather than a blank row, so an unfamiliar one is visible instead of hidden.

Actions

What an automation can do. A single automation chains several of these in order.

ActionWhat it does
Get transcriptionFetches the transcript of the session
Create summaryWrites a summary
Agentic stepRuns an agent over the material with its own instructions
Send emailEmails the result
Get signalsCollects the signals detected in the session
Append to CRMWrites into your CRM
HTTP requestCalls another system
WaitPauses for a set time before continuing
Place outbound callRings someone
Query entity recordsLooks up records matching a condition
Get record contextReads what is known about a record
Update record fieldWrites a value back onto a record
Search knowledge baseLooks something up in a knowledge store
Save to knowledge baseFiles something into a knowledge store
Request approvalStops and asks a person, then continues or does not

Request approval is the one that involves you directly. See Approvals.

Run statuses

StatusWhat it means
QueuedAccepted, not started yet
RunningIn progress
Waiting for youPaused on an approval
SuccessFinished
FailedStopped on an error
CancelledStopped deliberately
Not runSkipped, usually because it had nothing to work on

The last four are final. A run in any of them will not change again, which is why the Runs tab stops refreshing once every run has reached one.

Not run is worth understanding: it usually means a step had no input, such as an automation run on demand when the agent has no recent meeting to work from.

On this page