Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't find company by company Id #334

Open
SudhakarSA opened this issue Dec 13, 2022 · 1 comment
Open

Can't find company by company Id #334

SudhakarSA opened this issue Dec 13, 2022 · 1 comment
Assignees

Comments

@SudhakarSA
Copy link

Version info

  • intercom-node version: 3.1.5
  • Node version: 8.12.0

Expected behavior

Get company info by company_id. Here is my code

let company = await intercom.companies.find({ companyId: 123 });

Actual behavior

Getting all companies instead of filtered company

@SeanHealy33
Copy link
Contributor

SeanHealy33 commented Dec 15, 2022

Hi @SudhakarSA

I"m able to reproduce this issue. I'll get to work on fielding a fix for this issue. It appears that we are not parsing the payloads correctly here. I'll update here as I continue to figure out what's wrong with the payloads we send to the api in question :)

Thanks for the bug report :)

@colmdoyle colmdoyle self-assigned this Jul 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants