NAiOS IconNAiOS Logo
Volver al catálogo

Gatherup

gatherup

GatherUp is a customer feedback and online review management platform that helps businesses collect, manage, and leverage customer feedback to improve their online reputation.

Acciones
7
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 (7)

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.

Delete GatherUp BusinessGATHERUP_DELETE_BUSINESSAcción

Tool to delete an existing business location. Use when you need to remove a business after validating its ID and signature.

Parámetros de entrada

  • hashstringObligatorio

    Digital request signature generated using your client secret

  • clientIdstringObligatorio

    Unique client identifier provided by GatherUp

  • businessIdintegerObligatorio

    Unique ID of the business location to 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

Generate GatherUp Hash SignatureGATHERUP_GENERATE_HASH_SIGNATUREAcción

Tool to generate a SHA-256 hash signature required by GatherUp endpoints. Signature rule (commonly documented by GatherUp): SHA-256 over: privateKey + concatenation of all request parameter key-value pairs (excluding 'hash'), ordered alphabetically by key. Include clientId when present.

Parámetros de entrada

  • clientIdstring

    Unique client identifier provided by GatherUp

  • parametersobject

    Parameters to include in the signature generation (excluding 'hash').

  • privateKeystringObligatorio

    Private key used to generate the signature

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

Tool to get business details by business ID. Use when you have clientId and valid hash to retrieve a business location record.

Parámetros de entrada

  • hashstringObligatorio

    Digital request signature generated using your client secret

  • clientIdstringObligatorio

    Unique client identifier provided by GatherUp

  • businessIdintegerObligatorio

    Business ID

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 GatherUp Business TypesGATHERUP_GET_BUSINESS_TYPESAcción

Tool to get business types. Use to fetch available business type identifiers after generating a valid hash signature; optionally filter by search term.

Parámetros de entrada

  • hashstringObligatorio

    Digital request signature generated using your client secret

  • searchstring

    Optional search value to filter business types

  • clientIdstringObligatorio

    Unique client identifier provided by GatherUp

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

Tool to get customer details by ID. Endpoint: POST /customer/get

Parámetros de entrada

  • hashstringObligatorio

    Digital request signature generated using your client secret

  • clientIdstringObligatorio

    Unique client identifier provided by GatherUp

  • customerIdintegerObligatorio

    Customer ID

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

Search GatherUp BusinessGATHERUP_SEARCH_BUSINESSAcción

Tool to find business ID by customField or extraField. Endpoint: POST /business/search

Parámetros de entrada

  • bystringObligatorio

    Search key; allowed values: customField | extraField

  • hashstringObligatorio

    Digital request signature generated using your client secret

  • searchstringObligatorio

    Search value to match

  • clientIdstringObligatorio

    Unique client identifier provided by GatherUp

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

Send GatherUp Customer FeedbackGATHERUP_SEND_CUSTOMER_FEEDBACKAcción

Tool to send a feedback request to a customer. Use when prompting customers for feedback after an interaction. Ensure a valid hash signature is provided.

Parámetros de entrada

  • hashstringObligatorio

    Digital request signature generated using your client secret

  • jobIdstring

    Job ID for repeat requests; when provided with ratingRevision=1, replaces existing job

  • clientIdstringObligatorio

    Unique client identifier provided by GatherUp

  • customerIdintegerObligatorio

    Customer ID

  • checkThresholdinteger

    1 to check feedback threshold before sending; default is 0

  • ratingRevisioninteger

    1 for revising an existing feedback request, 0 for a new request; default is 1

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