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

Elixir helpers for generating the Intercom snippet and interacting with the Intercom API

Results 3 intercom-elixir issues
Sort by recently updated
recently updated
newest added

I'm deploying app using Elixir release and in production I was getting this error: ``` ** (UndefinedFunctionError) function ESTree.Tools.Builder.identifier/1 is undefined (module ESTree.Tools.Builder is not available) ESTree.Tools.Builder.identifier(:Intercom) (intercom 0.0.1) lib/intercom.ex:21:...

We are migrating from PHP to Elixir and currently use the Intercom PHP library. In there, a way to bulk upsert users is available. I couldn't find the API reference...

I'm working with the `1.0.0.` branch! The module attribute `@http_adapter` in the `Intercom.API.Request` module doesn't work reliably for me. Using `iex -S mix` to get into the elixir repl, `@http_adapter`...