Actions28
- Deal Actions
- Person Actions
- Company Actions
- Activity Actions
- Note Actions
- Case Actions
- Product Actions
- Supplementary Actions
Overview
This node integrates with Didar CRM to perform various actions on different resources. Specifically, for the Person resource with the Get by Phone operation, it allows you to look up a person in the CRM system by their exact mobile phone number. This is useful when you have a phone number and want to retrieve detailed information about the associated contact.
Common scenarios include:
- Enriching customer data by fetching full contact details based on a phone number.
- Validating if a phone number exists in your CRM before creating new records.
- Automating workflows that require retrieving person details from a phone number input.
Example: Given a mobile phone number "09391234567", the node fetches the corresponding person's record from Didar CRM.
Properties
| Name | Meaning |
|---|---|
| Mobile Phone | The mobile phone number to look up (exact match). Example format: 0939xxxxxxx. |
Output
The node outputs an array of JSON objects representing the person(s) found matching the given mobile phone number. Each object contains the person's details as stored in Didar CRM, such as name, contact info, and other relevant fields.
If no person matches the phone number, the output will be an empty array.
The node does not output binary data.
Dependencies
- Requires connection to Didar CRM via an API key credential configured in n8n.
- The node depends on Didar CRM's API being accessible and the provided API key having sufficient permissions to read person data.
- No additional external dependencies are required beyond the configured credentials.
Troubleshooting
- No results returned: Ensure the phone number is entered exactly as stored in Didar CRM, including country code or formatting if applicable.
- Authentication errors: Verify that the API key credential is valid and has permission to access person data.
- API connectivity issues: Check network connectivity and Didar CRM service status.
- Invalid phone number format: Confirm the phone number matches the expected format for lookup; the node expects an exact match.
Links and References
- Didar CRM Official Website (replace with actual URL)
- Didar CRM API documentation (refer to your organization's internal docs or API reference for person lookup by phone)