Actions22
- Channel Actions
- Chat Actions
- Message Actions
- Contact Actions
- OTP Code Actions
- OTP Link Actions
Overview
This node interacts with the CrunchzApp API to retrieve the profile picture of a specific contact by their Contact ID. It is useful in scenarios where you need to display or process the profile image associated with a contact, such as in customer support dashboards, CRM integrations, or messaging automation workflows.
For example, if you have a contact's unique identifier and want to fetch their current profile picture to show it in your application or use it for verification purposes, this node provides a straightforward way to do so.
Properties
| Name | Meaning |
|---|---|
| Contact Id | The unique identifier of the contact whose profile picture you want to retrieve. Example: 6281357541790@c.us |
Output
The node outputs JSON data containing the profile picture information of the specified contact. This typically includes the URL or binary data representing the contact's profile image. If the node supports binary output, it would provide the image data in binary form suitable for further processing or saving.
Dependencies
- Requires an active CrunchzApp API key credential configured in n8n.
- Depends on network access to the CrunchzApp API endpoint at
https://api.crunchz.app/api. - The node uses standard HTTP headers to communicate with the API (
Accept: application/json,Content-Type: application/json).
Troubleshooting
- Invalid Contact Id: If the provided Contact Id is incorrect or does not exist, the API may return an error or empty response. Verify the Contact Id format and existence.
- Authentication Errors: Missing or invalid API credentials will cause authentication failures. Ensure the API key credential is correctly set up.
- Network Issues: Connectivity problems to the CrunchzApp API endpoint can cause timeouts or errors. Check your network and proxy settings.
- API Rate Limits: Excessive requests might be throttled by the API. Monitor usage and implement retries or backoff as needed.
Links and References
- CrunchzApp API Documentation (assumed based on baseURL)
- n8n Documentation on Using Credentials
- General info on Working with Binary Data in n8n