Skip to content

Commit

Permalink
Merge pull request #562 from HubSpot/feature/updateReadme
Browse files Browse the repository at this point in the history
Update CRM search in README
  • Loading branch information
ksvirkou-hubspot authored Nov 21, 2024
2 parents 18c7c38 + 80fec61 commit 7da3d8f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ const response = await hubspotClient.crm.imports.coreApi.create(file, JSON.stri
console.log(response)
```

### {EXAMPLE} Search Contacts
### CRM Search

Only 3 `FilterGroups` with max 3 `Filters` are supported.

Expand All @@ -261,6 +261,8 @@ In TS `sorts` it's possible to set as:

`after` for initial search should be set as 0

### {EXAMPLE} Search CRM Contacts

Example for JS:

```javascript
Expand Down

0 comments on commit 7da3d8f

Please sign in to comment.