z-api by @jaimeflneto icon

z-api by @jaimeflneto

Interact with Z-API to send WhatsApp messages

Overview

This node interacts with the Z-API service to update the profile name on a WhatsApp account. It is useful for automating the process of changing the display name of a WhatsApp profile programmatically, for example, in customer support or marketing automation workflows where profile names need to be updated dynamically.

Use Case Examples

  1. Automatically update the WhatsApp profile name to reflect a campaign or event.
  2. Change the profile name based on user input or external triggers in an automated workflow.

Properties

Name Meaning
Name The new profile name to set for the WhatsApp profile.

Output

JSON

  • name - The updated profile name returned from the API response.
  • status - The status of the update operation, indicating success or failure.

Dependencies

  • Requires an API key credential for authenticating with the Z-API WhatsApp service.

Troubleshooting

  • Ensure the API key credential is correctly configured and has the necessary permissions to update profile information.
  • If the profile name update fails, check the error message returned in the output for details such as invalid name format or API limits.
  • Network connectivity issues may prevent the node from reaching the Z-API service, causing timeouts or errors.

Links

  • Z-API Documentation - Official documentation for the Z-API WhatsApp service, including profile management endpoints.

Discussion