It is now possible to trigger Customer Radar survey's directly from AutoPlay when leads are Close Won or Close Lost.
When the lead reaches the conditions specified in the Automation it will send a request directly to the Customer Radar API. If provisioned on Customer Radars side then they will trigger an automated email linking the customer to the survey. Note - it is important to note that all email comms are originated from Customer Radar. As AutoPlay only triggers the email via the Customer Radar API we have no control over the email template or any issues with the delivery of the email to the customer.
The customer will recieve an email that links to a simple survey page like the below. The questions asked on the survey are dependent on the service the dealership is signed up to with Customer Radar.

The API query will be stored in System Admin>Logs>API Logs>Customer Radar (AutoPlay staff only). The following fields are sent in the payload to Customer Radar.
{
"Data": {
"clientDisplayId": "XXXXXXX"
"programmeDisplayId": "XXXXXXX"
"sendData": [
{
"mobile": "",
"firstName": "Matt",
"lastName": "Darby",
"locationDisplayId": "XXXXXXX"
"metadata": [
{
"key": "email",
},
{
"key": "mobile",
"value": ""
},
{
"key": "name",
"value": "Matt Darby"
},
{
"key": "lead_id",
"value": "11492207"
},
{
"key": "contact_id",
"value": "19962320"
},
{
"key": "consultant",
"value": "Matt Darby"
},
{
"key": "rego",
"value": "LEE004"
},
{
"key": "vehicle_make",
"value": "Honda"
}
]
}
]
}
}
As AutoPlay are sending customer data to Customer Radar we will need a completed Data Authority Agreement (DAA) form sent to
support@autoplay.co.nz. Please see template attached.