How to find a user's identifier July 18, 2024 15:14 Updated At times, while building a bot, it may be necessary to perform operations that require the identifier of users who have already interacted with your application. You can find a user's identifier in several ways: Through the BLiP API (click here to learn how); Using the {{contact.identity}} variable in Builder; Through the Contacts module in the Blip portal; To access a user's identifier through the portal, go to your bot, choose the Contacts module, and click on the desired user. You'll notice that the user's identifier appears at the end of the URL in your browser, as shown in the image below: All text following the route .../users/ represents the identifier of the user in question. In this example, the user Rafael Pacheco has the identifier 1419130854872447@messenger.gw.msging.net. To learn more about how a user's identifier is formed, click here. For more information, visit the discussion on the subject at our community or videos on our channel. 😃  Related articles Builder variables Creating interactive messages in WhatsApp How to save a contact's WhatsApp number Sending WhatsApp Active Messages on Blip Desk Managing Access Permissions