What you’ll learn
By the end of this guide, you’ll be able to:
- Implement deeplinks for direct messaging with agents
- Create seamless user flows between group and private conversations
- Follow best practices for deeplink implementation
- Handle fallbacks and cross-client compatibility
Overview
Deeplinks enable seamless navigation within Base App, allowing agents to create more engaging and intuitive user experiences. The most common use case is directing users to start a private conversation with an agent from a group chat context.Direct Message Deeplinks
Use Case
Your miniapp has an agent and you want to encourage people to chat with the agent directly. Or, your agent exists in a group chat context and wants users to interact with it privately. You could add a button like “Chat with me” and use this deeplink.Syntax
Parameters
- address — The 0x address of the user you want to chat with (in hex format, e.g.,
0xabc...1234)