createTextMessage
Log an already-sent SMS into Follow Up Boss as a text message record. Use this to record messages from your third-party SMS system without sending new texts.
Instructions
LOG a text message that was already sent by your registered third-party SMS system. This endpoint does NOT actually deliver an SMS — FUB only records it as a log entry on the person. "Restricted - Registered Systems Only": requires FUB_SYSTEM + FUB_SYSTEM_KEY env vars. To actually send an SMS to a lead, do it from FUB's UI or use your SMS provider's API directly.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| personId | Yes | Person ID | |
| message | Yes | Message body | |
| toNumber | No | Recipient phone number | |
| fromNumber | No | Sender phone number | |
| isIncoming | No | true = inbound to your user; default false | |
| externalLabel | No | Label shown to the user (e.g. 'My SMS App') | |
| externalUrl | No | Link to view the original message in your system |