update_contact_raw
Update a contact by submitting complete raw vCard data with its URL and etag. Use when you have pre-formatted vCard or need to modify advanced vCard properties.
Instructions
ADVANCED: Update contact with raw vCard data. Requires manual vCard formatting - use update_contact instead for simple field updates (name, email, phone). Only use this if you have complete pre-formatted vCard data or need to update advanced vCard properties.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| vcard_url | Yes | The URL of the vCard to update | |
| vcard_etag | Yes | The etag of the vCard | |
| updated_vcard_data | Yes | The complete updated vCard data |