
Hyperise
hyperiseHyperise is a personalization toolkit that enables sales and marketing teams to add dynamic, personalized elements to images, videos, and websites, enhancing engagement across various channels.
Acciones disponibles (5)
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 Client AccountHYPERISE_CREATE_CLIENT_ACCOUNTAcciónTool to create a new Hyperise client account. Use when an agency plan user needs to provision client sub-accounts.
HYPERISE_CREATE_CLIENT_ACCOUNTAcciónTool to create a new Hyperise client account. Use when an agency plan user needs to provision client sub-accounts.
Parámetros de entrada
namestringObligatorioName of the client account to be created.
emailstringObligatorioemailEmail address of the client.
extrasobjectAdditional fields to include in the client creation request.
business_idstringObligatorioID of the agency or business under which to create the client account.
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 Image TemplatesHYPERISE_LIST_IMAGE_TEMPLATESAcciónTool to list active image templates. Use when you need to retrieve all your current templates.
HYPERISE_LIST_IMAGE_TEMPLATESAcciónTool to list active image templates. Use when you need to retrieve all your current templates.
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
Generate Personalized Short LinkHYPERISE_PERSONALIZED_SHORT_LINKSAcciónTool to generate a personalized short link. Use when you need a shareable URL with OGP metadata and per-recipient customizations. Provide image_hash and personalization data.
HYPERISE_PERSONALIZED_SHORT_LINKSAcciónTool to generate a personalized short link. Use when you need a shareable URL with OGP metadata and per-recipient customizations. Provide image_hash and personalization data.
Parámetros de entrada
urlstringObligatorioDestination URL the short link will redirect to
descstringObligatorioPage description used in Open Graph preview text
titlestringObligatorioPage title used in Open Graph preview text
image_hashstringObligatorioImage Template Hash to use for Open Graph preview
query_paramsobjectObligatorioPersonalisation data as a key→value map. E.g. {'first_name':'John','last_name':'Doe','business_name':'Acme Co.'}
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
Hyperise Prospect Business Data (CRUD)HYPERISE_PROSPECT_BUSINESS_DATAAcciónTool to perform CRUD operations on Hyperise business prospect records. Use when managing business data via the Hyperise API.
HYPERISE_PROSPECT_BUSINESS_DATAAcciónTool to perform CRUD operations on Hyperise business prospect records. Use when managing business data via the Hyperise API.
Parámetros de entrada
idintegerRecord ID; required for retrieve, update, delete
latstringLatitude coordinate
logostringLogo URL or base64 image source
longstringLongitude coordinate
emailstringContact email; must be valid; required for create/update
phonestringAlternate contact phone number
titlestringJob title of contact
genderstringenumGender of contact
malefemalewebsitestringWebsite URL; required for create/update
categorystringCategory of the business
job_titlestringJob title of contact
last_namestringLast name of contact
operationstringObligatorioenumCRUD operation to perform: list, retrieve, create, update, or delete
listretrievecreateupdatedeletefirst_namestringFirst name of contact
business_namestringName of the business
custom_text_1stringCustom text field 1
custom_text_2stringCustom text field 2
custom_text_3stringCustom text field 3
custom_text_4stringCustom text field 4
profile_imagestringProfile image URL or base64 source
business_phonestringPhone number of the business
custom_image_1stringCustom image 1 URL or base64
custom_image_2stringCustom image 2 URL or base64
custom_image_3stringCustom image 3 URL or base64
business_addressstringAddress of the business
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
User AuthenticationHYPERISE_USER_AUTHENTICATIONAcciónTool to authenticate an API token and retrieve user details. Use after obtaining a valid API token from Hyperise settings.
HYPERISE_USER_AUTHENTICATIONAcciónTool to authenticate an API token and retrieve user details. Use after obtaining a valid API token from Hyperise settings.
Parámetros de entrada
api_tokenstringHyperise API token generated in account settings. Optional: falls back to metadata.query_params.api_token if omitted.
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