Skip to main content
POST
/
wokus
/
share-woku-to-email
curl --request POST \ --url https://clientapi.woku.app/wokus/share-woku-to-email \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "wokuId": "507f1f77bcf86cd799439011", "clientEmail": "[email protected]" } '
"Email sent successfully"

Authorizations

Authorization
string
header
required

Company API key. Obtain this from your Woku dashboard under Settings > API Keys.

Body

application/json
wokuId
string<objectid>
required

MongoDB ObjectId of the woku to share

Example:

"507f1f77bcf86cd799439011"

clientEmail
string<email>

Single email address to send the review invitation to

clientEmails
string<email>[]

Array of email addresses to send review invitations to

Response

Email(s) sent successfully

The response is of type string.

Example:

"Email sent successfully"