1. Add customer API:
Endpoint: /zapier-add-user?api_key=business_api_key
Method: POST
API is used to add a customer record to the provided business.
Parameters:
name: string (required)
email:string
phone_number: number
โ
Response: {'status'=>true,'message'=>'customer added'}
2. Test Zapier API:
Endpoint: /zapier-test?api_key=business_api_key
Method: GET
API is used to test the api_key entered by the user
Response: business object