Skip to main content
PATCH
/
v3
/
ai-sdr
/
knowledge-bases
/
{knowledge_base_id}
/
reengagement-cards
/
{reengagement_card_id}
Update a reengagement card
curl --request PATCH \
  --url https://api.reply.io/v3/ai-sdr/knowledge-bases/{knowledge_base_id}/reengagement-cards/{reengagement_card_id} \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "isEnabled": false,
  "sendAfter": 45
}
'
{
  "id": "9c1f8a7e-0b3a-4d11-9b9c-2c4f8a7e0b3a",
  "name": "30-day silent prospect",
  "instructions": "Gentle nudge with new case study; no hard ask.",
  "sampleAnswer": "Hi {{firstName}}, just sharing a quick case study...",
  "sendAfter": 30,
  "toneOfVoice": "empathetic",
  "responseLength": "short",
  "links": [
    "https://example.com/case-study-northstar"
  ],
  "media": [
    {
      "id": 12345,
      "fileName": "case-study-thumbnail.png",
      "size": 248
    }
  ],
  "isEnabled": true,
  "isAutoSend": false,
  "createdAt": "2026-05-10T14:32:11Z"
}

Documentation Index

Fetch the complete documentation index at: https://docs.reply.io/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Authenticate every request with a Bearer token. Pass your Reply API key in the Authorization header:

Authorization: Bearer <your-api-key>

Get your API key from the Reply dashboard: Settings → API Key.

Path Parameters

knowledge_base_id
integer<int64>
required
Required range: x >= 1
reengagement_card_id
string<uuid>
required

Body

application/json

Partial update for a reengagement card. Send only the fields you want to change; absent fields retain their current value. At least one field must be present. Media is not patched here — manage it via the /media sub-resource.

name
string
Required string length: 1 - 256
instructions
string
Required string length: 1 - 2048
sampleAnswer
string
Maximum string length: 1024
sendAfter
integer
Required range: x >= 1
toneOfVoice
enum<string>

Tone applied to generated replies and reengagement messages.

Available options:
confident,
persuasive,
witty,
straightforward,
empathetic
responseLength
enum<string>

Target length of generated replies and reengagement messages.

Available options:
superShort,
short,
medium,
long
Maximum array length: 10
Required string length: 1 - 256
isEnabled
boolean
isAutoSend
boolean

Response

Reengagement card updated successfully

Detailed representation of a reengagement card.

id
string<uuid>
read-only

Unique identifier for the reengagement card

name
string

Display name of the card

instructions
string

Instructions for what the reengagement message should say

sampleAnswer
string

Optional sample reengagement message used as a few-shot example

sendAfter
integer

Number of days after the last contact before this card fires

Required range: x >= 1
toneOfVoice
enum<string>

Tone applied to generated replies and reengagement messages.

Available options:
confident,
persuasive,
witty,
straightforward,
empathetic
responseLength
enum<string>

Target length of generated replies and reengagement messages.

Available options:
superShort,
short,
medium,
long

Reference URLs the AI SDR can quote when generating a reengagement message

media
KnowledgeBaseMedia · object[]
read-only

Media items attached to this card. Managed via the /media sub-resource.

isEnabled
boolean

Whether the card is currently active

isAutoSend
boolean

Whether generated reengagement messages should be auto-sent without manual review

createdAt
string<date-time>
read-only

Timestamp when the card was created