Skip to content
This repository has been archived by the owner on Oct 12, 2022. It is now read-only.

How can I get a contact from a customized field from HubSpot? #21

Open
jjeanjacques10 opened this issue Sep 23, 2020 · 0 comments
Open

Comments

@jjeanjacques10
Copy link

For example, can I do something like it? Filter a field with this method.

 async findBySize() {
        const contact = await hubspotClient.crm.contacts.basicApi.getAll(
                 where: { size: '123'  }
        );
        return contact;
  }
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant