Fingertip
fingertipFingertip is an all-in-one platform that enables businesses to manage their operations from a single link, offering tools for selling products, booking clients, and connecting with customers across various social media platforms.
Acciones disponibles (15)
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.
Create Fingertip SiteFINGERTIP_CREATE_SITEAcciónTool to create a new Fingertip site. Use after gathering site details such as name, slug, and business type.
FINGERTIP_CREATE_SITEAcciónTool to create a new Fingertip site. Use after gathering site details such as name, slug, and business type.
Parámetros de entrada
namestringObligatorioName of the site.
slugstringObligatorioURL-friendly identifier for the site.
statusstringenumCurrent status; one of EMPTY, UNPUBLISHED, PREVIEW, SOFT_CLAIM, ENABLED, DEMO, ARCHIVED.
EMPTYUNPUBLISHEDPREVIEWSOFT_CLAIMENABLEDDEMOARCHIVEDtimeZonestringSite time zone; can be null.
logoMediaanyLogo media object; can be null.
homePageIdstringHome page UUID; can be null.
locationIdstringAssociated location ID; can be null.
descriptionstringDescription of the site; can be null.
socialIconsanySocial media icons configuration; can be null.
workspaceIdstringWorkspace UUID; can be null.
businessTypestringObligatorioType of business; can be null.
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
Delete Fingertip SiteFINGERTIP_DELETE_SITEAcciónTool to delete a Fingertip site. Use when you need to permanently remove a site by its UUID after confirming it is no longer needed.
FINGERTIP_DELETE_SITEAcciónTool to delete a Fingertip site. Use when you need to permanently remove a site by its UUID after confirming it is no longer needed.
Parámetros de entrada
siteIdstringObligatorioUUID of the site to permanently delete
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
Delete Site MembershipFINGERTIP_DELETE_SITE_MEMBERSHIPAcciónTool to delete a specific site membership. Use when you need to remove a user from a site after confirming the membership ID.
FINGERTIP_DELETE_SITE_MEMBERSHIPAcciónTool to delete a specific site membership. Use when you need to remove a user from a site after confirming the membership ID.
Parámetros de entrada
membership_idstringObligatorioID of the site membership to delete (UUID 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
Delete Workspace InvitationFINGERTIP_DELETE_WORKSPACE_INVITATIONAcciónTool to delete a workspace invitation by its ID. Use after obtaining the invitation ID to cancel a pending workspace invitation.
FINGERTIP_DELETE_WORKSPACE_INVITATIONAcciónTool to delete a workspace invitation by its ID. Use after obtaining the invitation ID to cancel a pending workspace invitation.
Parámetros de entrada
invitation_idstringObligatorioID of the workspace invitation to delete (UUID 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 Comprehensive Site AnalyticsFINGERTIP_GET_COMPREHENSIVE_SITE_ANALYTICSAcciónTool to retrieve comprehensive analytics for a specific site. Use when you have a site ID and need period-based breakdowns including optional store metrics.
FINGERTIP_GET_COMPREHENSIVE_SITE_ANALYTICSAcciónTool to retrieve comprehensive analytics for a specific site. Use when you have a site ID and need period-based breakdowns including optional store metrics.
Parámetros de entrada
periodstringenumTime period for analytics data (7d, 30d, 90d, 1y, all)
7d30d90d1yallsite_idstringObligatorioID of the site whose analytics to retrieve (UUID format)
include_storebooleanWhether to include store analytics in the response
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 Site MembershipFINGERTIP_GET_SITE_MEMBERSHIPAcciónTool to retrieve site membership details. Use when you need detailed information about a specific membership after you have its ID.
FINGERTIP_GET_SITE_MEMBERSHIPAcciónTool to retrieve site membership details. Use when you need detailed information about a specific membership after you have its ID.
Parámetros de entrada
siteIdstringOptional: Site ID to use nested path /v1/sites/{siteId}/memberships/{membershipId}
membership_idstringObligatorioID of the site membership to retrieve (UUID 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
Health CheckFINGERTIP_HEALTH_CHECKAcciónTool to verify API connectivity. Use when checking API health before other operations.
FINGERTIP_HEALTH_CHECKAcciónTool to verify API connectivity. Use when checking API health before other operations.
Parámetros de entrada
Sin parámetros.
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
List Fingertip Blog PostsFINGERTIP_LIST_BLOG_POSTSAcciónTool to list published blog posts for a specific site. Use when you have a site ID and need to paginate, sort, and retrieve post summaries.
FINGERTIP_LIST_BLOG_POSTSAcciónTool to list published blog posts for a specific site. Use when you have a site ID and need to paginate, sort, and retrieve post summaries.
Parámetros de entrada
cursorstringPagination cursor for fetching next or previous pages.
siteIdstringObligatorioUUID of the site to list blog posts for.
sortBystringenumField to sort by. One of 'createdAt', 'updatedAt', 'publishedAt'. Default is 'updatedAt'.
createdAtupdatedAtpublishedAtpageSizeintegerNumber of items per page (default 10, max 25).
sortDirectionstringenumSort direction. One of 'asc' or 'desc'. Default is 'desc'.
ascdesc
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
List Event TypesFINGERTIP_LIST_EVENT_TYPESAcciónTool to list event types for a specific site. Use after confirming the siteId to retrieve a paginated list of published event types.
FINGERTIP_LIST_EVENT_TYPESAcciónTool to list event types for a specific site. Use after confirming the siteId to retrieve a paginated list of published event types.
Parámetros de entrada
cursorstringPagination cursor from a previous response.
siteIdstringObligatorioUUID of the site to retrieve event types for.
sortBystringenumField to sort by (default 'updatedAt'). Allowed: createdAt, updatedAt, position.
createdAtupdatedAtpositionpageSizeintegerNumber of items per page (default 10, max 25).
sortDirectionstringenumSort order (default 'desc'). Allowed: asc, desc.
ascdesc
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
List Form TemplatesFINGERTIP_LIST_FORM_TEMPLATESAcciónTool to retrieve a paginated list of form templates. Use when you need to fetch multiple templates for a site after obtaining its ID.
FINGERTIP_LIST_FORM_TEMPLATESAcciónTool to retrieve a paginated list of form templates. Use when you need to fetch multiple templates for a site after obtaining its ID.
Parámetros de entrada
cursorstringPagination cursor from a previous request
searchstringSearch query to filter form template titles
siteIdstringObligatorioUUID of the site to retrieve form templates for
sortBystringenumField to sort by
createdAtupdatedAttitlepageSizeintegerNumber of items per page (default 10, max 25)
sortDirectionstringenumSort direction
ascdesc
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
List PagesFINGERTIP_LIST_PAGESAcciónTool to list pages. Use when you need to retrieve and paginate through site pages.
FINGERTIP_LIST_PAGESAcciónTool to list pages. Use when you need to retrieve and paginate through site pages.
Parámetros de entrada
cursorstringPagination cursor for fetching the next or previous page of results.
siteIdstringUUID of the site to list pages for. If omitted, lists pages across all sites.
sortBystringenumField to sort by. One of 'createdAt' or 'updatedAt'. Default is 'updatedAt'.
createdAtupdatedAtpageSizeintegerNumber of items per page (default 10, max 25).
sortDirectionstringenumSort direction, 'asc' or 'desc'. Default is 'desc'.
ascdesc
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
List Page ThemesFINGERTIP_LIST_PAGE_THEMESAcciónTool to retrieve a paginated list of page themes. Use when you need to fetch available page themes, optionally scoped to a specific site, with pagination support.
FINGERTIP_LIST_PAGE_THEMESAcciónTool to retrieve a paginated list of page themes. Use when you need to fetch available page themes, optionally scoped to a specific site, with pagination support.
Parámetros de entrada
cursorstringPagination cursor from a previous response to fetch the next page.
siteIdstringOptional site UUID to scope the page themes. If omitted, fetches all page themes.
pageSizeintegerNumber of page themes per page (1-25).
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
List Site MembershipsFINGERTIP_LIST_SITE_MEMBERSHIPSAcciónTool to retrieve a paginated list of site memberships. Use after confirming the site ID.
FINGERTIP_LIST_SITE_MEMBERSHIPSAcciónTool to retrieve a paginated list of site memberships. Use after confirming the site ID.
Parámetros de entrada
cursorstringPagination cursor from a previous response to fetch the next page
siteIdstringObligatorioUUID of the site to retrieve memberships for
pageSizeintegerNumber of memberships per page (1-25). Default is server-defined.
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
List SitesFINGERTIP_LIST_SITESAcciónTool to retrieve a paginated list of sites accessible by the API key. Use when you need to fetch sites page by page.
FINGERTIP_LIST_SITESAcciónTool to retrieve a paginated list of sites accessible by the API key. Use when you need to fetch sites page by page.
Parámetros de entrada
cursorstringPagination cursor from a previous response to fetch the next page
pageSizeintegerNumber of sites per page (1-25). Default is server-defined.
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
List WorkspacesFINGERTIP_LIST_WORKSPACESAcciónTool to retrieve a paginated list of workspaces accessible to the API key. Use when you need to navigate through multiple workspaces.
FINGERTIP_LIST_WORKSPACESAcciónTool to retrieve a paginated list of workspaces accessible to the API key. Use when you need to navigate through multiple workspaces.
Parámetros de entrada
cursorstringPagination cursor from a previous response to fetch the next page
pageSizeintegerNumber of items per page (1-25). Default is server-defined.
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