Skip to content

christmmurphy/intercom-crm-case-creator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A basic Intercom Inbox app for demo purposes built in Ruby. This app uses the Intercom App Framework to provide a UI for agents to create cases in a CRM of their choosing.

In Use

Inbox:

Your CRM:

When an Intercom admin uses the integration, pressing submit captures all the details entered to the form. These case details are sent via webhook and you will see them output to your ruby console for you to refactor and include in your POST request:

puts "****************************"
puts "Case Title: #{case_title}"
puts "Case Description: #{case_description}"
puts "Case Label: #{case_label}"
puts "Case Priority: #{case_priority}"
puts "****************************"

About

Intercom Inbox App Case Creator

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages