SIGNL4 does support weblinks in alert messages. If a weblink is submitted as a custom parameter (which is the default way), you can set a link title (parameter name) and the parameter value would contain the actual link. The weblink is than displayed in the mobile app and a click opens the mobile web browser.
Here is how this would look within an email body:
Linkname: https://www.signl4.com
Or within a webhook call as JSON payload:
{
"Linkname":"https://www.signl4.com"
}
Comments
0 comments
Please sign in to leave a comment.