DevRev
Get Zipy session url for a user in DevRev.
Last updated
Get Zipy session url for a user in DevRev.
Last updated
Prerequisite: You should have a DevRev user identification setup on your site. For more information read: https://docs.devrev.ai/plug/users-identify
In DevRev, go to Settings > Object customization > Contact through the settings icon on the top-left corner.
Enter the field name as Zipy Session Url. Select field type as Text. Then click on Save to draft.
Add Zipy session url in the data body while calling the identify user API. In the 'custom_fields' object inside 'user_traits' add a key-value pair with key as 'tnt__zipy_session_url' and its value as zipy session url.
You can get <your_unique_app_id> in Settings > Support > PLuG settings through the settings icon on the top-left corner.
You will get <SESSION_TOKEN> in the response after calling the identify user api.
After performing the above steps you will be able to see Zipy session url corresponding to a user in DevRev.