You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently bug report window calls and api and then opens the intercom window.
We want to change the workflow to:
Open bug report window with input fields for email and description (both mandatory, description is at least 30 characters). Also it would be nice if, if you do not meet the criteria (no email or description too short) to let the user know instead of just closing the window and showing a tiny error as its inconvenient to have to open a window again and lose all that you typed.
Call a new API endpoint for which I will provide documentation when I do it in Add workflow for bug report feedback#11 (will be similar to the one called now), but this one will return the bug report message that we want to send to intercom.
(not sure when exactly this should be done, but) set the custom attributes for the user such as node identity (will provide more detailed list, not sure we need all the ones we use now). See docs on how to do this here.
Open a new intercom chat window with the bug report message pre-filled so the user can just click send. This is also easy to do, see docs here.
The text was updated successfully, but these errors were encountered:
Currently bug report window calls and api and then opens the intercom window.
We want to change the workflow to:
The text was updated successfully, but these errors were encountered: