cURL
curl --request PUT \ --url https://client-api.salesfinity.co/v1/snoozed-contacts/{id} \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data ' { "linkedin_username": "<string>", "external_contact_id": "<string>", "email": "<string>", "phone_number": "<string>", "snooze_until": "2023-11-07T05:31:56Z" } '
{ "_id": "<string>", "team": "<string>", "phone_number": "<string>", "snooze_until": "2023-11-07T05:31:56Z", "user": { "_id": "<string>", "email": "<string>", "first_name": "<string>", "last_name": "<string>" }, "contact_list": "<string>", "linkedin_username": "<string>", "external_contact_id": "<string>", "email": "<string>", "createdAt": "2023-11-07T05:31:56Z", "updatedAt": "2023-11-07T05:31:56Z" }
Update a snoozed contact
2024-06-15T00:00:00.000Z
Snoozed contact ID
LinkedIn username
External CRM contact ID
Email address
Phone number
New snooze expiration date
Snoozed contact updated successfully
Unique identifier
Team ID
Snooze expiration date
Show child attributes
Contact list ID