Companies that use Intercom for customer relations can ingest Intercom events in their logs, in order to correlate them with other events in their systems, and then seamlessly send them to Coralogix. This can be achieved by creating a private Intercom “application” (that is not much more than a webhook, as you will see) in their workspaces.
Cluster URL | Team URL | |
---|---|---|
EU | coralogix.com | |
IN | app.coralogix.in | |
USA | coralogix.us | |
EU2 | eu2.coralogix.com | |
SG | coralogixsg.com |
Example log:
{ "source_system" : "intercom" , "intercom" : { "type" : "notification_event" , "app_id" : "pc1eeznt" , "data" : { "type" : "notification_event_data" , "item" : { "type" : "conversation" , "id" : "4" , "created_at" : 1619423555 , "updated_at" : 1619424688 , "user" : { "type" : "lead" , "id" : "60787e73099bb148057c1111" , "user_id" : "12345678-0000-aaaa-1111-abcdefg12345" , "name" : "Indigo Umbrella from Munich" , "email" : "" , "do_not_track" : null }, "assignee" : { "type" : "nobody_admin" , "id" : null }, "admin_assignee_id" : null , "team_assignee_id" : null , "conversation_message" : { "type" : "conversation_message" , "id" : "822898059" , "url" : "http://localhost:63342/aux-data-ingress/intercom-demo.html?_ijt=615bri6jf9tqgpevlc7cc102sj" , "subject" : "" , "body" : "<p>test</p>" , "author" : { "type" : "user" , "id" : "60787e73099bb148057c1111" }, "attachments" : [] }, "conversation_parts" : { "type" : "conversation_part.list" , "conversation_parts" : [ { "type" : "conversation_part" , "id" : "8863805399" , "part_type" : "comment" , "body" : "<p>Hi, can you explain how this works?</p>" , "created_at" : 1619424687 , "updated_at" : 1619424687 , "notified_at" : 1619424687 , "assigned_to" : null , "author" : { "type" : "user" , "id" : "60787e73099bb148057c1111" , "name" : null , "email" : "" }, "attachments" : [], "external_id" : null } ], "total_count" : 1 }, "conversation_rating" : {}, "open" : true , "state" : "open" , "snoozed_until" : null , "read" : true , "metadata" : {}, "tags" : { "type" : "tag.list" , "tags" : [] }, "tags_added" : { "type" : "tag.list" , "tags" : [] }, "custom_attributes" : {}, "links" : { "conversation_web" : "https://app.intercom.com/a/apps/pc1eeznt/conversations/4" } } }, "links" : {}, "id" : "notif_4ef0ca4e-0974-4aef-94e8-5f60c39eb5f8" , "topic" : "conversation.user.replied" , "delivery_status" : "pending" , "delivery_attempts" : 1 , "delivered_at" : 0 , "first_sent_at" : 1619424689 , "created_at" : 1619424689 , "self" : null } }