To create a Chat trigger for mobile app users, you need to set specific conditions and actions.
Start by creating a Chat trigger and select 'When a visitor has loaded the chat widget' under Run trigger. Then, set conditions like 'Visitor page title | Equals | Mobile chat connected', 'Still on site | 10', and 'Visitor served | Is false'. Finally, add actions such as 'Send message to visitor' and 'Set Triggered | Is true'. Remember, the 'Visitor page title | Equals' condition is case sensitive.
Yes, you can create proactive greeting Chat triggers for the Zendesk Chat mobile iOS and Android SDK. However, it's not recommended due to potential race conditions. These race conditions can interfere with setting a department, as the department…
Using Chat triggers on mobile SDKs can lead to race conditions, which may cause issues with setting departments. Once a chat is initiated, the department field becomes read-only. If a proactive greeting is sent before setting a department, it won't…
To stop a Chat trigger from applying to an open ticket, you can edit the trigger to exclude tickets with a specific tag. Add a condition to the trigger so it only fires on tickets that don't contain a certain tag. Then, add that tag to your open…
Yes, you can make the welcome message dynamic for mobile apps by using triggers, but it may affect web live chat. To achieve a dynamic welcome message, you can create a trigger that customizes the 'zchprechatwelcomemessage'. However, be…