Skip to main content

Add link expiration automatically to new short links via Make

Create short links with automatic link expiration. As an example: Every time a new item is posted to a watched RSS feed, Make will automatically shorten a link on Short.io and apply link expiration date.

Follow the instruction below.

  1. Go to Make.

  2. Click "Create a new Scenario."

Make dashboard with Create a new Scenario button highlighted

  1. Look for RSS > Choose it > Continue

Make service selection screen with RSS search result selected

  1. Click on the circle and choose RSS for the first scenario's module.

Make scenario editor with RSS module and Add another module option

  1. Select "Watch RSS feeds Items."

Make RSS module showing Watch RSS feed items trigger option

  1. Now you need to configure RSS feed. For this, go to the source of which you want to receive updates. Click on the screen and choose "View page source." Ctrl + F to find RSS. Copy the link and paste it to the URL field on Make.

Make RSS configuration with URL field and maximum items setting

  1. Choose where to start. As for example to test the integration, we choose select the first RSS item > Choose the item > OK.

Make RSS start position selector with first feed item chosen

  1. Add the second module.

Make scenario with RSS module and Add another module button

  1. Look for Short.cm > Choose it.

Make module search showing Short.cm result

  1. Select the "Create Link" Action.

Make Short.cm actions list with Create Link highlighted

  1. Click "Add" to configure access to your Short.io account.

  2. Connect your Short.cm account by specifying the API key. You'll find your key here: https://app.short.io/settings/integrations/api-key

  3. Fill in the necessary fields > OK.

Make Short.cm Create Link configuration with RSS data mapping

  1. Add the third module.

  2. Choose Short.cm.

Make scenario with RSS and Short.cm modules and Add another module option

  1. Choose the "Expire Link" action.

Make Short.cm actions list with Expire Link highlighted

  1. Fill in the fields. Pay attention on the Expires At field. Use formatDate(milliseconds since epoch; x). You can convert a date to milliseconds here: https://www.epochconverter.com/

Make Short.cm Expire Link configuration with formatDate function

  1. Launch scenario.

Make completed scenario with RSS, Short.cm, and Twitter modules