---
sourceDocument: Australia ServiceNow AI Platform Capabilities
sourceDocumentLink: https://servicenow-prod.fluidtopics.net/r/de-DE/servicenow-platform

 Release :

    - australia

ft:locale :

    - de-DE

ft:publication_title :

    - Australia ServiceNow AI Platform Capabilities

ft:clusterId :

    - platcap

bundleId :

    - platcap

workflow :

    - Platform


---

# Available Notify activity event handlers

# Available Notify activity event handlers {#ariaid-title1}

* Freigeben Version: Australia
* 
* Aktualisiert 12. März 2026
* 
* ![](https://www.servicenow.com/docs/portal-asset/ico-clock) 1 Minute Lesedauer

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.  
Hinweis:  
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.{#r_NotifyEventHandlerMatrix__table_flr_1tg_wr__entry__3}

| Handler | Description | Activities |
|-|-|-|
| onExecute | Runs when the activity first runs. | All call-related activities |
| onUpdate | Runs when the call record associated with the workflow is updated. | All call-related activities |
| onCompleted | Runs when a call ends. | All call-related activities |
| onRinging | Runs when a call starts ringing. | Forward call, call, join conference call, forward to notify client |
| onInProgress | Runs when both parties are connected on a call. | Forward call, call, join conference call, forward to notify client |
| onNoAnswer | Runs when a call is not answered. | Forward call, call, join conference call, forward to notify client |
| onBusy | Runs when a called number is busy. | Forward call, call, join conference call, forward to notify client |
| onFailed | Runs when an error occurs. | All call-related activities |
[Tabelle : 1. Event handlers]

{#r_NotifyEventHandlerMatrix__table_flr_1tg_wr}

