1.3 Embed Error Handling
Embed Flow: find and handle errors
Last updated
Embed Flow: find and handle errors
Last updated
You can set up error notifications in the flow you built for embed to be notified of all errors that happen in the flows of your users.
Under the submenu Embed, you have an overview of all Integrations enabled by the end users for all Embed configurations you have.
To find a particular Integration of a specific end user we provide you with powerful searching and filtering capabilities. You can search by:
Integration name
Embed Flow name
User ID
Account ID
You can filter by:
Embed Flow name
Configuration name
Group name
To make searching easier, all Integrations are named based on the following schema:
Embedded flow - {{ embed_group_name }} - {{ flow_name }} - {{ embed_account_name }} ({{ embed_account_id }}) - {{ embed_user_name }} ({{ embed_user_id }})
and have the following tags:
Embedded
{{ embed_group_name }}
{{ embed_account_name }}
{{ embed_account_id }}
You can handle flow errors in embed flows, just like for normal flows as explained here in custom error handling.
You can log flow errors in embed flows, just like for normal flows as explained here in custom error logging.