Endorsal

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

26 actions Integration catalog
Request access
Connect Endorsal once you're in Boring.
01 · WHAT THE AGENT CAN DO

Actions

Every capability is a discrete, logged action the agent calls by name — scoped to what you authorize and recorded in the run trace.

Archive ContactENDORSAL_ARCHIVE_CONTACT
Tool to archive a contact using its unique identifier. Use when you need to remove a contact from active use without permanently deleting it.
Create ContactENDORSAL_CREATE_CONTACT
Tool to create a new contact in your Endorsal account. Use when you need to add a new contact with their email, name, and company details. Optionally add the contact to an AutoRequest campaign by providing the campaign ID.
Create TagENDORSAL_CREATE_TAG
Tool to create a new tag in Endorsal. Tags can be used to categorize testimonials or represent products. Use when you need to add a new organizational category or product tag.
Create TestimonialENDORSAL_CREATE_TESTIMONIAL
Tool to submit a new testimonial. Use when adding customer feedback to your Endorsal account after gathering input.
Delete TagENDORSAL_DELETE_TAG
Tool to delete a tag using its unique identifier. Use when you need to remove a tag from the system permanently.
Delete TestimonialENDORSAL_DELETE_TESTIMONIAL
Tool to permanently delete a testimonial by its ID. Use when you need to remove a testimonial from your Endorsal account. This action cannot be undone.
Get AutoRequest CampaignENDORSAL_GET_AUTO_REQUEST_CAMPAIGN
Tool to retrieve a specific AutoRequest campaign by its unique identifier. Use when you need to fetch details of an existing AutoRequest campaign.
Get ContactENDORSAL_GET_CONTACT
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.
Get TagENDORSAL_GET_TAG
Tool to retrieve details of a specific tag by its unique identifier. Use when you have a tag ID and need full tag metadata.
Get TestimonialENDORSAL_GET_TESTIMONIAL
Retrieves complete details of a specific testimonial by its ID. Returns the testimonial content, author information (name, email, company, job, location), rating, approval status, and timestamps. Use this after obtaining a testimonial ID from listing endpoints or creation operations.
Get Wall of LoveENDORSAL_GET_WALL_OF_LOVE
Retrieves the Wall of Love for a property, returning testimonials that match its configuration options. Optionally returns a fully rendered HTML widget. Use render=false (default) to get testimonial data as JSON for custom display, or render=true to get a complete HTML/CSS/JS bundle ready to embed on your website.
Get WidgetENDORSAL_GET_WIDGET
Tool to retrieve details of a specific widget by its unique identifier. Use when you need full widget details before editing or analysis.
List All TagsENDORSAL_LIST_ALL_TAGS
Tool to retrieve a list of all Tag Objects across all properties in your Endorsal account. Use when you need to view all available tags regardless of property association.
List AutoRequest CampaignsENDORSAL_LIST_AUTOREQUEST_CAMPAIGNS
Tool to retrieve a list of all AutoRequest campaigns. Use when you need to view both active and inactive campaigns.
List ContactsENDORSAL_LIST_CONTACTS
Retrieves a paginated list of all contacts for a specific property in your Endorsal account. Contacts are created when testimonials are submitted or when you manually add contacts to your property. Use this action to browse your contact list, view contact details, and manage your customer database. Requires a valid property_id which can be obtained from the List Properties action.
List Contact TestimonialsENDORSAL_LIST_CONTACT_TESTIMONIALS
Retrieves all testimonials associated with a specific contact in Endorsal. A contact in Endorsal is a person or entity that has been added to your contact list, typically through manual import, API creation, or auto-request campaigns. This action returns testimonials that have been explicitly linked to the specified contact. Note: This is different from testimonials created with an email address - those are standalone testimonials. Use List Contacts to find valid contact IDs first. Use this action when you need to view all testimonials for a particular contact, such as when displaying a contact's feedback history or generating reports.
List PropertiesENDORSAL_LIST_PROPERTIES
Tool to retrieve all properties for the authenticated account. Use after obtaining a valid API key and login.
List TagsENDORSAL_LIST_TAGS
Retrieves all tags associated with a specific property in Endorsal. Tags are used to categorize and organize testimonials. Use this action when you need to view available tags for a property before assigning them to testimonials, or to get a complete list of tags for filtering purposes.
List Tag TestimonialsENDORSAL_LIST_TAG_TESTIMONIALS
Tool to retrieve all testimonials for a given tag. Use when you need to list testimonials filtered by tag ID for pagination and display.
List TestimonialsENDORSAL_LIST_TESTIMONIALS
Retrieves a paginated list of all testimonials in your Endorsal account. Use when you need to browse testimonials, generate reports, or manage customer feedback.
List WidgetsENDORSAL_LIST_WIDGETS
Retrieves all testimonial display widgets associated with your Endorsal account. Widgets are used to display collected testimonials on your website. This action returns basic information about each widget including its ID, name, status, and timestamps. No parameters required - retrieves all widgets for the authenticated account. Use this when you need to: - Enumerate available widgets for management or selection - Get widget IDs for use with other widget operations - Check widget statuses across your account
Search ContactsENDORSAL_SEARCH_CONTACTS
Tool to search contacts using query Match Objects. Returns matching Contact Objects based on field, operator, and value criteria. Use when you need to find specific contacts by email, name, company, or other fields with flexible matching operators.
Search TestimonialsENDORSAL_SEARCH_TESTIMONIALS
Tool to search testimonials using query Match Objects. Returns matching Testimonial Objects. Use when you need to filter testimonials by specific criteria like rating, approval status, property ID, or any other testimonial field.
Tag TestimonialENDORSAL_TAG_TESTIMONIAL
Tool to add tag(s) to a testimonial. Use when you need to categorize or associate tags with a testimonial. Supports both existing tags (by _id) and creating new tags inline.
Update ContactENDORSAL_UPDATE_CONTACT
Tool to update a contact's information. Pass in fields you'd like to update using a 'fields' object. Use when you need to modify existing contact details.
Update TestimonialENDORSAL_UPDATE_TESTIMONIAL
Tool to update an existing testimonial. Pass in only the fields you want to update using the 'fields' object. Use this when modifying testimonial content, author information, rating, or approval status.