Actions43
- Subaccount Actions
- Customer Actions
- Refund Actions
- Installment Actions
- Invoice Actions
- Subscription Actions
- Pix Key Actions
- QR Code Static Actions
- Payment Request Actions
- Charge Actions
- Psp (Payment Service Providers) Actions
Overview
This node updates an existing customer's information in the Woovi system. It is useful for scenarios where customer details such as name, tax ID, email, phone number, or address need to be modified or corrected. For example, if a customer's contact information changes or if there is a need to update their tax ID for billing purposes, this node facilitates those updates via the Woovi API.
Use Case Examples
- Updating a customer's email and phone number after they provide new contact details.
- Correcting a customer's address information to ensure accurate billing and shipping.
Properties
| Name | Meaning |
|---|---|
| Name | Name of the customer. |
| taxID | Tax ID of the customer. |
| Email of the customer. | |
| Phone | Phone number of the customer. |
| Address | Customer's address details including zipcode, street, number, neighborhood, city, state, country, and optional complement. |
Output
JSON
id- Unique identifier of the updated customer.name- Updated name of the customer.taxID- Updated tax ID of the customer.email- Updated email address of the customer.phone- Updated phone number of the customer.addresszipcode- Updated postal code of the customer's address.street- Updated street name of the customer's address.number- Updated street number of the customer's address.neighborhood- Updated neighborhood or district of the customer's address.city- Updated city name of the customer's address.state- Updated state or province of the customer's address.country- Updated country of the customer's address.complement- Additional updated address information (optional).
Dependencies
- Woovi API key credential for authentication
Troubleshooting
- Common issues include providing incomplete address information when address is included, as all fields except complement must be filled.
- Errors may occur if the resource or operation parameters are incorrect or unsupported, resulting in an 'Unsupported resource/operation' error message.
- API authentication errors can occur if the Woovi API key credential is missing or invalid.