Hangup Events and Triggered Analytics
Last updated
Was this helpful?
Last updated
Was this helpful?
The Parloa Hangup Event automatically triggers when a call ends. In the debugger, it appears as both a Request and a Response type. This feature helps monitor and troubleshoot call flows effectively. Additionally, the Hangup Event is recorded in Analytics transactions, providing valuable insights into user engagement and system performance. It does not trigger additional events by itself.
When a conversation resets, variables with a session lifetime revert to their default values (empty strings). Variables related to previous prompts are also cleared.
To define custom actions when a call ends:
Create a custom intent named PARLOA.EndConversation
.
Add the intent to the Global Intents block.
Define the required actions by specifying what should happen when the call ends, such as:
Making a service call.
Updating system status.
Connect the intent to an End Conversation block.
The Hangup Event is unique to phone-based interactions. For other platforms, such as Textchat V2, different events mark the end of a conversation.
The Hangup Event is recorded as part of an Analytics transaction, regardless of who ends the call (Parloa or the caller). These records offer insights into user interactions and system performance.
To use this data effectively, configure your Analytics Webhook to recognize and process Hangup Event transactions.
After a call ends, the system triggers the Start Conversation block to reset the conversation.
Here is an example of a Hangup Event as recorded in Analytics:
Identifiable information, such as IDs and phone numbers, is masked with "xxx" for privacy.