Skip to main content

Rebrandly

Getting Started With Rebrandly

The Rebrandly modules allow you to monitor, publish, or update posts, photos, and videos in your Rebrandly account.

Prerequisites

  • A Rebrandly account

In order to use Rebrandly with Make, it is necessary to have a Rebrandly account. If you do not have one, you can create a Rebrandly account at app.rebrandly.com/sign-up.

Note

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

Connecting Rebrandly to Make

To connect your Rebrandly account to Make, follow these steps:

  1. Click on the Add button next to the Connection field of the desired Rebrandly module.

  2. Enter the name for the connection.

  3. Establish the connection by clicking the Continue button.

    61f278284256f.gif

Actions

Allows you to perform a custom API call.

Connection

Establish a connection to your Rebrandly account.

Enter a path relative to https://api.rebrandly.com/v1/.For example: links/577e253aa97e465d958505f9af7603a8

Note

For the list of available endpoints, please refer to the Rebrandly 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 need to add authorization headers; we've already done that for you.

Query String

Enter the request query string.

Body

Enter the body content for your API call.

Retrieves domain details.

Connection

Establish a connection to your Rebrandly account.

Workspace

Select the workspace you want to get a domain from.

Domain ID

Map or select the Domain ID of the domain you want to retrieve details about.

Retrieves tag details.

Connection

Establish a connection to your Rebrandly account.

Workspace

Select the workspace you want to get tag details from.

Tag ID

Map or select the Tag ID of the tag you want to retrieve details about.

Creates a tag.

Note

The tag feature must be enabled in your plan in order to work with tags.

Connection

Establish a connection to your Rebrandly account.

Workspace

Select the workspace you want to create a tag in.

Name

Enter the name for the tag with a minimum of 3 characters.

Color

Enter the 6 characters hexadecimal color value to set the color of the tag. E.g., ff9494

Changes the tag properties.

Connection

Establish a connection to your Rebrandly account.

Workspace

Select the workspace that contains the tag you want to update.

Tag ID

Select or map the tag you want to update.

Please find the descriptions of the fields in the Create Tag section above.

Deletes a tag from the selected workspace.

Connection

Establish a connection to your Rebrandly account.

Workspace

Map or select the workspace that contains the tag you want to delete.

Tag ID

Select or map the tag you want to delete.

Attaches a tag to the branded link.

Connection

Establish a connection to your Rebrandly account.

Workspace

Map or select the workspace that contains the tag you want to attach to the link.

Link ID

Select or map a link that the tag should be attached to.

Tag ID

Select or map the tag you want to attach to the link.

Detaches a tag from the branded link.

Connection

Establish a connection to your Rebrandly account.

Workspace

Map or select the workspace that contains the tag you want to detach from the link.

Link ID

Enter a link that the tag should be detached from.

Tag ID

Enter or map the tag you want to detach from the link.

Retrieves information about the script.

Connection

Establish a connection to your Rebrandly account.

Workspace

Map or select the workspace that contains the script you want to retrieve details about.

Script ID

Map or select the script you want to retrieve details about.

Creates a new script

Connection

Establish a connection to your Rebrandly account.

Workspace

Select the workspace you want to create a script in.

Name

Enter the unique name for the script.

Script

Javascript snippet including opening and closing <script> HTML tags. E.g.,

<script>alert('test');</script>                            

Updates a script.

Connection

Establish a connection to your Rebrandly account.

Workspace

Select the workspace that contains the script you want to update.

Script ID

Select or map the script you want to update.

Name

Enter the new unique name for the script.

Script

Enter new Javascript snippet including opening and closing <script> HTML tags. E.g.,

 <script>alert('test');</script>

Deletes a script.

Connection

Establish a connection to your Rebrandly account.

Workspace

Map or select the workspace that contains the script you want to delete.

Script ID

Select or map the script you want to delete.

Attaches a script to the branded link.

Connection

Establish a connection to your Rebrandly account.

Workspace

Map or select the workspace that contains the script you want to attach to the link.

Link ID

Select or map the link that the script should be attached to.

Script ID

Select or map the script you want to attach to the link.

Detaches a script from the branded link.

Connection

Establish a connection to your Rebrandly account.

Workspace

Map or select the workspace that contains the script you want to detach from the link.

Link ID

Enter (map) or select a link that the script should be detached from.

Script ID

Enter (map) or map the script you want to detach from the link.

Searches

Retrieves all workspaces in your account.

Connection

Establish a connection to your Rebrandly account.

Limit

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

Order By

Select whether to sort results by name, created at, or updated at.

Sort ascending or descending

Select the sort order.

Returns all domains that are used within the workspace.

Connection

Establish a connection to your Rebrandly account.

Workspace

Map or select the workspace you want to list domains from.

Limit

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

Active domains only

Filters branded domains depending on whether they can be used to brand short links or not.

Filter by type

Select whether to filter branded domains depending on their type (owned by user or service domains like rebrand.ly)

Order By

Select whether to sort results by domain full name, created at, or updated at.

Sort ascending or descending

Select the sort order.

Retrieves all tags within the workspace.

Connection

Establish a connection to your Rebrandly account.

Workspace

Map or select the workspace you want to list tags from.

Limit

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

Sort ascending or descending

Select the sort order.

Retrieves all scripts within the workspace.

Connection

Establish a connection to your Rebrandly account.

Workspace

Map or select the workspace you want to list scripts from.

Limit

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

Sort ascending or descending

Select the sort order.

Troubleshooting -

Module - Create a Link

Error Code - Invalid Link format [ 403 ]

Checks -

  1. Make sure the destination URL is valid and doesn't have any space or invalid character.

  2. Check Slashtag -

  • This field only allows the following character set:

    A-Z, a-z, 0-9, _, -                               

    Min 1 char - Max 40 chars.

  • Must be a unique field for your workspace.