π¨βπ¬Create a New Client
API usage example for creating a Client with Agency Handy API
Prerequisites
Step 1: Create a New Client
π Endpoint:
π οΈ Set Headers:
x-api-key: <API_KEY>
companyId: <COMPANY_ID>π¦ Request Body:
[
{
"firstName": "John",
"lastName": "Doe",
"email": "[email protected]",
"isConvertedClient": false,
"status": "New",
"contactNo": "1234567890",
"source": "website",
"positionInBoard": 1
}
]β
Success Response:
Last updated