surveymonkey_update_contact
Update an existing contact's email or name fields in SurveyMonkey by specifying the contact ID and a payload of fields to change.
Instructions
Updates an existing contact (PATCH).
Args: contact_id: Contact ID. payload: Fields to update. Common fields: "email", "first_name", "last_name". Example: {"first_name": "Jane", "last_name": "Doe"}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| payload | Yes | ||
| contact_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |