create_text_message
Record an external text message in Follow Up Boss CRM and link it to a person by ID, storing message body, from/to phone numbers, and optional timeline details.
Instructions
Create a record of an externally sent text message. (POST /textMessages)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| message | Yes | The body of the text message. | |
| personId | Yes | The id of the person associated with the text message. | |
| toNumber | Yes | The phone number the text message was sent to (e.g., 888-555-1234). | |
| extraBody | No | Extra raw JSON body fields not explicitly listed above — e.g. custom.* fields when creating/updating people or deals. Keys and values are sent as-is. | |
| extraQuery | No | Extra raw query parameters not explicitly listed above — e.g. FUB custom field filters like custom.ClosingDate on /people or /deals. Keys and values are sent as-is. | |
| fromNumber | Yes | The phone number the text messages was sent from (e.g., 888-555-9876). | |
| isIncoming | No | Set whether the text was outgoing to a person or incoming from a person. | |
| externalUrl | No | An optional link that will appear in the byline of the text message record in the timeline. | |
| externalLabel | No | An optional descriptive text that appears in the byline of the text message record on the person's timeline. |