/
IN
insighto
/
Ragify
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 11h ago · Updated 1mo ago
Details
Filter operations
Agency
18
Agency Analytics
3
Agency Billing
11
Analytics
2
Assistant
10
Billing
1
Calendar Pool
11
Calling
3
Campaign
12
Channel
10
Contact
6
post
Upsert Contact By Email Or Phone Number
get
Get List Of Contacts
get
Get Contact By Id
put
Update Contact By Id
delete
Delete Contact By Id
delete
Bulk Delete Contacts
Conversation
8
Conversation Flow
5
Custom Field
5
Data Source
12
Form
9
Intent
7
Log
5
Messaging
3
Outbound Webhook
7
Prompt
5
Provider
6
Tag
14
Tool
16
Tool Function
5
User
14
Voice
9
Widget
5
Wizard
1
Workflow
8
Webhooks
post
Captured Form Created
post
Captured Form Updated
post
Conversation Closed
post
Conversation Updated
Contact
Update Contact By Id
Update contact
put
/api/v1/contact/{contact_id}
Path parameters
contact_id
string
uuid
required
Request body
IContactUpdate
required
first_name
string
nullable
last_name
string
nullable
email
string
nullable
channels
object
nullable
user_attributes
object
nullable
last_seen
string
date-time
nullable
last_sent
string
date-time
nullable
org_id
string
uuid
nullable
first_assistant_id
string
uuid
nullable
last_assistant_id
string
uuid
nullable
first_widget_id
string
uuid
nullable
last_widget_id
string
uuid
nullable
custom_fields
object
nullable
Response
Successful Response
IPutResponseBaseIContactUpdate
required
message
string
nullable
meta
union
data
IContactUpdate
Changes