plunk_update_contact
Update an existing contact's fields (PATCH). Change email, subscription status, or custom data. Null removes a key; conflicts return HTTP 409.
Instructions
Update fields on an existing contact (PATCH). Pass email to change the address — returns 409 if another contact already uses it. In data, null deletes a key, empty strings are ignored, reserved keys are filtered out.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| data | No | ||
| No | |||
| subscribed | No |