Skip to content

Update Nurture

PATCH
/nurtures/{nurture_id}

Patch a nurture. Omitted fields are left alone.

exclude_unset rather than exclude_none: the app distinguishes “field absent” from “field explicitly set to null”, and collapsing the two would make it impossible to clear an optional field such as schedule_id.

Authorizations

Parameters

Path Parameters

nurture_id
required

Nurture id.

string

Nurture id.

Header Parameters

X-Target-Org-Id
Any of:
string

Request Body required

Patch a nurture. Every field optional; omit one to leave it unchanged.

object
appointment_id
Any of:
integer
associated_list_id
Any of:
integer
description
Any of:
string
finish_on_reply
Any of:
boolean
include_unsubscribe_cta
Any of:
boolean
is_shared
Any of:
boolean
name
Any of:
string
schedule_id
Any of:
string
send_in_same_thread
Any of:
boolean
textual_agent_name
Any of:
string
voice_agent_name
Any of:
string
wait_for_new_contacts
Any of:
boolean

Responses

200

Successful Response

object
data
required

One nurture sequence.

object
created_at
Any of:
string format: date-time
id
Any of:
string
is_shared
Any of:
boolean
name
Any of:
string
status
Any of:
string
updated_at
Any of:
string format: date-time
key
additional properties
any
pagination
Any of:
object
has_next
required

Whether there are more pages

boolean
limit
required

Items per page

integer
next_cursor
Any of:
string
page
required

Current page number (1-indexed)

integer
total
required

Total number of items

integer

422

Validation Error

object
detail
Array<object>
object
loc
required
Array
msg
required
string
type
required
string