Create Customer Event
Creates a new project event, if one does not exist, and a new event for the customer’s timeline.
<script>
window.cp('event', {
'action': '<action>',
'properties': {
'<key>': '<value>', // Optional properties
}
});
</script>Last updated