Skip to content

Instantly share code, notes, and snippets.

@p2tris
Created February 6, 2018 11:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save p2tris/d1e5b6137e0b04667ee9fb126a872565 to your computer and use it in GitHub Desktop.
Save p2tris/d1e5b6137e0b04667ee9fb126a872565 to your computer and use it in GitHub Desktop.
SaleMove Engagement End JSON export content
{
"visitorName": {visitor_name},
"visitorEmail": {visitor_email},
"visitorPhoneNumber": {visitor_phone},
"visitorLastName": {visitor_last_name},
"customAttributes": {custom_fields},
"visitorDeviceType": {visitor_device_type},
"visitorBrowser": {visitor_browser},
"operatorNotes": {notes},
"initialSiteName": {site_name},
"engagementId": {engagement_id},
"engagementDuration": {engagement_duration},
"engagementStartedAt": {engagement_started_at},
"engagementEndedAt": {engagement_ended_at},
"engagementType": {engagement_type},
"initiator": {initiator},
"appointmentScheduledAt": {appointment_scheduled_at},
"cobrowsingUsed": {cobrowsing_used},
"videoUsed": {video_used},
"audioUsed": {audio_used},
"engagementFlagged": {engagement_flagged},
"crmForwarded": {crm_forwarded},
"summaryForwarded": {summary_forwarded},
"chatTranscriptPlain": {chat_transcript_plain_text},
"queueWaitTime": {queue_wait_time},
"siteNames": {site_names},
"operators": {operators},
"chatTranscript": {chat_transcript}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment