Notify activity event handlers
- UpdatedJul 31, 2025
- 1 minute read
- Zurich
- Notify
Notify workflow activities provide JavaScript functions that are invoked automatically when your telephony provider broadcasts certain events.
When the telephony provider broadcasts an event related to a Notify call, such as the caller hanging up, the event is processed by the workflow associated with that Notify call. All currently-executing Notify activities in that workflow invoke a JavaScript function associated with that event.
Not all activities that support an event provide a default event handler implementation. You can provide an implementation for those event handlers when creating custom Notify activities.
Related Content
- Creating Notify activities
Default Notify workflow generally performs a single action, such as initiating a phone call. You can create custom Notify workflow activities to implement more complex functionality.
- Available Notify activity event handlers
When creating Notify workflow activities, you can use event-handler functions to respond to events from a telephony provider.