Skip to main content
PUT
cURL
Updates a snoozed contact’s information, including extending or modifying the snooze period.

Path Parameters

  • id (required, string): Snoozed contact ID

Request Body

All fields are optional. Only provided fields will be updated.
  • linkedin_username (optional, string): LinkedIn username
  • external_contact_id (optional, string): External CRM contact ID
  • email (optional, string): Email address
  • phone_number (optional, string): Phone number
  • snooze_until (optional, date): New snooze expiration date (ISO 8601 format)
    • Example: 2024-06-15T00:00:00.000Z

Response

Returns the updated snoozed contact, or 404 if not found.

Authorizations

x-api-key
string
header
required

Path Parameters

id
string
required

Snoozed contact ID

Body

application/json
linkedin_username
string

LinkedIn username

external_contact_id
string

External CRM contact ID

email
string

Email address

phone_number
string

Phone number

snooze_until
string<date-time>

New snooze expiration date

Response

Snoozed contact updated successfully

_id
string
required

Unique identifier

team
string
required

Team ID

phone_number
string
required

Phone number

snooze_until
string<date-time>
required

Snooze expiration date

user
object
contact_list
string

Contact list ID

linkedin_username
string

LinkedIn username

external_contact_id
string

External CRM contact ID

email
string

Email address

createdAt
string<date-time>
updatedAt
string<date-time>