Actions22
- Chat Actions
- Channel Actions
- Message Actions
- Contact Actions
- OTP Code Actions
- OTP Link Actions
Overview
This node integrates with the CrunchzApp API to perform operations related to communication channels. Specifically, the "Check Phone Number" operation under the "Channel" resource allows users to verify or validate a phone number by providing it with the country code. This can be useful in scenarios where you want to confirm if a phone number is valid before sending messages or making calls, ensuring data quality and reducing errors in communication workflows.
Practical examples include:
- Validating user input phone numbers during onboarding processes.
- Checking phone numbers before sending marketing SMS campaigns.
- Verifying contact details in CRM systems to maintain accurate records.
Properties
| Name | Meaning |
|---|---|
| Phone | The phone number including the country code to be checked. |
Output
The node outputs JSON data containing the result of the phone number check. This typically includes information about the validity or status of the phone number as returned by the CrunchzApp API. The exact structure depends on the API response but generally will indicate whether the number is valid, possibly its format, carrier info, or other metadata.
No binary data output is indicated for this operation.
Dependencies
- Requires an API key credential for authenticating with the CrunchzApp API.
- The node sends requests to the CrunchzApp API endpoint at
https://api.crunchz.app/api. - Proper configuration of the API key credential within n8n is necessary for successful operation.
Troubleshooting
- Invalid or missing API key: Ensure that the API key credential is correctly set up and has the necessary permissions.
- Incorrect phone number format: The phone number must include the country code; otherwise, the API may return an error or invalid result.
- Network issues: Connectivity problems can cause request failures; verify network access to the CrunchzApp API endpoint.
- API rate limits: Exceeding allowed request limits may result in errors; consult CrunchzApp API documentation for limits and adjust usage accordingly.
Links and References
- CrunchzApp API Documentation (Assumed URL based on baseURL)
- n8n Documentation on Creating Custom Nodes