createCall
Create a call log entry for a person with details such as direction, duration, notes, and outcome.
Instructions
Log a call for a person. FUB expects isIncoming (boolean) and note (singular).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| personId | Yes | Person ID | |
| phone | No | Phone number on the call | |
| isIncoming | No | true = inbound, false = outbound | |
| duration | No | Call duration in seconds | |
| note | No | Call note | |
| outcome | No | Call outcome | |
| userId | No | User who made the call | |
| toNumber | No | Destination number | |
| fromNumber | No | Originating number | |
| recordingUrl | No | Recording URL |