Short Io
short_ioShort.io is a URL shortening service that allows users to create branded short links, manage them, and track their performance.
Acciones disponibles (18)
Cada acción es una operación que el agente puede ejecutar contra este conector. Haz clic en una acción para ver sus parámetros.
Get Domain Link ClicksSHORT_IO_GET_DOMAINS_LINK_CLICKSAcciónTool to get click statistics for all links in a domain. use when you need aggregated click counts for specific link ids within a branded domain. example: "get click counts for links ['id1','id2'] in domain '12345'".
SHORT_IO_GET_DOMAINS_LINK_CLICKSAcciónTool to get click statistics for all links in a domain. use when you need aggregated click counts for specific link ids within a branded domain. example: "get click counts for links ['id1','id2'] in domain '12345'".
Parámetros de entrada
idsstring[]ObligatorioList of link IDs to get click counts for.
domainIdintegerObligatorioIdentifier of the domain to retrieve link click statistics for.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Domain PathsSHORT_IO_GET_DOMAINS_PATHSAcciónTool to list the most popular paths in a domain over time. use after confirming a valid domain id to analyze which short url paths under that domain have received the most clicks in the given interval.
SHORT_IO_GET_DOMAINS_PATHSAcciónTool to list the most popular paths in a domain over time. use after confirming a valid domain id to analyze which short url paths under that domain have received the most clicks in the given interval.
Parámetros de entrada
tzstringTimezone name for date boundaries (e.g., 'UTC', 'America/New_York').
periodstringenumTime interval for which to retrieve the most popular paths. Use 'custom' to supply startDate and endDate.
customtodayyesterdaytotalweekmonthlastmonthlast7last30endDatestringdateEnd date (YYYY-MM-DD) for custom period; required if period is 'custom'.
domainIdintegerObligatorioIdentifier of the domain whose path statistics will be retrieved.
startDatestringdateStart date (YYYY-MM-DD) for custom period; required if period is 'custom'.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Link Info by Link IDSHORT_IO_GET_LINK_INFO_BY_LINK_IDAcciónTool to get detailed info for a link by id. use when you need to retrieve all metadata for a specific short url after creation.
SHORT_IO_GET_LINK_INFO_BY_LINK_IDAcciónTool to get detailed info for a link by id. use when you need to retrieve all metadata for a specific short url after creation.
Parámetros de entrada
link_idstringObligatorioThe unique identifier of the short link.
domain_idstringOptional custom domain ID to apply (if using multiple domains).
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Link Info by PathSHORT_IO_GET_LINK_INFO_BY_PATHAcciónTool to get link info by its path and domain. use when you need to look up a branded short link by its path within a specific domain.
SHORT_IO_GET_LINK_INFO_BY_PATHAcciónTool to get link info by its path and domain. use when you need to look up a branded short link by its path within a specific domain.
Parámetros de entrada
pathstringObligatorioShort link path segment (the part after the domain) to look up.
domain_idstringObligatorioIdentifier of the domain under which the short link resides.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Link OpenGraph PropertiesSHORT_IO_GET_LINK_OPEN_GRAPH_PROPERTIESAcciónTool to retrieve opengraph settings for a link. use after creating or updating a link to verify its social metadata.
SHORT_IO_GET_LINK_OPEN_GRAPH_PROPERTIESAcciónTool to retrieve opengraph settings for a link. use after creating or updating a link to verify its social metadata.
Parámetros de entrada
linkIdstringObligatorioThe unique identifier of the short link to retrieve OpenGraph properties for.
domainIdintegerObligatorioIdentifier of the branded domain where the link is hosted.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Link PermissionsSHORT_IO_GET_LINK_PERMISSIONSAcciónTool to list all user permissions for a link. use after confirming domain and link ids to fetch current access assignments. example: "list permissions for link 'abcde123' in domain '12345'".
SHORT_IO_GET_LINK_PERMISSIONSAcciónTool to list all user permissions for a link. use after confirming domain and link ids to fetch current access assignments. example: "list permissions for link 'abcde123' in domain '12345'".
Parámetros de entrada
link_idstringObligatorioID of the short link to list permissions for
domain_idstringObligatorioID of the domain the link belongs to
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Link Regions by CountrySHORT_IO_GET_LINK_REGION_LIST_COUNTRYAcciónTool to list all regions available for a country. use when targeting links by region within a specific country.
SHORT_IO_GET_LINK_REGION_LIST_COUNTRYAcciónTool to list all regions available for a country. use when targeting links by region within a specific country.
Parámetros de entrada
countrystringObligatorioCountry code in ISO 3166-1 alpha-2 format
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Link RegionsSHORT_IO_GET_LINK_REGIONSAcciónTool to get region-based targeting rules for a link. use after fetching country-level rules to retrieve more granular region overrides.
SHORT_IO_GET_LINK_REGIONSAcciónTool to get region-based targeting rules for a link. use after fetching country-level rules to retrieve more granular region overrides.
Parámetros de entrada
linkIdstringObligatorioUnique identifier of the link to fetch region-targeting rules for
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Links ListSHORT_IO_GET_LINKS_LISTAcciónTool to list short links on a domain with optional filters. use after confirming the domain to retrieve or search links by criteria.
SHORT_IO_GET_LINKS_LISTAcciónTool to list short links on a domain with optional filters. use after confirming the domain to retrieve or search links by criteria.
Parámetros de entrada
tagstringFilter links by a specific tag
sortstringenumField to sort by: 'created_at' or 'clicks'
created_atclickslimitintegerMaximum number of links to return (1-100, default 50)
orderstringenumSorting order: 'asc' or 'desc'
ascdescoffsetintegerNumber of links to skip for pagination
searchstringSearch by original or short URL substring
domain_idstringID of the domain to list links from
link_typestringenumFilter by link type: 'short' or 'cloaked'
shortcloaked
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Link StatisticsSHORT_IO_GET_LINK_STATISTICSAcciónTool to get click statistics for a specific link. use when you need detailed click metrics over a specified interval.
SHORT_IO_GET_LINK_STATISTICSAcciónTool to get click statistics for a specific link. use when you need detailed click metrics over a specified interval.
Parámetros de entrada
tzstringIANA timezone for grouping; defaults to UTC.
linkIdstringObligatorioUnique identifier of the short link.
periodstringenumTime interval for statistics; defaults to last30. Use 'custom' for custom dates.
customtodayyesterdaytotalweekmonthlastmonthlast7last30endDatestringdateEnd date for custom interval (YYYY-MM-DD); required if period is 'custom'.
skipTopsbooleanWhether to skip top referrer records; defaults to false.
startDatestringdateStart date for custom interval (YYYY-MM-DD); required if period is 'custom'.
clicksChartIntervalstringenumGranularity for click statistics chart; one of hour, day, week, month.
hourdayweekmonth
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Link (Tweetbot)SHORT_IO_GET_LINK_TWEETBOTAcciónTool to quickly create a link via query string (tweetbot). use when you cannot use the post create-link endpoint and need a simple get workaround.
SHORT_IO_GET_LINK_TWEETBOTAcciónTool to quickly create a link via query string (tweetbot). use when you cannot use the post create-link endpoint and need a simple get workaround.
Parámetros de entrada
pathstringCustom path for the short link (optional).
titlestringTitle metadata for the link (optional).
domainstringObligatorioDomain hostname to create the short link on.
urlOnlybooleanIf true, returns only the URL string instead of full payload.
originalURLstringObligatorioOriginal URL to shorten.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Domain Statistics by IntervalSHORT_IO_POST_DOMAINS_BY_INTERVALAcciónTool to retrieve domain statistics over a custom interval. use when you need time-series click data for a specific domain over a defined time window.
SHORT_IO_POST_DOMAINS_BY_INTERVALAcciónTool to retrieve domain statistics over a custom interval. use when you need time-series click data for a specific domain over a defined time window.
Parámetros de entrada
tzstringIANA timezone name for interval boundaries; defaults to 'UTC'.
periodstringenumTime interval for statistics. Defaults to 'last30'. Use 'custom' to specify a start and end date.
customtodayyesterdaytotalweekmonthlastmonthlast7last30endDatestringdateEnd date (YYYY-MM-DD) for custom interval; required if period is 'custom'.
domainIdintegerObligatorioIdentifier of the domain to fetch statistics for.
startDatestringdateStart date (YYYY-MM-DD) for custom interval; required if period is 'custom'.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Post Domains Last ClicksSHORT_IO_POST_DOMAINS_LAST_CLICKSAcciónTool to retrieve the latest raw click events for a domain. use when detailed clickstream data is needed.
SHORT_IO_POST_DOMAINS_LAST_CLICKSAcciónTool to retrieve the latest raw click events for a domain. use when detailed clickstream data is needed.
Parámetros de entrada
tzstringIANA timezone for grouping; defaults to UTC.
limitintegerMaximum number of click events to retrieve; defaults to 30.
periodstringenumPreset time interval; use 'custom' with startDate and endDate.
customtodayyesterdaytotalweekmonthlastmonthlast7last30endDatestringdateEnd date for 'custom' period (YYYY-MM-DD).
excludeobjectFilters to exclude specific click events.
includeobjectFilters to include specific click events.
domainIdintegerObligatorioIdentifier of the domain to fetch click events for.
afterDatestringdatePagination: return events after this date.
startDatestringdateStart date for 'custom' period (YYYY-MM-DD).
beforeDatestringdatePagination: return events before this date.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Domain Top ValuesSHORT_IO_POST_DOMAINS_TOPAcciónTool to retrieve top values of a specified column by click count. use after confirming domain id and choosing a column.
SHORT_IO_POST_DOMAINS_TOPAcciónTool to retrieve top values of a specified column by click count. use after confirming domain id and choosing a column.
Parámetros de entrada
limitintegerMaximum number of top values to return; must be at least 1.
columnstringObligatorioName of the column to rank by click count (e.g., 'path', 'country', 'device').
domainIdintegerObligatorioIdentifier of the domain for which to retrieve top column values.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Archive Links in BulkSHORT_IO_POST_LINKS_ARCHIVE_BULKAcciónTool to archive multiple links in one call. use when you need to deactivate or hide a set of short links at once.
SHORT_IO_POST_LINKS_ARCHIVE_BULKAcciónTool to archive multiple links in one call. use when you need to deactivate or hide a set of short links at once.
Parámetros de entrada
linkIdsstring[]ObligatorioList of short link IDs to archive in bulk.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Create Links in BulkSHORT_IO_POST_LINKS_BULKAcciónTool to create up to 1000 short links in one call. use when bulk shortening multiple urls.
SHORT_IO_POST_LINKS_BULKAcciónTool to create up to 1000 short links in one call. use when bulk shortening multiple urls.
Parámetros de entrada
linksobject[]ObligatorioList of link objects to be shortened (up to 1000 items).
domainstringObligatorioDomain under which the short links will be created.
allowDuplicatesbooleanWhether duplicate links are allowed (defaults to false).
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Generate QR Codes in BulkSHORT_IO_POST_LINKS_QR_BULKAcciónTool to generate qr codes for multiple links in bulk. use when you need to retrieve qr codes for several short links at once.
SHORT_IO_POST_LINKS_QR_BULKAcciónTool to generate qr codes for multiple links in bulk. use when you need to retrieve qr codes for several short links at once.
Parámetros de entrada
sizeintegerSize of the QR code (1-99).
typestringenumImage format for QR codes. Defaults to 'png'.
pngsvgcolorstringForeground color for QR code (hex code or RGB).
linkIdsstring[]ObligatorioList of up to 150 link IDs to generate QR codes for.
domainIdstringOptional domain ID to override default domain settings.
noExcavatebooleanIf true, disables the 'eye' excavation in the QR code.
backgroundColorstringBackground color for QR code (hex code or RGB).
useDomainSettingsbooleanWhether to apply domain-level QR settings. Defaults to true.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Unarchive Links in BulkSHORT_IO_POST_LINKS_UNARCHIVE_BULKAcciónTool to unarchive multiple links in bulk. use when you need to restore visibility of a set of previously archived short links at once.
SHORT_IO_POST_LINKS_UNARCHIVE_BULKAcciónTool to unarchive multiple links in bulk. use when you need to restore visibility of a set of previously archived short links at once.
Parámetros de entrada
linkIdsstring[]ObligatorioList of short link IDs to unarchive
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not