Customer testimonials, automated. Set up in 10 mins. Over 5,000 companies trust Endorsal to boost their social proof. Try us out free!
Go to siteThe Endorsal API provides a way to programmatically manage and showcase customer testimonials. With Pipedream, you can automate the collection and display of endorsements, sync these testimonials with other marketing tools, and trigger actions based on new reviews. This seamless integration enables you to leverage customer feedback effectively to boost your brand's credibility and visibility.
import { axios } from "@pipedream/platform"
export default defineComponent({
props: {
endorsal: {
type: "app",
app: "endorsal",
}
},
async run({steps, $}) {
return await axios($, {
url: `https://api.endorsal.io/v1/testimonials`,
headers: {
Authorization: `Bearer ${this.endorsal.$auth.api_key}`,
"Content-Type": `application/json`,
},
})
},
})
Automate Testimonial Collection: Set up a Pipedream workflow that listens for a new customer sign-up via your CRM (e.g., Salesforce), then automatically sends a request for a testimonial to the customer through the Endorsal API.
Sync Testimonials with Marketing Platforms: When a new testimonial is received, use Pipedream to post it to your social media channels like Twitter or LinkedIn, or update your website's testimonial section in real time.
Monitor and Alert for New Reviews: Create a Pipedream workflow that checks for new Endorsal testimonials and sends an alert through Slack or email to your marketing team, so they can review and act quickly on the latest customer feedback.
Creates a new contact for requesting testimonials. See the documentation
Retrieves a list of testimonials received. See the documentation
Endorsal uses API keys for authentication. When you connect your Endorsal account, Pipedream securely stores the keys so you can easily authenticate to Endorsal APIs in both code and no-code steps.
To retrieve your API keys,