Instant triggers (scheduled)
Last updated
Last updated
{
"info": {
"url": "https://api.cc.email/v3/account/summary",
"method": "GET",
"headers": {
"authorization": "Bearer {{connection.accessToken}}"
},
"response": {
"error": {
"message": "[{{statusCode}}]\n{{parseError(body)}}"
},
"uid": "{{body.encoded_account_id}}",
"metadata": {
"type": "text",
"value": "{{body.contact_email}}"
}
},
"log": {
"sanitize": ["request.headers.authorization"]
}
}
}{
"url": "https://services.leadconnectorhq.com/locations/{{connection.locationId}}",
"method": "GET",
"headers": {
"Authorization": "Bearer {{connection.accessToken}}",
"Version": "2021-07-28"
},
"response": {
"uid": "{{connection.locationId}}",
"metadata": {
"type": "text",
"value": "Location: {{body.location.name}}"
}
},
"log": {
"sanitize": [ "request.headers.authorization" ]
}
}{
"type": "ContactCreate",
"locationId": "ve9EPM428h8vShlRW1KT",
"id": "nmFmQEsNgz6AVpgLVUJ0",
"address1": "3535 1st St N",
"city": "ruDolomitebika",
"state": "AL",
"companyName": "Loram ipsum",
"country": "DE",
"source": "xyz form",
"dateAdded": "2021-11-26T12:41:02.193Z",
"dateOfBirth": "2000-01-05T00:00:00.000Z",
"dnd": true,
"email": "[email protected]",
"name": "John Deo",
"firstName": "John",
"lastName": "Deo",
"phone": "+919509597501",
"postalCode": "452001",
"tags": [
"id magna sed Lorem",
"Duis dolor commodo aliqua"
],
"website": "https://www.google.com/",
"attachments": [],
"assignedTo": "nmFmQEsNgz6AVpgLVUJ0"
}