Warning: file_get_contents(/data/phpspider/zhask/data//catemap/3/html/79.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Android 如何在sendgrid电子邮件模板中嵌入应用程序deeplink?_Android_Html_Ios_Sendgrid Api V3 - Fatal编程技术网

Android 如何在sendgrid电子邮件模板中嵌入应用程序deeplink?

Android 如何在sendgrid电子邮件模板中嵌入应用程序deeplink?,android,html,ios,sendgrid-api-v3,Android,Html,Ios,Sendgrid Api V3,我想通过sendgrid api发送带有以下ThymileAF html模板的应用程序deeplink电子邮件 <a th:href="@{myapp://open.myapp.com/v1/check-token}" universal="true">Click here</a> 但是在收到电子邮件后,没有href锚。后来我发现sendgrid只跟踪标准web格式(url以http和https开头) 那么,如何通过send

我想通过sendgrid api发送带有以下ThymileAF html模板的应用程序deeplink电子邮件

<a th:href="@{myapp://open.myapp.com/v1/check-token}" universal="true">Click here</a>

但是在收到电子邮件后,没有
href
锚。后来我发现sendgrid只跟踪标准web格式(url以
http
https
开头)

那么,如何通过sendgrid在电子邮件中以适当的url发送应用程序链接?我的期望就像贝娄的形象