Review destinations
UseGET /workspaces/{workspace}/review-destinations to list the configured Google, Yelp, Facebook, Trustpilot, Tripadvisor, Better Business Bureau, Nextdoor, Foursquare, Houzz, or G2 links. The primary destination is returned first and is the default in the dashboard.
Request a review
Create requests withPOST /workspaces/{workspace}/review-requests. Every request requires an existing Contact, a configured destination, a delivery channel, and confirmation that the Contact consented to messages on that channel.
emailsends a branded invitation to the Contact’s email address.smssends from the workspace’s configured SMS-capable Telnyx number.whatsappsends from the workspace’s connected Meta WhatsApp Business account. Supply the UUID of an approved template returned by the channel template endpoints.
{contact}, {business}, and {review_link}. The generated link records the click before redirecting to the selected review site.
Idempotency-Key header when creating a request so a network retry cannot create a second invitation.
Delivery state
GET /workspaces/{workspace}/review-requests returns the latest channel state: queued, sent, delivered, read where supported, clicked, or failed. A click means the Contact opened the tracked link; it does not claim that the destination accepted a review.