Skipping The Shortlink

No Link

If you would like to omit any link from being inserted into the message, simple omit the url parameter.

Example Payload:

{
  "template_id": "########",
  "phone_number": "##########",
  "request_id": "no_shortlink_example",
  "testing": true
}

Custom Link

If you would like to skip over the Delivyr link shortener and and use your own, create a template with a variable where you would like the link to be inserted:

Example:

Example of embedded Link: {{link}}

Then trigger the request using link a variable:

{
  "template_id": "########",
  "phone_number": "##########",
  "variables": {
    "link": "https://yourcustomlink.com"
  },
  "request_id": "embedded_link_example",
  "testing": true
}

Did this page help you?