Create a Testimonial
You can create a testimonial directly in SocialPRF by calling the Post request to the
https://app.socialprf.io/api/1.1/wf/create_testimonial endpoint.
It will automatically create an testimonial in socialprf.
Fields | Mandatory/Optional | Description |
---|---|---|
api_key | Mandatory | The API key of your organisation. |
name | Mandatory | The name of the reviewer |
headline | Optional | The role or designation of the user |
avatar | Optional | The URL of the avatar of the user |
stars | Optional | The ratings for the testimonial as a number |
testimonial | Mandatory | The testimonial text |
type | Mandatory | The type of testimonial. Possible values are:
* Text
* Video
* Vimeo
* Youtube
* Twitter
* Facebook
* Google Reviews
* Trustpilot
* G2
* Capterra
* Appstore
* Product Hunt
* Appsumo |
Response Example
{
"id" : "recwwNadqPiajDQOk"
"testimonial_url" : "https://app.socialprf.io/testimonial_details?o=recBUKxQ0YMikh9jV&recordId=recwwNadqPiajDQOk"
}
Last modified 10mo ago