How can we implement redirection for email, similar to how it works for WhatsApp and call tasks?

When the user clicks on the email, it should be pre-filled in the email field as shown in the image below.


10 Likes

You can use “open web” or “open third party app” task to achieve this functionality.
You have to pass the URL as “mailto:mailid”.

Output is :

2 Likes

Hello @Ritik_Dixit, As you can see, it added “///” to the email, which is wrong.

10 Likes

@Neeraj_Kumar Please check now with the same configuration by making the new build.

2 Likes