The review invite object

A review invite.

AttributeTypeDescription
location.uidstringPodium unique identifier for location.
location.organizationUidstringPodium unique identifier for organization.
testbooleanWhether or not the review invite was a test.
urlstringUrl to view the review invite in Podium.
uidstringPodium unique identifier for review invite.
channel.typestringMessenger channel for the conversation. Possible values: ["apple", "car_wars", "email", "facebook", "fallback_email", "google", "google_brand", "iframe", "instagram", "phone", "secure", "sms", "text", "whatsapp"]
channel.identifierstringIdentifies the Messenger channel. Must be a valid email address or a phone number. Non-US/Canada numbers must include the country code (e.g. +61 for AUS)
sender.namestringName of the employee that sent the review invite. If it was an automated invite the value will be external.
sender.typestringType of entity that sent the review invite. Possible values: ["user", "integration"]
sender.uidstringPodium unique identifier for user or integration.
sender.sentThroughstringPodium product that the review invite was sent through. Possible values: ["client_app", "feedback", "generated_link_only", "integrations", "payments", "email", "sms", "mms", "external"]
languagesarray[string]Language of the review invite message.
createdAtstringWhen the review invite was created.
updatedAtstringWhen the review invite was updated.
attributionsarrayReview that was created from the invite.
attributions[].siteNamestringName of the site that the review was published on.
attributions[].reviewAuthorstringName of person who created the review.
attributions[].reviewBodystringBody of the review.
attributions[].reviewPublishedAtstringWhen the review was published.
attributions[].reviewRatingnumberRating of the review.
attributions[].reviewUidstringPodium unique identifier for review.
customerNamestringThe name of the customer that the review invite was sent to.
deliveryStatusstringDelivery status of the review invite. Possible values: ["failed", "pending", "sent", "delivered"]
conversationItemUidstringPodium unique identifier for conversation item.
linkClickedbooleanWhether or not the review invite link has been clicked.
linkClickedAtstringWhen the review invite link was clicked.
shortUrlstringShort form url to view the review invite in Podium.
{
  "location": {
    "uid": "00000000-0000-0000-0000-000000000000",
    "organizationUid": "00000000-0000-0000-0000-000000000000"
  },
  "test": false,
  "url": "http://app.podium.com/#/91f85f79-185c-46cb-830d-79f259bb2822?v2=true",
  "uid": "00000000-0000-0000-0000-000000000000",
  "channel": {
    "type": "email",
    "identifier": "[email protected]"
  },
  "sender": {
    "name": "Jack Grape",
    "type": "user",
    "uid": "00000000-0000-0000-0000-000000000000",
    "sentThrough": "client_app"
  },
  "languages": [
    "en"
  ],
  "createdAt": "2015-01-23T23:50:07Z",
  "updatedAt": "2015-01-23T23:50:07Z",
  "attributions": [
    {
      "siteName": "google",
      "reviewAuthor": "Joe Orange",
      "reviewBody": "Great service!",
      "reviewPublishedAt": "2015-01-23T23:50:07Z",
      "reviewRating": 5,
      "reviewUid": "00000000-0000-0000-0000-000000000000"
    }
  ],
  "customerName": "John Apple",
  "deliveryStatus": "failed",
  "conversationItemUid": "00000000-0000-0000-0000-000000000000",
  "linkClicked": false,
  "linkClickedAt": "2015-01-23T23:50:07Z",
  "shortUrl": "https://podium.co/QDNrE1v"
}