Create Testimonial
create_testimonialCreate a customer testimonial in your Senja project by providing required customer name and type, plus optional text, video URL, rating, tags, and approval status.
Instructions
Create a new testimonial in your Senja project.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | Source URL | |
| date | No | Date in ISO 8601 format (e.g., 2024-01-15T00:00:00Z) | |
| tags | No | Tags to apply to the testimonial | |
| text | No | Testimonial text content | |
| type | Yes | Testimonial type: text or video | |
| title | No | Testimonial title/headline | |
| rating | No | Star rating (1-5) | |
| approved | No | Whether the testimonial is approved | |
| video_url | No | Video URL (for video testimonials) | |
| integration | No | Integration source identifier | |
| customer_name | Yes | Name of the customer | |
| customer_email | No | Customer email | |
| customer_avatar | No | Customer avatar URL | |
| customer_company | No | Customer company name | |
| customer_tagline | No | Customer tagline or job title | |
| customer_website | No | Customer website URL |