API Reference//
- Find review templates for given location Ids
Find email Identities for given list of email addresses
Create a new email Identity
Resend verification email for given email address
Create new review template for given location Ids
Start a review generation job for given customer location Ids and review template Id
Find review template jobs for given location Ids
Get review template media presigned S3 url
Update an existing review template
Find review templates for...
- https://uberall.com/apihttps://uberall.com/api/customer-engagement/review-template
- Mock Serverhttps://docs.uberall.com/_mock/apis/swagger/customer-engagement/review-template
curl -i -X GET \
https://uberall.com/api/customer-engagement/review-templateOK response
Array [
]
Response
[ { "id": 0, "type": "string", "name": "string", "locationIds": [ … ], "bodyText": "string", "senderName": "string", "email": { … }, "reviewLinks": [ … ], "createdAt": "string", "updatedAt": "string", "errors": [ … ], "message": "string" } ]