Active |
---|
This application does not need additional settings. So you can make connectionUnique, active service acces point to a network. There are different types of connections (API key, Oauth…). only by using your login credentials or by following the instructions below . |
The Bitly modulesa module is an application or tool designed to handle specific business functions, such as CRM, project management, or inventory. The system's modular architecture allows you to activate only the modules you need, enabling customization and scalability as your business requirements evolve. enable you to shorten links, expand links and list links in your Bitly account.
Prerequisites
-
A Bitly account
In order to use Bitly with Boost.spaceA platform that centralizes and synchronizes company data from internal and external sources, offering a suite of modules and addons for project management, CRM, data visualization, and more. Has many features to optimize your workflow! IntegratorPart of the Boost.space system, where you can create your connections and automate your processes., it is necessary to have a Bitly account. If you do not have one, you can create a Bitly account at bitly.com.
Caution | |
---|---|
The modulea module is an application or tool designed to handle specific business functions, such as CRM, project management, or inventory. The system's modular architecture allows you to activate only the modules you need, enabling customization and scalability as your business requirements evolve. dialog fields that are displayed in bold (in the Boost.space Integrator scenarioA specific connection between applications in which data can be transferred. Two types of scenarios: active/inactive., not in this documentation article) are mandatory! |
To connect your Bitly account to Boost.space Integrator follow the general instructions for Connecting to services.
After you click the Continue button, Boost.space Integrator will redirect you to the Bitly website where you will be prompted to grant Boost.space Integrator access to your account.
Confirm the dialog by clicking the Allow button.
Shortens entered URL to the Bitlink.
Connection |
|
Long URL |
Enter the URL you want to convert to the short link. |
Organization |
Select the organization that contains a group you want to use. |
Group |
Select or map the group you want to shorten the link on behalf of. |
Retrieves the long URL from the short link.
Connection |
|
Bitlink ID |
Enter (map) the short link you want to be expanded. |
Allows you to perform a custom API call.
Connection |
|
URL |
Enter a path relative to For the list of available endpoints, refer to the Bitly API v4 Documentation. |
Method |
Select the HTTP method you want to use:
|
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. |
The following API call returns all links for the specified group in your Bitly account:
URL:
/v4/groups/Bk2l8aVZxXv/bitlinks
Replace “Bk2l8aVZxXv” by the ID of the group you want to retrieve links for.
Method:
GET
Matches of the search can be found in the module’s Output under BundleA bundle is a chunk of data and the basic unit for use with modules. A bundle consists of items, similar to how a bag may contain separate, individual items. > Body > links.
In our example, 3 links were returned:
Retrieves Bitlinks for the specified group.
Connection |
|
Organization |
Select the organization that contains a group you want to use. |
Group |
Select or map the group you want to retrieve links for. |
Limit |
Set the maximum number of results Boost.space Integrator will return during one execution cycleA cycle is the operation and commit/rollback phases of scenario execution. A scenario may have one or more cycles (one is the default).. |