This action retrieves a list of all companies stored in the Brevo CRM. It supports pagination and filtering by name and other attributes.
pageIndex of the page to retrieve. Starts at 0 or 1 depending on API (Brevo typically 1 for page, 0 for offset). API docs say 'Index of the first document of the page', usually means 0-indexed if 'limit' is also present, or 1-indexed if it's page number. Let's assume 0-indexed for '…
sortSort the results in ascending or descending order. Default is descending by creation date if not specified.
limitNumber of documents per page. Default is 50, maximum is 100.
sortByThe field used to sort the results (e.g., 'createdAt', 'name', 'attributes.name'). Default is 'createdAt' if sort is specified.
filtersFilter by attributes. Example: '''{"attributes.name":"Company A"}'''. Refer to Brevo API documentation for more complex filtering options.
linkedDealsIdsFilter by linked deal IDs. Pass a list of deal IDs.
linkedContactsIdsFilter by linked contact IDs. Pass a list of contact IDs.
dataRequiredobjectData from the action execution
errorError if any occurred during the execution of the action
successfulRequiredbooleanWhether or not the action execution was successful or not
OAuth connection. Risk level 2 of 5.
Free Action
No published Skills explicitly reference this Action yet.