Sends a woku review link to one or more email addresses, inviting recipients to leave feedback. You can send to a single email or multiple emails at once.
Company API key. Obtain this from your Woku dashboard under Settings > API Keys.
MongoDB ObjectId of the woku to share
"507f1f77bcf86cd799439011"
Single email address to send the review invitation to
"customer@example.com"
Array of email addresses to send review invitations to
[
"customer1@example.com",
"customer2@example.com"
]Email(s) sent successfully
The response is of type string.
"Email sent successfully"