NAiOS IconNAiOS Logo
Volver al catálogo

Endorsal

endorsal

Endorsal automates the collection and display of customer testimonials and reviews, enhancing social proof for businesses.

Acciones
13
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 (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ón

Tool to submit a new testimonial. use when adding customer feedback to your endorsal account after gathering input.

Parámetros de entrada

  • jobstring

    Job title of the individual

  • namestringObligatorio

    Name of the individual giving the testimonial

  • emailstringObligatorio

    Email address of the individual

  • ratinginteger

    Rating value (1-5)

  • companystring

    Company name of the individual

  • profilestringuri

    Profile image URL

  • websitestringuri

    Website URL of the individual or company

  • featuredboolean

    Whether the testimonial is featured

  • locationstring

    Location of the individual

  • testimonialstringObligatorio

    The testimonial text

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

Tool 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

  • idstringObligatorio

    The unique identifier of the AutoRequest campaign.

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

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

    Unique identifier of the contact to retrieve.

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

Tool 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

  • idstringObligatorio

    The unique identifier of the tag to retrieve

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

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

    Unique identifier of the testimonial to retrieve

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

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

    The unique identifier for the widget

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

Tool 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

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

Tool 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

  • pageinteger

    Page number to retrieve. Defaults to 1.

  • per_pageinteger

    Number of results per page. Defaults to 10, maximum is 100.

  • property_idstringObligatorio

    Unique identifier for the property

Parámetros de salida

  • dataobject[]Obligatorio

    List of contact records.

  • metaobjectObligatorio

    Pagination metadata.

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

List Contact TestimonialsENDORSAL_LIST_CONTACT_TESTIMONIALSAcción

Tool 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

  • pageinteger

    Page number for pagination (1-based index)

  • per_pageinteger

    Number of testimonials per page

  • contact_idstringObligatorio

    Unique identifier of the contact

Parámetros de salida

  • dataobject[]Obligatorio

    List of testimonial objects for the contact

  • metaobjectObligatorio

    Pagination metadata

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

List PropertiesENDORSAL_LIST_PROPERTIESAcción

Tool 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

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

Tool 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

  • propertyIdstringObligatorio

    The unique identifier for the property.

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

Tool 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

  • pageinteger

    Page number for paginated results. Defaults to 1.

  • limitinteger

    Number of items per page. Defaults to 50, maximum is 100.

  • tag_idstringObligatorio

    The unique identifier of the tag to filter testimonials by.

Parámetros de salida

  • dataobject[]Obligatorio

    List of testimonials for the specified tag

  • metaobjectObligatorio

    Pagination metadata

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

List WidgetsENDORSAL_LIST_WIDGETSAcción

Tool 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

  • 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