Skip to content

Deep Links

spddheeraj edited this page Jul 27, 2016 · 10 revisions

Auto send message

https://web.avaamo.com#messages/new/<Text>

Example

https://web.avaamo.com#messages/new/Hello%20World

Note: Make sure to URI encode the text.

Open a conversation

https://web.avaamo.com#conversations/<conversation_uuid>

Example

https://web.avaamo.com#conversations/30f80ff9-6e6b-4bd1-8024-51170df23a81

New 1-to-1 conversation

https://web.avaamo.com#create_conversation/<user-uuid>

Example

https://web.avaamo.com#create_conversation/de4cac3f-001f-4387-8d3c-d52a1af5ac5c

Less frequently used deep links

Open File sharing screen

https://web.avaamo.com#share/attachment/file

Open Image sharing screen

https://web.avaamo.com#share/attachment/image

Open Video sharing screen

https://web.avaamo.com#share/attachment/video

Open Gallery

https://web.avaamo.com#share/attachment/gallery

Open Contact sharing screen

https://web.avaamo.com#share/attachment/contact

Open Location sharing screen

https://web.avaamo.com#share/attachment/location

Open Forms screen

https://web.avaamo.com#share/attachment/form

Open a specific Form

https://web.avaamo.com#forms/<form-uuid>?form_name=<form-name>&conversation_uuid={<conversation_uuid>}

Example

https://web.avaamo.com#forms/011a9e74-d0c8- ae88-9545-2b935ba2c7a7?form_name=Testform&conversation_uuid={self}

conversation_uuid={self} opens the forms in the same conversation where the link is clicked.

Clone this wiki locally