Actions65
- Actions de Formation Actions
- Catalogue Public (Sessions) Actions
- Centres de Formation Actions
- Contacts Actions
- Entreprises Actions
- Factures Actions
- Formateurs Actions
- Modules/Produits Actions
- Participants Actions
- Sessions Permanentes Actions
- Salles de Formation Actions
Overview
This node interacts with the Dendreo API to perform a search operation for companies (entreprises). It allows users to search for companies based on a search term and retrieve a list of matching companies. This is useful for scenarios where you need to find specific companies within the Dendreo system, such as for CRM, marketing, or data enrichment purposes.
Use Case Examples
- Searching for companies by name or keyword to find potential clients or partners.
- Filtering companies based on specific search terms to integrate with other business workflows.
Properties
| Name | Meaning |
|---|---|
| Search Term | The term to search for in the company records, used to filter companies by name or other relevant fields. |
| Additional Fields | Optional parameters to refine the search, including limit on number of results, associations to include, and request delay between API calls. |
Output
JSON
json- Array of company objects matching the search criteria, each containing company details as returned by the Dendreo API.
Dependencies
- Requires an API key credential for the Dendreo API, including a slug for the API endpoint URL.
Troubleshooting
- Authentication errors (401) indicate invalid or missing API key credentials; verify and update credentials.
- Not found errors (404) suggest the resource or endpoint does not exist; check resource names and API availability.
- Permission denied errors (403) indicate insufficient permissions; ensure the API key has the necessary access rights.
- Invalid JSON data errors occur if input JSON is malformed; validate JSON input before use.