intercom-ruby
intercom-ruby copied to clipboard
Ruby bindings for the Intercom API
## Version info - intercom-ruby version: 4.1.2 - Ruby version: 2.7.1 ## Expected behavior 1. Should not throw error if server does not return x rate limit reset at date...
I got `Intercom::UnexpectedError ` when creating a company with race condition in test workspece. I want a specific error class like `Intercom::MultipleMatchingUsersError`. ## Version info - intercom-ruby version: 4.1.2 -...
Adding per security request
#### Why? This would allow a user of the API to rescue for example in an ApplicationJob and retry when the time has passed, rather than sleeping. ```ruby def perform...
## Summary - Adds GitHub workflow to automatically label AI-generated PRs - Uses shared workflow from `intercom/github-action-workflows` - Triggers on PR open, edit, and synchronize events ## Test plan -...