Endorsal
endorsalEndorsal automates the collection and display of customer testimonials and reviews, enhancing social proof for businesses.
Acciones disponibles (13)
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 TestimonialENDORSAL_CREATE_TESTIMONIALAcciónTool to submit a new testimonial. use when adding customer feedback to your endorsal account after gathering input.
ENDORSAL_CREATE_TESTIMONIALAcciónTool to submit a new testimonial. use when adding customer feedback to your endorsal account after gathering input.
Parámetros de entrada
jobstringJob title of the individual
namestringObligatorioName of the individual giving the testimonial
emailstringObligatorioEmail address of the individual
ratingintegerRating value (1-5)
companystringCompany name of the individual
profilestringuriProfile image URL
websitestringuriWebsite URL of the individual or company
featuredbooleanWhether the testimonial is featured
locationstringLocation of the individual
testimonialstringObligatorioThe testimonial text
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 AutoRequest CampaignENDORSAL_GET_AUTO_REQUEST_CAMPAIGNAcciónTool to retrieve a specific autorequest campaign by its unique identifier. use when you need to fetch details of an existing autorequest campaign.
ENDORSAL_GET_AUTO_REQUEST_CAMPAIGNAcciónTool to retrieve a specific autorequest campaign by its unique identifier. use when you need to fetch details of an existing autorequest campaign.
Parámetros de entrada
idstringObligatorioThe unique identifier of the AutoRequest campaign.
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 ContactENDORSAL_GET_CONTACTAcciónTool to retrieve details of a specific contact by its unique identifier. use when you have the contact id and need to fetch complete contact details.
ENDORSAL_GET_CONTACTAcciónTool to retrieve details of a specific contact by its unique identifier. use when you have the contact id and need to fetch complete contact details.
Parámetros de entrada
contact_idstringObligatorioUnique identifier of the contact to retrieve.
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 TagENDORSAL_GET_TAGAcciónTool to retrieve details of a specific tag by its unique identifier. use when you have a tag id and need full tag metadata.
ENDORSAL_GET_TAGAcciónTool to retrieve details of a specific tag by its unique identifier. use when you have a tag id and need full tag metadata.
Parámetros de entrada
idstringObligatorioThe unique identifier of the tag to retrieve
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 TestimonialENDORSAL_GET_TESTIMONIALAcciónTool to retrieve details of a specific testimonial by its unique identifier. use after obtaining the testimonial id to fetch its full details.
ENDORSAL_GET_TESTIMONIALAcciónTool to retrieve details of a specific testimonial by its unique identifier. use after obtaining the testimonial id to fetch its full details.
Parámetros de entrada
item_idstringObligatorioUnique identifier of the testimonial to retrieve
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 WidgetENDORSAL_GET_WIDGETAcciónTool to retrieve details of a specific widget by its unique identifier. use when you need full widget details before editing or analysis.
ENDORSAL_GET_WIDGETAcciónTool to retrieve details of a specific widget by its unique identifier. use when you need full widget details before editing or analysis.
Parámetros de entrada
widget_idstringObligatorioThe unique identifier for the widget
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 AutoRequest CampaignsENDORSAL_LIST_AUTOREQUEST_CAMPAIGNSAcciónTool to retrieve a list of all autorequest campaigns. use when you need to view both active and inactive campaigns.
ENDORSAL_LIST_AUTOREQUEST_CAMPAIGNSAcciónTool to retrieve a list of all autorequest campaigns. use when you need to view both active and inactive campaigns.
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 ContactsENDORSAL_LIST_CONTACTSAcciónTool to retrieve all contacts associated with your account. use when you need to browse or manage your contact list after authentication.
ENDORSAL_LIST_CONTACTSAcciónTool to retrieve all contacts associated with your account. use when you need to browse or manage your contact list after authentication.
Parámetros de entrada
pageintegerPage number to retrieve. Defaults to 1.
per_pageintegerNumber of results per page. Defaults to 10, maximum is 100.
property_idstringObligatorioUnique identifier for the property
Parámetros de salida
dataobject[]ObligatorioList of contact records.
metaobjectObligatorioPagination metadata.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List Contact TestimonialsENDORSAL_LIST_CONTACT_TESTIMONIALSAcciónTool to retrieve all testimonials submitted by a specific contact. use when you have a contact id and need to paginate through their testimonials.
ENDORSAL_LIST_CONTACT_TESTIMONIALSAcciónTool to retrieve all testimonials submitted by a specific contact. use when you have a contact id and need to paginate through their testimonials.
Parámetros de entrada
pageintegerPage number for pagination (1-based index)
per_pageintegerNumber of testimonials per page
contact_idstringObligatorioUnique identifier of the contact
Parámetros de salida
dataobject[]ObligatorioList of testimonial objects for the contact
metaobjectObligatorioPagination metadata
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List PropertiesENDORSAL_LIST_PROPERTIESAcciónTool to retrieve all properties for the authenticated account. use after obtaining a valid api key and login.
ENDORSAL_LIST_PROPERTIESAcciónTool to retrieve all properties for the authenticated account. use after obtaining a valid api key and login.
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 TagsENDORSAL_LIST_TAGSAcciónTool to retrieve all tags for a specific property. use when you need to browse available tags before assigning them. use after confirming the property id.
ENDORSAL_LIST_TAGSAcciónTool to retrieve all tags for a specific property. use when you need to browse available tags before assigning them. use after confirming the property id.
Parámetros de entrada
propertyIdstringObligatorioThe unique identifier for the property.
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 Tag TestimonialsENDORSAL_LIST_TAG_TESTIMONIALSAcciónTool to retrieve all testimonials for a given tag. use when you need to list testimonials filtered by tag id for pagination and display.
ENDORSAL_LIST_TAG_TESTIMONIALSAcciónTool to retrieve all testimonials for a given tag. use when you need to list testimonials filtered by tag id for pagination and display.
Parámetros de entrada
pageintegerPage number for paginated results. Defaults to 1.
limitintegerNumber of items per page. Defaults to 50, maximum is 100.
tag_idstringObligatorioThe unique identifier of the tag to filter testimonials by.
Parámetros de salida
dataobject[]ObligatorioList of testimonials for the specified tag
metaobjectObligatorioPagination metadata
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List WidgetsENDORSAL_LIST_WIDGETSAcciónTool to retrieve all widgets associated with your account. use when you need to enumerate available widgets for management.
ENDORSAL_LIST_WIDGETSAcciónTool to retrieve all widgets associated with your account. use when you need to enumerate available widgets for management.
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