intercom-ruby icon indicating copy to clipboard operation
intercom-ruby copied to clipboard

chore: clarify IDs and explain how to create a company

Open Startouf opened this issue 2 years ago • 1 comments

it can be confusing which "user ID" we are talking about

  • Many users of this intercom library have their own users in their own database, and their "customer ID"
  • Intercom has its own unique user ID

Also, there was no example to create a company.

Startouf avatar Nov 16 '23 16:11 Startouf

I'm thinking of updating my PR to use "external id" to better match intercom documentation. I also found out one had to use intercom.find(external_id: user_in) and not (user_id: user_id)

Startouf avatar Nov 18 '23 16:11 Startouf