Skip to main content

Post My Link

With Post My Link modules in Make , you can:

  • shorten, update, list, retrieve, and delete links

  • create, update, list, retrieve, and delete QR codes

To get started with Post My Link, create an account at postmylink.com.

Connect Post My Link to Make

To connect Post My Link, you need to obtain an API Key from your account.

  1. Log in to your Post My Link account.

  2. Copy the API Key to your clipboard.

    msedge_djWhACu6i7.png
  3. In yourMake account, insert Post My Link module in your scenario and click the Add button next to the Connection field.

    msedge_opMuw4hSUA.gif
  4. In the Connection name field, enter a name for the connection.

  5. In the API Key field, enter the API key copied in step 2 and click Save.

You have successfully connected the Post My Link app and can now build scenarios .

QR Codes

You can create, update, retrieve, list, and delete QR Codes using the following module.

Creates a new QR code.

For field descriptions, see the Post My Link API reference.

Updates an existing QR code.

Connection

Establish a connection to your Post My Link account.

QR Code ID

Select or map the QR Code ID whose details you want to update.

For field descriptions, see the Post My Link API reference.

Retrieves an existing QR code.

Connection

Establish a connection to your Post My Link account.

QR Code ID

Select or map the QR Code ID whose details you want to retrieve.

Lists all existing QR codes.

Connection

Establish a connection to your Post My Link account.

Limit

Set the maximum number of QR codes Make will return during one execution cycle. The default value is 10.

Deletes an existing QR code.

Connection

Establish a connection to your Post My Link account.

QR Code ID

Select or map the QR Code ID you want to update.

Other

You can call APIs using the following module.

Performs an arbitrary authorized API call.

Note

For the list of available endpoints, refer to the Post My Link API documentation.

Connection

Establish a connection to your Post My Link account.

URL

Enter a path relative to https://postmylink.com. For example, /api/urls.

Method

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.

Example of use - List URLs

The following API call returns all the URLs from your Post My Link account.

URL: /api/urls

Method: GET

Post_My_Link_1.png

Matches of the search can be found in the module's Output under Bundle > Body > urls

Our example returned 7 URLs:

Post_My_Link_2.png