createTextMessage
Log a text message from your third-party SMS system as a record on a person; does not send the message.
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 |
|---|---|---|---|
| message | Yes | Message body | |
| personId | Yes | Person ID | |
| toNumber | No | Recipient phone number | |
| fromNumber | No | Sender phone number | |
| isIncoming | No | true = inbound to your user; default false | |
| externalUrl | No | Link to view the original message in your system | |
| externalLabel | No | Label shown to the user (e.g. 'My SMS App') |