input | object | required | |
input.locationId | string | required | Encoded Location ID |
input.name | string | required | Review Campaign Name |
input.locationCustomers | array of object | required | Campaign customers to create |
input.locationCustomers[].name | string | required | |
input.locationCustomers[].email | string | optional | |
input.locationCustomers[].phone | string | optional | |
input.screening | boolean | optional | Flag for screening enabled/disabled |
input.landingPageTemplate | object | optional | Landing page template(Use only when screening = true). |
input.landingPageTemplate.content | string | optional | |
input.landingPageTemplate.heading | string | optional | |
input.landingPageTemplate.reviewSiteHash | array of object | optional | |
input.landingPageTemplate.reviewSiteHash[].name | string | optional | |
input.landingPageTemplate.reviewSiteHash[].url | string | optional | URL for connected sites (maps.google.com, facebook.com, foursquare.com) or custom sites |
input.openingEmailTemplate | object | optional | Template for the very first email sent out. |
input.openingEmailTemplate.replyTo | string | optional | |
input.openingEmailTemplate.subject | string | optional | |
input.openingEmailTemplate.heading | string | optional | |
input.openingEmailTemplate.content | string | optional | |
input.openingEmailTemplate.reviewSiteHash | array of object | optional | Not required when screening is true |
input.openingEmailTemplate.reviewSiteHash[].name | string | optional | |
input.openingEmailTemplate.reviewSiteHash[].url | string | optional | URL for connected sites (maps.google.com, facebook.com, foursquare.com) or custom sites |
input.smsTemplate | object | optional | Template for the very first SMS sent out. |
input.smsTemplate.content | string | optional | |
input.smsTemplate.reviewSiteHash | array of object | optional | Max 1 for smsTemplate Not required when screening is true |
input.smsTemplate.reviewSiteHash[].name | string | optional | |
input.smsTemplate.reviewSiteHash[].url | string | optional | URL for connected sites (maps.google.com, facebook.com, foursquare.com) or custom sites |