ClientTether REST API
Create
Clients
POSTCreate Client - from Thumbtack
This API endpoint allows you to create a new client record in the system via Thumbtack. Simply provide the Business Id and Business Name, along with any additional information about the client such as Customer Id, Name, and Phone. The data must be provided in JSON format for the API to function correctly.
POSTCreate Manual Email
This API endpoint facilitates the preparation for sending a manual email. The email, along with its subject and body, will be queued for delivery and logged in the History Notes as an Integration Assignment. If no specific date or time is supplied, the email will be sent immediately upon execution. The required parameters include the client ID, email subject, and email body. Upon successful execution, the API returns a status indicating either Success or Failure, based on the outcome of the operation.
Example of the successful response from the Create Manual Email API
Example of Email creation in ClientTether
POSTCreate Client
This API endpoint allows you to create a new client record in the system. Simply provide the first name, last name, phone number, email address, and any additional information such as SMS permission, whiteboard details, notifications preference, and tags. Upon successful execution, a new client entry will be added to the system with the provided details.
Example of the successful response from the create client API
Example of client creation in ClientTether