Update Mid-call Action
Update Mid-call Action
Modify an existing Mid-call Action in Famulor via API. Update name, endpoint, parameters or description so AI voice agents call the right action.
PUT
Update Mid-call Action
This endpoint allows you to update an existing Mid-call Action. All fields are optional — only provide the fields you want to update.
Path Parameters
The unique identifier of the Mid-call Action to update
Body Parameters
For Mid-call Actions linked to an Automation Platform flow, theendpoint, method, and body_format fields are ignored to protect the flow connection.
Mid-call Action name — letters, numbers and underscores, starting with a letter or underscore (max 64 characters)
Detailed explanation of when and how the AI should use this Mid-call Action (max 255 characters)
Valid URL of the API endpoint to call (max 2048 characters)
HTTP method:
GET, POST, PUT, PATCH, or DELETERequest body encoding for write methods:
json (default) or formRequest timeout in seconds (1-30)
HTTP headers to send with the request (replaces existing headers)
Fixed key/value pairs always sent with the request (replaces existing static fields)
Parameters schema (replaces existing schema)
Response Fields
Success message
The updated Mid-call Action object with all current values
Managing Mid-call Action Assignments
To attach or detach this Mid-call Action from assistants, use the Assistant API:- Create Assistant — Use the
tool_idsparameter to attach Mid-call Actions when creating an assistant - Update Assistant — Use the
tool_idsparameter to manage which Mid-call Actions are assigned to an assistant

