Gatherup
gatherupGatherUp is a customer feedback and online review management platform that helps businesses collect, manage, and leverage customer feedback to improve their online reputation.
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ónTool to delete an existing business location. Use when you need to remove a business after validating its ID and signature.
GATHERUP_DELETE_BUSINESSAcciónTool to delete an existing business location. Use when you need to remove a business after validating its ID and signature.
Parámetros de entrada
hashstringObligatorioDigital request signature generated using your client secret
clientIdstringObligatorioUnique client identifier provided by GatherUp
businessIdintegerObligatorioUnique ID of the business location to 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
Generate GatherUp Hash SignatureGATHERUP_GENERATE_HASH_SIGNATUREAcciónTool 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.
GATHERUP_GENERATE_HASH_SIGNATUREAcciónTool 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
clientIdstringUnique client identifier provided by GatherUp
parametersobjectParameters to include in the signature generation (excluding 'hash').
privateKeystringObligatorioPrivate key used to generate the signature
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 GatherUp BusinessGATHERUP_GET_BUSINESSAcciónTool to get business details by business ID. Use when you have clientId and valid hash to retrieve a business location record.
GATHERUP_GET_BUSINESSAcciónTool 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
hashstringObligatorioDigital request signature generated using your client secret
clientIdstringObligatorioUnique client identifier provided by GatherUp
businessIdintegerObligatorioBusiness ID
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 GatherUp Business TypesGATHERUP_GET_BUSINESS_TYPESAcciónTool to get business types. Use to fetch available business type identifiers after generating a valid hash signature; optionally filter by search term.
GATHERUP_GET_BUSINESS_TYPESAcciónTool 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
hashstringObligatorioDigital request signature generated using your client secret
searchstringOptional search value to filter business types
clientIdstringObligatorioUnique client identifier provided by GatherUp
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 GatherUp CustomerGATHERUP_GET_CUSTOMERAcciónTool to get customer details by ID. Endpoint: POST /customer/get
GATHERUP_GET_CUSTOMERAcciónTool to get customer details by ID. Endpoint: POST /customer/get
Parámetros de entrada
hashstringObligatorioDigital request signature generated using your client secret
clientIdstringObligatorioUnique client identifier provided by GatherUp
customerIdintegerObligatorioCustomer ID
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
Search GatherUp BusinessGATHERUP_SEARCH_BUSINESSAcciónTool to find business ID by customField or extraField. Endpoint: POST /business/search
GATHERUP_SEARCH_BUSINESSAcciónTool to find business ID by customField or extraField. Endpoint: POST /business/search
Parámetros de entrada
bystringObligatorioSearch key; allowed values: customField | extraField
hashstringObligatorioDigital request signature generated using your client secret
searchstringObligatorioSearch value to match
clientIdstringObligatorioUnique client identifier provided by GatherUp
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
Send GatherUp Customer FeedbackGATHERUP_SEND_CUSTOMER_FEEDBACKAcciónTool to send a feedback request to a customer. Use when prompting customers for feedback after an interaction. Ensure a valid hash signature is provided.
GATHERUP_SEND_CUSTOMER_FEEDBACKAcciónTool 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
hashstringObligatorioDigital request signature generated using your client secret
jobIdstringJob ID for repeat requests; when provided with ratingRevision=1, replaces existing job
clientIdstringObligatorioUnique client identifier provided by GatherUp
customerIdintegerObligatorioCustomer ID
checkThresholdinteger1 to check feedback threshold before sending; default is 0
ratingRevisioninteger1 for revising an existing feedback request, 0 for a new request; default is 1
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