update_contact
Update a contact by adding a tag, noting details, moving its lifecycle stage, or linking it to a campaign.
Instructions
Change one contact: tag it, note it, move its stage, or link it to a campaign.
Reading and searching contacts is the contacts tool.
Args:
action: "tag", "note", "stage", "link" or "enrich".
contact_id: Which contact.
lifecycle_stage: The stage to move it to.
tag: The tag to add.
note: The note to record.
campaign_id: Which campaign (link).
match: How to match when linking.
dry_run: Show what would change without changing it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tag | No | ||
| note | No | ||
| match | No | name | |
| action | Yes | ||
| dry_run | No | ||
| contact_id | No | ||
| campaign_id | No | ||
| lifecycle_stage | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |