Skip to main content
POST
Copy another sequence's agent setup

Authorizations

X-API-Key
string
header
required

Path Parameters

sequence_id
string<uuid>
required

Body

application/json

Which sequence's agent setup to copy onto this sequence's agent.

from_sequence_id
string<uuid>
required

The sequence whose agent setup is copied. Must be another of this workspace's.

Response

Successful Response

The sequence's outbound agent: the setup its agent-written steps and replies use.

config
OutboundAgentConfig · object
required

Its personality, goal, call to action, language, per-step prompts, reply prompt and whether it drafts replies.

created_at
string<date-time>
required
id
string<uuid>
required

The agent's id, as the /outbound-agents/ routes address it.

model_key
string
required

The model it writes with: swift, core or deep.

name
string
required
research
boolean
required

Whether the first message to a contact may research them on the web.

updated_at
string<date-time>
required
version
integer
required

The configuration's version; every change writes a new one.