# Endorsal AI integration on Definable

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

## What this connects

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

Vendor: https://endorsal.io/

## Tools available

**26** tools available. First 12:

- `ENDORSAL_ARCHIVE_CONTACT` — 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.
- `ENDORSAL_CREATE_CONTACT` — 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.
- `ENDORSAL_CREATE_TAG` — 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.
- `ENDORSAL_CREATE_TESTIMONIAL` — Create Testimonial — Tool to submit a new testimonial. Use when adding customer feedback to your Endorsal account after gathering input.
- `ENDORSAL_DELETE_TAG` — Delete Tag — Tool to delete a tag using its unique identifier. Use when you need to remove a tag from the system permanently.
- `ENDORSAL_DELETE_TESTIMONIAL` — 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.
- `ENDORSAL_GET_AUTO_REQUEST_CAMPAIGN` — Get AutoRequest Campaign — Tool to retrieve a specific AutoRequest campaign by its unique identifier. Use when you need to fetch details of an existing AutoRequest campaign.
- `ENDORSAL_GET_CONTACT` — 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.
- `ENDORSAL_GET_TAG` — 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.
- `ENDORSAL_GET_TESTIMONIAL` — 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.
- `ENDORSAL_GET_WALL_OF_LOVE` — 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.
- `ENDORSAL_GET_WIDGET` — 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.

## Auth

Auth schemes: `API_KEY`.

## How agents use Endorsal

Inside a Definable workflow, Endorsal is one of the tools the **Distributor specialist** can call. Example coordination patterns:

- **Researcher → Endorsal** — the Researcher (GPT-5.5) pulls context from Endorsal (records, threads, documents), synthesises findings, and briefs the rest of the team.
- **Writer → Distributor → Endorsal** — the Writer (Claude Opus 4.7) drafts copy in brand voice, the Verifier passes it, then the Distributor writes the result into Endorsal (create record, post message, draft email).
- **Designer / Engineer → Distributor → Endorsal** — the Designer ships an asset or the Engineer ships a code change, the Distributor delivers it via Endorsal (attach file, open PR comment, post status).

The Verifier checks every Endorsal call. On rate limit, schema drift, or auth refresh it self-heals and retries — the workflow completes without manual intervention.

## Categories

- reviews — https://definable.ai/apps/category/reviews/
- marketing automation — https://definable.ai/apps/category/marketing-automation/

## Related

- HTML page: https://definable.ai/apps/endorsal/
- Same category (reviews): https://definable.ai/apps/category/reviews/
- All integrations: https://definable.ai/apps/
- Workflow (multi-agent loop): https://definable.ai/workflow/
- Apps llms.txt index: https://definable.ai/llms-apps.txt
