← Tools Reference

Cuttly

Cuttly integration (Marketing, Data). Imported from open-connector.

API key2 toolshttps://cutt.ly
GET
cutt_ly_shorten_url
Create a short URL with the Cuttly Regular API.

/api/api.php

5 parameters
ParamTypeRequiredDescription
urlstringrequiredThe destination URL to shorten.
aliasstringoptionalPreferred custom alias for the shortened URL.
useCustomDomainbooleanoptionalWhether to use the account's active branded domain instead of the default cutt.…
disableTitlebooleanoptionalWhether to skip fetching the destination page title for faster responses.
publicStatsbooleanoptionalWhether to enable public click statistics for the created short URL.
GET
cutt_ly_get_link_analytics
Retrieve click analytics for a Cuttly short URL.

/api/api.php

3 parameters
ParamTypeRequiredDescription
shortUrlstringrequiredThe shortened URL to inspect in Cuttly analytics.
dateFromstringoptionalInclusive start date in YYYY-MM-DD format for the analytics query.
dateTostringoptionalInclusive end date in YYYY-MM-DD format for the analytics query.