Question:
Is there a possibility to redirect a user to the default mail application on the push tap
Answer:
Yes, it is possible. You can add the mailto: links to the message in the Action tab -> URL while creating a message.
You can specify the address to send an email, the subject and the body of the message. Please see the example below:
mailto:address@example.com?subject=Just%20some%20subject!&body=And%20here%20is%20the%20body
It is also possible to send the same link via the Remote API. Simply specify it in the "link" parameter of the /createMessage request:
"link": "mailto:address@example.com?subject=Just%20some%20subject!&body=And%20here%20is%20the%20body"
Comments
0 comments
Please sign in to leave a comment.