Trigger Signalgrid notifications when a link is clicked
Signalgrid links allow you to trigger notifications whenever someone clicks a specific URL. This makes it easy to track activity and receive instant alerts when a link is accessed.
When the link is opened, Signalgrid sends a notification to the selected channel and then redirects the visitor to a configured callback URL.
Link Format
A Signalgrid link follows this structure:
https://link.signalgrid.co/?client_key=CLIENT_KEY&channel=CHANNEL_TOKENWhen someone clicks this link, Signalgrid immediately sends a notification to the specified channel.
What Happens When a Link Is Clicked
When a link is accessed, Signalgrid performs the following steps:
Default Notification Content
If no additional parameters are provided, Signalgrid automatically generates the notification content.
Additional Parameters
Signalgrid links support the same parameters used by the Push API. These parameters can be included directly in the URL to customize the notification.
Example Link
https://link.signalgrid.co/?client_key=CLIENT_KEY&channel=CHANNEL_TOKEN&title=New%20Signup&type=INFOClicking this link sends a notification titled New Signup to the specified channel.
Use Cases
Link triggers are useful in many scenarios where you want to be notified when someone interacts with a link.