How Nuuly turned AI savings into higher pay for its support team
-
Recently active
we can get workspace_id from request body. where we can get the wokspace name? any API available?
Fix-It Friday! Happy Friday, Connectors! Once again, it's time for Fix-It Friday, your chance to offer help to your fellow Connectors who have unanswered questions! Can you help these Connectors resolve their issues? Is there a way to keep a teammate assigned when changing inboxes?Why does Intercom handle former employees stats so poorly?How can I set up a series after a user has received a set of product tours? Happy fixing!
Api -https://api.intercom.io/auth/eagle/token Params- {"code":"", "client_id": "d0d273fc-d43c-4c2f-b4c9-1e22e43bcb01","client_secret":(VALUE HIDDEN)}in this api "code" what we need to pass in this param,
We have logged a couple of crashes on our app related to the intercom Cordova plugin, also some of our app users reported creating new topic. 1) One of the issue is when the user (iPhone 8, iOS 14.2) sending a message in a new conversation... the application crashes. The message has been sent but the app crashed. Check the example below (check video). Plugin version (cordova-plugin-intercom": "9.3.0") 2) Couple other crashes related to intercomSDK can be related to this issue. We have updated last time our cordova-plugin-intercom from Version ^8.0.0 to Version 9.3.0 Cordova iOS v5.1.1cordova-plugin-intercom Version [2.3.20200628] -> ^8.0.0 cordova-plugin-intercom Version [2.3.20201124] -> 9.3.0 Platform affected: only iOS
The connector is failing on the following request:'https://api.intercom.io/contacts/5c0549cebebd285b4fa5426f/tags#39; {"type":"error.list","request_id":"001icr5rttiaof24lkkg","errors":[{"code":"not_found","message":"User Not Found"}]}% We make the following API request to get the contacts updated between a specified interval curl -X POST --data '{"query":{"operator":"AND","value":[{"field":"updated_at","operator":">","value":1591488000},{"field":"updated_at","operator":"<","value":1594080000}]},"pagination":{"per_page":150,"starting_after":"WzE1ODUyNDgzOTAwMDAsIjVlNzg4MzdhMGE3MWI4MmRiZTU0MjMzZSIsMTld"}}' -H 'Authorization: Bearer XXXXX' -H 'Accept: application/json' -H 'Intercom-Vers
How do I disable an email integration that is sending emails from my email account? I need to disable it asap
Fix-It Friday! Happy Friday, Connectors! Once again, it's time for Fix-It Friday, your chance to offer help to your fellow Connectors who have unanswered questions! Can you help these Connectors resolve their issues? I'd like to know why my Series can't be triggered multiple times? (e.g. for testing)I'd like to know why the Messages (Events/Steps) in my Series don't trigger each other?Scratching My Head! Using Salesforce and Intercom for Opportunities: Best Practices or Workflow Examples?I'd like to know why I can't create an "infinite loop"? (which in my case isn't an infinite loop)How can I send my newsletter from a specific address without inviting another teammate?How can I identify a "user" if our website does not have a signup option?How to create "custom user"? Happy fixing!
What it means when I get an error message on product tour saying there are some missing selectors
I'm a newbie, with limited Python knowledge. I built a Canvas Kit, connected to Zapier and SFDC, but not sure how to deploy it live for my team and workspace. Can someone help me? Thanks!
Hello, it's me again with the new question about API and webhooks explicitly. I've noticed strange behavior with 'user.tag.created':When you add only one tag at a time - you get user with this tag in tags field. But when I add a bunch of them user doesn't seem to include new ones in 'tags' field. Below in my payload you can see that created tag (id: 4783953) is not present in user's tags.I want to know is it expected behavior or no? Thanks in advance Here you can see body of my notification: "body": { "type": "notification_event", "app_id": "ep13p0k7", "data": { "type": "notification_event_data", "item": { "type": "user_tag", "user": { "type": "user", "id": "5f8ffb5d6ed4af944328b4dc", "anonymous": false, "email": "lars@mail.com", "name": "Lars Quincy&q
Hey Connectors! Just to let you all know that I've blocked a user - Lime Plane 806 - because they were blocked as spam in our own instance of Intercom. Let me know if you have any questions!
Hey Connectors! Just to let you all know that a user was auto-blocked - Turquoise Bear 403 - for posting spammy content in the community. They were clearly not using it for the spirit in which it was intended! They're also our first user who was auto-blocked for hitting our rate limit 😅
We are looking to integrate a form application for e.g. Bug Report and CSAT.. What are your experiences? Any recommendations? We are currently looking at NativeApps and DataScope
I was wondering where the best spot would be to find stats on outbound messages sent via API calls. The info I am looking for is just how many messages are sent out this way per month.
Fix-It Friday! Happy Friday, Connectors! Once again, it's time for Fix-It Friday, your chance to offer help to your fellow Connectors who have unanswered questions! Can you help these Connectors resolve their issues? Which bulk actions would you like in the Inbox? (this is a request from me, go nuts with feedback!)How are other companies track support KPIs?Can I make changes to Series that would work for leads/users already in the Series?How can I get sending stats on outbound messages I've sent through the API?[Webhooks] User in 'user.tag.created' only have old tags after adding a bunch of new ones Happy fixing!
Hi, not sure if it's a bug but there are some inconsistencies in webhook notifications. I described some of them here https://forum.intercom.com/s/question/0D52G00004dXbOBSA0/webhooks-user-in-usertagcreated-only-have-old-tags-after-adding-a-bunch-of-new-onesand here https://forum.intercom.com/s/question/0D52G00004dX4uWSAS/different-payloads-for-same-types-from-webhooks-and-rest/p> Currently the biggest concerns for me are: 1) user doesn't have new tags in 'user.tag.created'/'contact.tag.created'; 2) Name is missing in Company in 'company.created' sometimes Thanks in advance
I installed Shopify and I can see a Shopify section in my customers data panel inbox.However, when I search for one of my products in that section I get no result.How to fix that ?
After updating to more recent versions from 7.1.0, we are getting: Caused by: java.lang.IllegalStateException: You cannot call Glide.get() in registerComponents(), use the provided Glide instance instead at io.intercom.com.bumptech.glide.Glide.checkAndInitializeGlide(Glide.java:172) at io.intercom.com.bumptech.glide.Glide.get(Glide.java:160) at io.intercom.com.bumptech.glide.Glide.getRetriever(Glide.java:612) at io.intercom.com.bumptech.glide.Glide.with(Glide.java:638) at io.intercom.android.sdk.Injector.getOverlayPresenter(Injector.java:220) at io.intercom.android.sdk.RealIntercom.create(RealIntercom.java:78) at io.intercom.android.sdk.Intercom.initialize(Intercom.java:69) at me.sphere.app.data.interactors.IntercomInteractorImpl.initIntercom(IntercomInteractor.kt:24) at me.sphere.app.data.interactors.IntercomInteractorImpl.logEvent(IntercomInteractor.kt:41) Our application has no dependencies to Glide.
Want to know our approach to integrations and how one with the Intercom brings our processes to the next level? Check this out https://blog.fibery.io/fibery-approach-to-integration//p>
Some of our users are having difficulties sending us a message. Any ideas? :)
When the visitors initiate the chat , We are collecting basic info from users, Our requirement is,When the users filled our form then we just need to send out our meeting link to the users automatically, Is it doable through Custom Bot or API? If yes, Which API will suits for us? Is there any option to share the room link (3rd party Meeting Link) via intercom. We have their 3rd party API With us, Much appreciated if anyone gives solution,
For example: Webhook-model has event conversation.user.created which seems to return Conversation type.But if I request the same conversation by id from REST api (i.e. GET /conversations/id) the one from webhook and the one from REST will have different properties . E.g in the webhook's one there is no Source field and not all conversation parts are present. The same goes to contacts If it's intended maybe types from webhook model should be documented separately?
Hi there, According to docs , GET /admins should return Admin Object which includes 'job_title' field.But it doesn't. Here are the corresponding requests: 1) /admins endpoint (no job_title)```GET https://api.intercom.io/admins/p> { "type": "admin.list", "admins": [ { "type": "admin", "email": "admin@mail.com", "id": "4325747", "name": "Admin Admin", "away_mode_enabled": false, "away_mode_reassign": false, "has_inbox_seat": true, "team_ids": [] }, { "type": "admin", "email": "operator+ep13p0k7@intercom.io", "id": "4427542", "name": "Operator", "away_mode_enabled": fals
*THIS COMPETITION IS NOW CLOSED* You could win the chance to write a guest post on a topic of your choice for the Inside Intercom blog, which has more than 100,000 readers every month. All Inside Intercom blog posts are promoted across our social channels, which have a further 130,000 followers. You must be at the “Confident” level of membership or above to be in with a chance to win. If you're still at the “Curious” level, you can earn the extra points you need by asking, answering, or upvoting questions, as well as posting, commenting, or liking content in our community groups. If you have any questions, just comment on this post! @General Chit Chat
I have the problem that we need to update many organizations (> 100k ) on a regular basis ideally via a bulk call. Reading https://developers.intercom.com/intercom-api-reference/reference#update-contactI see no reference to any bulk action.
Already have an account? Login
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.