Skip to content
Release: Australia · Updated: 2026-03-12 · Official documentation · View source

Available Notify activity event handlers

When creating Notify workflow activities, you can use event-handler functions to respond to events from a telephony provider.

Not all activities or telephony providers support all events. For example, the Reject activity ends the call before the caller connects so the onNoAnswer function is never invoked from this activity.

Note: When configuring an activity to respond to an event, ensure that your telephony provider supports that event.

The following table describes available event handlers and lists the Notify workflow activities that can invoke each handler.

HandlerDescriptionActivities
onExecuteRuns when the activity first runs.All call-related activities
onUpdateRuns when the call record associated with the workflow is updated.All call-related activities
onCompletedRuns when a call ends.All call-related activities
onRingingRuns when a call starts ringing.Forward call, call, join conference call, forward to notify client
onInProgressRuns when both parties are connected on a call.Forward call, call, join conference call, forward to notify client
onNoAnswerRuns when a call is not answered.Forward call, call, join conference call, forward to notify client
onBusyRuns when a called number is busy.Forward call, call, join conference call, forward to notify client
onFailedRuns when an error occurs.All call-related activities

Parent Topic:Notify workflow activities