nworks_contact_update
Update existing contact records by providing the contact ID and a JSON payload of fields to change. Choose between partial update (PATCH) and full replacement (PUT).
Instructions
기존 연락처를 수정합니다. contactId는 nworks_contact_list로 조회 가능. payload는 수정할 필드만 담은 JSON 객체입니다. User OAuth 인증 필요 (contact scope)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| payload | Yes | 수정할 필드 (name, email, tel, company 등) | |
| replace | No | 전체 교체(PUT) 여부 (기본: false, 부분 수정 PATCH) | |
| contactId | Yes | 연락처 ID (nworks_contact_list로 조회 가능) |