The Contacts API lets you manage customer profiles in Sahut. Use it to sync contacts from your CRM, update contact details when customers change their info, or search for contacts before creating a new conversation.Documentation Index
Fetch the complete documentation index at: https://docs.sahut.id/llms.txt
Use this file to discover all available pages before exploring further.
List contacts
Query parameters
Search query. Matches against name, phone number, and email.
Filter contacts by tag name.
Page number. Default:
1.Results per page. Default:
25. Max: 100.Example request
Example response
Get a contact
Contact ID.
Create a contact
Request body
Contact’s full name.
Phone number in E.164 format (e.g.,
+628123456789).Email address.
Company name.
Array of tag strings to apply (e.g.,
["vip", "prospect"]).Key-value pairs for any custom attributes defined in your workspace.
Example request
Example response
Update a contact
Contact ID to update.
POST /contacts. Only include the fields you want to update — omitted fields remain unchanged.