Active
This application does not need additional settings. So you can make connection only by using your login credentials or by following the instructions below .

Post My Link

With Post My Link modules in Boost.space Integrator , 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 Boost.space Integrator

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 yourBoost.space Integrator 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 .

Links

You can shorten, update, list, retrieve, and delete links using the following modules.

Shorten a Link

Shortens a link.

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

Update a Link

Updates an existing link.

Connection

Establish a connection to your Post My Link account.

Link ID

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

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

Get a Link

Retrieves an existing link.

Connection

Establish a connection to your Post My Link account.

Link

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

List Links

Lists all existing links.

Connection

Establish a connection to your Post My Link account.

Order

Select or map the order whose links you want to list.

Limit

Set the maximum number of links Boost.space Integrator will return during one execution cycle. The default value is 10.

Delete a Link

Deletes an existing link.

Connection

Establish a connection to your Post My Link account.

Link ID

Select or map the Link ID you want to delete.

QR Codes

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

Create a QR Code

Creates a new QR code.

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

Update a QR Code

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.

Get a QR Code

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.

List QR Codes

Lists all existing QR codes.

Connection

Establish a connection to your Post My Link account.

Limit

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

Delete a QR Code

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.

Make an API Call

Performs an arbitrary authorized API call.

[Note] 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