postgrid_update_contact
Update existing contact details by providing the contact ID and any fields to change. Only specified fields are modified, leaving others unchanged.
Instructions
Update an existing PostGrid contact. Only provided fields will be updated.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Contact ID to update | |
| city | No | Updated city | |
| No | Updated email | ||
| lastName | No | Updated last name | |
| firstName | No | Updated first name | |
| companyName | No | Updated company name | |
| countryCode | No | Updated country code | |
| description | No | Updated description | |
| phoneNumber | No | Updated phone | |
| postalOrZip | No | Updated ZIP/postal code | |
| addressLine1 | No | Updated street address line 1 | |
| addressLine2 | No | Updated address line 2 | |
| provinceOrState | No | Updated state/province |