Update Agent

Updates an agent that belongs to the authenticated organization.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
uuid
required

Agent ID

Body Params

Update Agent Request

Request schema for updating an agent draft. Omitted fields are preserved.

string | null
uuid
string | null
placeholders_filters
object

User-defined variables populated by filtering records with Whippy Query Language (WQL).

Each key is a variable name, such as available_jobs. Its value contains the filter rules that define which
records populate the variable and may also contain limit and sort.

At runtime, Whippy filters records for the current contact and, where applicable, the current agent, then makes
the results available in the agent instructions:

  • {{@repeat available_jobs}}...{{@endrepeat}} repeats the enclosed content for each matching record.
    Fields within the repeated content can use placeholders such as {{custom.job.title}}.
  • {{@if available_jobs}}...{{@else}}...{{@endif}} renders the first block when records match, or the
    optional @else block when none match.
provider_settings
object

Agent settings

Responses

Callback
Language
Credentials
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json