Skip to content

Commit

Permalink
Updated following file(s): crm.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
GeertWille committed Jun 5, 2024
1 parent 5fc93c8 commit bddc193
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions crm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5935,6 +5935,8 @@ paths:
description: When using a filter or sorting for contacts, Hubspot will only return a maximum of 10.000 contacts.
- connector: salesforce
description: Salesforce imposes a maximum offset limit of 2000. Exceeding this offset will result in an error from Salesforce. For result sets larger than 2000 items, it is necessary to set the pagination limit to 200, as this will enforce the use of batchSize for pagination. Note that setting a limit lower than 200 will not reduce the batchSize due to Salesforce's minimum batch size policy of 200, as detailed in their documentation [here](https://developer.salesforce.com/docs/atlas.en-us.250.0.api_rest.meta/api_rest/headers_queryoptions.htm) and will have no effect.
- connector: zoho-crm
description: When using the phone_number filter for contacts in Zoho CRM, the filter does not work with numbers containing dashes (e.g., 989-989-989) or their URL-encoded equivalents (e.g., 989%2D989%2D989). It only works with continuous digits (e.g., 9898989898).
responses:
'200':
$ref: '#/components/responses/GetContactsResponse'
Expand Down

0 comments on commit bddc193

Please sign in to comment.