updatePerson
Update an existing person's details in Follow Up Boss CRM, including contact info, pipeline stage, and tags.
Instructions
Update an existing person in FUB
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Person ID to update | |
| mergeTags | No | Merge tags instead of replacing (query param) | |
| firstName | No | First name | |
| lastName | No | Last name | |
| stage | No | Pipeline stage | |
| contacted | No | Contacted status | |
| price | No | Price point | |
| assignedTo | No | Assigned agent name | |
| assignedUserId | No | Assigned user ID | |
| assignedPondId | No | Assigned pond ID | |
| assignedLenderName | No | Assigned lender name | |
| assignedLenderId | No | Assigned lender ID | |
| emails | No | Email addresses: [{value, type}] | |
| phones | No | Phone numbers: [{value, type}] | |
| addresses | No | Addresses: [{street, city, state, code, type}] | |
| tags | No | Tags | |
| background | No | Background info | |
| timeframeId | No | Timeframe ID |