NAiOS IconNAiOS Logo
Volver al catálogo

Fingertip

fingertip

Fingertip 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
15
Triggers
0
Autenticación
OAuth gestionado
No
Información técnica: el detalle de parámetros, schemas y triggers de esta página está pensado para equipos de integración. Si solo necesitas saber si tu herramienta favorita está disponible, basta con ver la lista de acciones.

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ón

Tool to create a new Fingertip site. Use after gathering site details such as name, slug, and business type.

Parámetros de entrada

  • namestringObligatorio

    Name of the site.

  • slugstringObligatorio

    URL-friendly identifier for the site.

  • statusstringenum

    Current status; one of EMPTY, UNPUBLISHED, PREVIEW, SOFT_CLAIM, ENABLED, DEMO, ARCHIVED.

    EMPTYUNPUBLISHEDPREVIEWSOFT_CLAIMENABLEDDEMOARCHIVED
  • timeZonestring

    Site time zone; can be null.

  • logoMediaany

    Logo media object; can be null.

  • homePageIdstring

    Home page UUID; can be null.

  • locationIdstring

    Associated location ID; can be null.

  • descriptionstring

    Description of the site; can be null.

  • socialIconsany

    Social media icons configuration; can be null.

  • workspaceIdstring

    Workspace UUID; can be null.

  • businessTypestringObligatorio

    Type of business; can be null.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Delete Fingertip SiteFINGERTIP_DELETE_SITEAcción

Tool 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

  • siteIdstringObligatorio

    UUID of the site to permanently delete

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Delete Site MembershipFINGERTIP_DELETE_SITE_MEMBERSHIPAcción

Tool 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_idstringObligatorio

    ID of the site membership to delete (UUID format)

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Delete Workspace InvitationFINGERTIP_DELETE_WORKSPACE_INVITATIONAcción

Tool 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_idstringObligatorio

    ID of the workspace invitation to delete (UUID format)

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get Comprehensive Site AnalyticsFINGERTIP_GET_COMPREHENSIVE_SITE_ANALYTICSAcción

Tool 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

  • periodstringenum

    Time period for analytics data (7d, 30d, 90d, 1y, all)

    7d30d90d1yall
  • site_idstringObligatorio

    ID of the site whose analytics to retrieve (UUID format)

  • include_storeboolean

    Whether to include store analytics in the response

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get Site MembershipFINGERTIP_GET_SITE_MEMBERSHIPAcción

Tool to retrieve site membership details. Use when you need detailed information about a specific membership after you have its ID.

Parámetros de entrada

  • siteIdstring

    Optional: Site ID to use nested path /v1/sites/{siteId}/memberships/{membershipId}

  • membership_idstringObligatorio

    ID of the site membership to retrieve (UUID format)

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Health CheckFINGERTIP_HEALTH_CHECKAcción

Tool to verify API connectivity. Use when checking API health before other operations.

Parámetros de entrada

Sin parámetros.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

List Fingertip Blog PostsFINGERTIP_LIST_BLOG_POSTSAcción

Tool 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

  • cursorstring

    Pagination cursor for fetching next or previous pages.

  • siteIdstringObligatorio

    UUID of the site to list blog posts for.

  • sortBystringenum

    Field to sort by. One of 'createdAt', 'updatedAt', 'publishedAt'. Default is 'updatedAt'.

    createdAtupdatedAtpublishedAt
  • pageSizeinteger

    Number of items per page (default 10, max 25).

  • sortDirectionstringenum

    Sort direction. One of 'asc' or 'desc'. Default is 'desc'.

    ascdesc

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

List Event TypesFINGERTIP_LIST_EVENT_TYPESAcción

Tool 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

  • cursorstring

    Pagination cursor from a previous response.

  • siteIdstringObligatorio

    UUID of the site to retrieve event types for.

  • sortBystringenum

    Field to sort by (default 'updatedAt'). Allowed: createdAt, updatedAt, position.

    createdAtupdatedAtposition
  • pageSizeinteger

    Number of items per page (default 10, max 25).

  • sortDirectionstringenum

    Sort order (default 'desc'). Allowed: asc, desc.

    ascdesc

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

List Form TemplatesFINGERTIP_LIST_FORM_TEMPLATESAcción

Tool 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

  • cursorstring

    Pagination cursor from a previous request

  • searchstring

    Search query to filter form template titles

  • siteIdstringObligatorio

    UUID of the site to retrieve form templates for

  • sortBystringenum

    Field to sort by

    createdAtupdatedAttitle
  • pageSizeinteger

    Number of items per page (default 10, max 25)

  • sortDirectionstringenum

    Sort direction

    ascdesc

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

List PagesFINGERTIP_LIST_PAGESAcción

Tool to list pages. Use when you need to retrieve and paginate through site pages.

Parámetros de entrada

  • cursorstring

    Pagination cursor for fetching the next or previous page of results.

  • siteIdstring

    UUID of the site to list pages for. If omitted, lists pages across all sites.

  • sortBystringenum

    Field to sort by. One of 'createdAt' or 'updatedAt'. Default is 'updatedAt'.

    createdAtupdatedAt
  • pageSizeinteger

    Number of items per page (default 10, max 25).

  • sortDirectionstringenum

    Sort direction, 'asc' or 'desc'. Default is 'desc'.

    ascdesc

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

List Page ThemesFINGERTIP_LIST_PAGE_THEMESAcción

Tool 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

  • cursorstring

    Pagination cursor from a previous response to fetch the next page.

  • siteIdstring

    Optional site UUID to scope the page themes. If omitted, fetches all page themes.

  • pageSizeinteger

    Number of page themes per page (1-25).

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

List Site MembershipsFINGERTIP_LIST_SITE_MEMBERSHIPSAcción

Tool to retrieve a paginated list of site memberships. Use after confirming the site ID.

Parámetros de entrada

  • cursorstring

    Pagination cursor from a previous response to fetch the next page

  • siteIdstringObligatorio

    UUID of the site to retrieve memberships for

  • pageSizeinteger

    Number of memberships per page (1-25). Default is server-defined.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

List SitesFINGERTIP_LIST_SITESAcción

Tool 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

  • cursorstring

    Pagination cursor from a previous response to fetch the next page

  • pageSizeinteger

    Number of sites per page (1-25). Default is server-defined.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

List WorkspacesFINGERTIP_LIST_WORKSPACESAcción

Tool 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

  • cursorstring

    Pagination cursor from a previous response to fetch the next page

  • pageSizeinteger

    Number of items per page (1-25). Default is server-defined.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not