Skip to main content

Short.io

The Short.io modules allow you to monitor and list domains, and retrieve, create, update, archive, expire, or delete links in your Short.io account.

Getting Started with Short.io

Prerequisites

  • A Short.io account

In order to use Short.io with Make, it is necessary to have a Short.io account. If you do not have one, you can create a Short.io account at app.short.cm/public/register.

Note

The module dialog fields that are displayed in bold (in the Make scenario, not in this documentation article) are mandatory!

Connecting Short.io to Make

To connect your Short.io account to Make you need to obtain the API key from your Short.io account.

  1. Log in to your Short.io account.

  2. Open the menu in the top-left corner and select the Integrations & API option.

    61f2798ed1970.gif
  3. Copy the provided Secret key by clicking on the copy icon next to the blurred key.

    61f2799181c51.png
  4. Go to Make and open the Short.io module's Create a connection dialog.

  5. Enter the API Key you have copied in step 3 to the respective field and click the Continue button to establish the connection.

Domain

Retrieve domain setting details for when a new domain is created or domain settings are updated.

Connection

Establish a connection to your Short.io account.

Watch

Select whether you want to monitor your account for new domains or for changes in domain settings.

Limit

Set the maximum number of domains Make will return during one execution cycle.

Retrieves details of all domains in your account.

Connection

Establish a connection to your Short.io account.

Limit

Set the maximum number of domains Make will return during one execution cycle.

Make an API Call

Allows you to perform a custom API call.

Connection

Establish a connection to your Short.io account.

URL

Enter a path relative to https://api.short.cm. E.g. links/expand

Note

For the list of available endpoints, refer to the Short.io API documentation.

Method

Select the HTTP method you want to use:

GET

to retrieve information for an entry.

POST

to create a new entry.

PUT

to update/replace an existing entry.

PATCH

to make a partial entry update.

DELETE

to delete an entry.

Headers

Enter the desired request headers. You don't have to add authorization headers; we already did that for you.

Query String

Enter the request query string.

Body

Enter the body content for your API call.