Find and update an existing phone call, or create a new one.
Documentation Index
Fetch the complete documentation index at: https://docs.moonbase.ai/llms.txt
Use this file to discover all available pages before exploring further.
Your Moonbase API key.
The Call object to be created or updated.
Parameters for creating or updating a Call object.
The direction of the call, either incoming or outgoing.
incoming, outgoing The time the call started, as an ISO 8601 timestamp in UTC.
The name of the phone provider that handled the call (e.g., openphone).
openphone, user, zoom_phone The unique identifier for the call from the provider's system.
The status of the call.
An array of participants involved in the call.
The time the call was answered, as an ISO 8601 timestamp in UTC.
The time the call ended, as an ISO 8601 timestamp in UTC.
A hash of additional metadata from the provider.
Any recordings associated with the call.
Optional list of tag pointers to assign to the call. If omitted, existing tags are unchanged. Pass an empty array to clear tags.
A transcript of the call.
Successful response.
The Call object represents a phone call that has been logged in the system. It contains details about the participants, timing, and outcome of the call.
String representing the object’s type. Always call for this object.
"call"Unique identifier for the object.
The direction of the call, either incoming or outgoing.
incoming, outgoing The time the call started, as an ISO 8601 timestamp in UTC.
The name of the phone provider that handled the call.
openphone, user, zoom_phone The unique identifier for the call from the provider's system.
The current status of the call.
The participants involved in the call.
The tags currently applied to this call.
Time at which the object was created, as an ISO 8601 timestamp in UTC.
Time at which the object was last updated, as an ISO 8601 timestamp in UTC.
The time the call was answered, if available, as an ISO 8601 timestamp in UTC.
The time the call ended, if available, as an ISO 8601 timestamp in UTC.
A hash of additional metadata from the provider.
Any notes taken during or after the call. Returns null if no note exists.
Note: Only present when requested using the include query parameter.
A summary of the call, or null if no summary has been generated yet.
Note: Only present when requested using the include query parameter.