In Mapsly you can configure the creation of timeline events for your check-in events. Currently, you can push these timeline events to Contact, Company, and Deal objects with this universal endpoint:
You need to use the following configuration:
Method: POST
Content Type: JSON
Header parameter - X-COM-CONNECTION-ID: {{ GetSourceConnectionId('hubspot') }}
And the body can contain the following parameters:
{"tokens":
{ "distance": 5,
"distance_units": "km",
"caption": "I am here 4",
"address": "some address",
"latitude": 1.098,
"longitude": 2.6372,
"when": "2021-07-06T15:30:32+00:00",
"param_1_name": "Custom prm 1",
"param_1_value": "Custom prm 1 value",
"verified": "not verified"
},
"extraData": [{"name": "n", "value": "v"}]}
Note, that you can supply up to 10 custom parameters like param_1_name, param_2_name, etc.
In the end you should end up with something like this:
Here is an example of what the timeline event looks like when passing a custom parameter and extraData:
If you have any questions or need help configuring your Mapsly automation contact Mapsly support team 24/7 by chat or email at [email protected], we'll be happy to help.