set_contact_field
Update a contact's custom field by specifying the contact, field name, and new value, overwriting the existing stored value.
Instructions
Set a custom field on one contact. user_ns from find_contact;
field_name from list_contact_fields. Write: overwrites the stored value.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| value | Yes | ||
| user_ns | Yes | ||
| field_name | Yes |