Actions7
Overview
This node integrates with the Targetare.ro API to retrieve company-related data based on the Romanian company identifier known as CUI (taxId). Specifically, the 'Get Company Emails by CUI' operation fetches the email addresses associated with a company identified by its CUI. This is useful for scenarios such as verifying company contact information, enriching CRM data, or automating outreach processes.
Use Case Examples
- A user inputs a company's CUI to obtain all registered email addresses for that company.
- A business automation workflow uses this node to validate and update company contact details in a database.
Properties
| Name | Meaning |
|---|---|
| CUI | The unique company identifier (taxId) used to look up the company emails. |
| Request Options | Additional settings to control request behavior such as batching, SSL certificate validation, proxy usage, and request timeout. |
Output
JSON
emails- Array of email addresses associated with the company identified by the provided CUI.
Dependencies
- Requires an API key credential for Targetare.ro API authentication.
Troubleshooting
- Ensure the provided CUI (taxId) is valid and correctly formatted; invalid CUIs will result in errors or empty responses.
- If SSL certificate validation errors occur, consider enabling the 'Ignore SSL Issues' option, but be aware of security risks.
- Proxy settings must be correctly configured if used; incorrect proxy details can cause request failures.
- Timeouts may occur if the server is slow or unresponsive; adjust the timeout setting accordingly.
Links
- Targetare.ro API Documentation - Official documentation for the Targetare.ro API, detailing endpoints and usage.