Endorsal

Learn how to use Endorsal with Composio

Overview

Enum

ENDORSAL

Description

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

Authentication Details

api_key
stringRequired

Actions

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

Action Parameters

company
string
email
stringRequired
featured
boolean
job
string
location
string
name
stringRequired
profile
string
rating
integer
testimonial
stringRequired
website
string

Action Response

data
object
error
string
successful
boolean
Tool to retrieve details of a specific testimonial by its unique identifier. use after obtaining the testimonial id to fetch its full details.

Action Parameters

item_id
stringRequired

Action Response

data
object
error
string
successful
boolean
Tool to retrieve a specific autorequest campaign by its unique identifier. use when you need to fetch details of an existing autorequest campaign.

Action Parameters

id
stringRequired

Action Response

data
object
error
string
successful
boolean
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.

Action Parameters

contact_id
stringRequired

Action Response

data
object
error
string
successful
boolean
Tool to retrieve details of a specific tag by its unique identifier. use when you have a tag id and need full tag metadata.

Action Parameters

id
stringRequired

Action Response

data
object
error
string
successful
boolean
Tool to retrieve details of a specific widget by its unique identifier. use when you need full widget details before editing or analysis.

Action Parameters

widget_id
stringRequired

Action Response

data
object
error
string
successful
boolean
Tool to retrieve a list of all autorequest campaigns. use when you need to view both active and inactive campaigns.

Action Parameters

Action Response

data
object
error
string
successful
boolean
Tool to retrieve all contacts associated with your account. use when you need to browse or manage your contact list after authentication.

Action Parameters

page
integer
per_page
integer
property_id
stringRequired

Action Response

data
array
error
string
meta
object
successful
boolean
Tool to retrieve all testimonials submitted by a specific contact. use when you have a contact id and need to paginate through their testimonials.

Action Parameters

contact_id
stringRequired
page
integer
per_page
integer

Action Response

data
array
error
string
meta
object
successful
boolean
Tool to retrieve all properties for the authenticated account. use after obtaining a valid api key and login.

Action Parameters

Action Response

data
object
error
string
successful
boolean
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.

Action Parameters

propertyId
stringRequired

Action Response

data
object
error
string
successful
boolean
Tool to retrieve all testimonials for a given tag. use when you need to list testimonials filtered by tag id for pagination and display.

Action Parameters

limit
integer
page
integer
tag_id
stringRequired

Action Response

data
array
error
string
meta
object
successful
boolean
Tool to retrieve all widgets associated with your account. use when you need to enumerate available widgets for management.

Action Parameters

Action Response

data
object
error
string
successful
boolean