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

Filters like originator & direction are not working in nodejs client. #98

Open
iamyusufali opened this issue Apr 1, 2022 · 0 comments

Comments

@iamyusufali
Copy link

iamyusufali commented Apr 1, 2022

I've been trying to fetch messages by specified originator. But the filter doesn't seem to work at all.
However this works fine in API endpoint query params.

const findMessages = util.promisify(messagebird.messages.list);


const filters = {originator: '+918827665555', direction: "mo" };
const messageData = await findMessages(filters);

@iamyusufali iamyusufali changed the title Filters like originator, direction are not working in nodejs client. Filters like originator & direction are not working in nodejs client. Apr 1, 2022
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

1 participant