Skip to content
Camilo edited this page Jul 27, 2020 · 1 revision

The principle is the same as calling a phone number. Use mailto: address in the url to trigger the mail app.

{
    "type": "$href",
    "options": {
        "url": "mailto:[email protected]",
        "view": "app",
        "transition": "modal"
    }
}