Hey guys! I'm one of the Support Engineers here at Intercom! We've recently depreciated API keys so your repo here will need to use Personal Access Tokens instead. Can see more details here: https://developers.intercom.com/reference#using-personal-access-tokens It would look something like this though: ``` intercom = Intercom::Client.new(token: '<access_token>'); ```  Let me know if you have questions about this and I'd be happy to help out!
Hey guys! I'm one of the Support Engineers here at Intercom! We've recently depreciated API keys so your repo here will need to use Personal Access Tokens instead. Can see more details here: https://developers.intercom.com/reference#using-personal-access-tokens
It would look something like this though:
Let me know if you have questions about this and I'd be happy to help out!