ZuckZapGo User icon

ZuckZapGo User

Get user information and manage presence with ZuckZapGo WhatsApp API

Overview

The node "ZuckZapGo User" integrates with the ZuckZapGo WhatsApp API to manage user information and presence on WhatsApp. Specifically, the "Update Push Name" operation allows users to update their WhatsApp display name (push name). This is useful for automating profile updates or synchronizing user names across systems.

Practical examples include:

  • Automatically updating a user's WhatsApp display name after a CRM record change.
  • Setting a standardized display name format for customer support agents in WhatsApp.
  • Personalizing outgoing messages by ensuring the correct push name is set dynamically.

Properties

Name Meaning
Push Name New display name (push name) to set. This is a required string input where you specify the desired display name, e.g., "John Doe".

Output

The output JSON contains the response from the ZuckZapGo API after attempting to update the push name. It typically includes confirmation of the update or any error messages returned by the API.

No binary data is produced by this operation.

Dependencies

  • Requires an active connection to the ZuckZapGo WhatsApp API.
  • Requires an API key credential configured in n8n for authentication with the ZuckZapGo service.
  • The node uses internal helper functions to validate phone numbers and make authenticated HTTP requests to the API endpoints.

Troubleshooting

  • Common issues:

    • Invalid or missing API credentials will cause authentication failures.
    • Providing an empty or invalid push name may result in API errors.
    • Network connectivity problems can prevent successful API calls.
  • Error messages:

    • Errors returned from the API will be included in the node's output if "Continue On Fail" is enabled.
    • Typical errors might indicate invalid parameters or unauthorized access.
  • Resolutions:

    • Ensure the API key credential is correctly set up and has necessary permissions.
    • Validate that the push name string is not empty and meets any length or character requirements imposed by WhatsApp.
    • Check network connectivity and proxy settings if applicable.

Links and References

Discussion