Update contact
simpletexting_update_contactUPDATES a live contact — its profile fields, list memberships, and custom fields. This MODIFIES live data. Provide only the fields you want to change. SimpleTexting REST: PUT /contacts/{contactIdOrNumber}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| No | Contact email address. | ||
| comment | No | Free-text note on the contact. | |
| contact | Yes | Contact id or phone number to update. | |
| listIds | No | List ids or names to assign the contact to. | |
| birthday | No | Contact birthday (YYYY-MM-DD). | |
| lastName | No | Contact last name. | |
| firstName | No | Contact first name. | |
| contactPhone | No | New phone number for the contact. | |
| customFields | No | Custom field values, as a map of field name → value. |