Website
Guide & Tutorial
Blog
Book a Demo
Search…
2.0.0
Getting Started
Widget
Overview
Installation
Customization
SDK
[Under Development] Overview
[Under Development] iOS
[Under Development] Android
Webhooks
Introduction
Getting Started
Securing Webhook
Webhook Events
REST APIs
Introduction
Authorization
Conversation
Cases
Snooze
[Under Construction] Delete Snooze
Create Snooze
Notes
Contact
Company
Phone
Chatbot
Analytics
[Under Construction] Custom Cards
Knowledge Base
Settings
Powered By
GitBook
Create Snooze
Create a snooze. A snooze can be created both at the contact level and case level.
post
https://{{account_id}}.acquire.io/api/v1/crm/follow-up/create
Create Snooze
Body(raw)
1
{
2
"caseId": null,
3
"contactId": 9156872,
4
"message": "",
5
"objectId": 768,
6
"objectType": "contact",
7
"scheduleDate": "2022-04-05T13:44:12.000Z",
8
"users": []
9
}
Copied!
Previous
[Under Construction] Delete Snooze
Next
Notes
Last modified
2mo ago
Copy link
Contents
post
Create Snooze
Body(raw)