Push leads through API
After setting up the authentication key, please follow the instructions below to push the lead to the system via the API.
- Content-Type : application/json
- ApiKey: key(key tạo ở key xác thực){
"model":{
"LastName": "họ",
"FirstName": "tên",
"Phone": "0987654321",
"Address": "xyz"
},
"metas":[],
"queryString":{
"link":"https://yourwebsite.com/link/chien/dich"
}
}PreviousAPI to push orders from Platform websites like Haravan, Shopify.NextGuide for the operation flow when calling API in Nobita
Last updated