Contacts
Last updated
Last updated
GET /api/wpbox/getGroups HTTP/1.1
Host: www.app.samwad.tech
Accept: */*
{
"status": "",
"contacts": [
{
"id": 0,
"name": "",
"phone": "",
"avatar": "",
"country_id": 0,
"company_id": 0,
"deleted_at": null,
"created_at": "",
"updated_at": "",
"last_reply_at": "",
"last_client_reply_at": null,
"last_support_reply_at": "",
"last_message": "",
"is_last_message_by_contact": 0,
"has_chat": 0,
"resolved_chat": 0,
"user_id": null,
"enabled_ai_bot": 0
}
]
}
GET /api/wpbox/getContacts HTTP/1.1
Host: www.app.samwad.tech
Accept: */*
GET /api/wpbox/getSingleContact HTTP/1.1
Host: www.app.samwad.tech
Accept: */*
POST /api/wpbox/makeContact HTTP/1.1
Host: www.app.samwad.tech
Content-Type: application/json
Accept: */*
Content-Length: 139
{
"custom": {
"email": "{{email}}",
"location": "{{location}}"
},
"groups": "Europe,Asia",
"name": "{{name}}",
"phone": "{{phone}}",
"token": "{{token}}"
}{
"contact": {
"avatar": null,
"company_id": 1,
"country_id": 196,
"created_at": "2024-10-04T14:30:36.000000Z",
"deleted_at": null,
"email": null,
"enabled_ai_bot": 1,
"fields": [
{
"company_id": 1,
"created_at": "2024-10-04T14:24:52.000000Z",
"deleted_at": null,
"id": 3,
"name": "email",
"pivot": {
"contact_id": 4,
"custom_contacts_field_id": 3,
"value": "admin@example.com"
},
"type": "email",
"updated_at": "2024-10-04T14:24:52.000000Z"
},
{
"company_id": 1,
"created_at": "2024-10-04T14:30:36.000000Z",
"deleted_at": null,
"id": 4,
"name": "location",
"pivot": {
"contact_id": 4,
"custom_contacts_field_id": 4,
"value": "USA"
},
"type": "text",
"updated_at": "2024-10-04T14:30:36.000000Z"
}
],
"groups": [
{
"company_id": 1,
"created_at": "2024-10-04T14:24:54.000000Z",
"deleted_at": null,
"id": 4,
"name": "Europe",
"pivot": {
"contact_id": 4,
"group_id": 4
},
"updated_at": "2024-10-04T14:24:54.000000Z"
},
{
"company_id": 1,
"created_at": "2024-10-04T14:24:54.000000Z",
"deleted_at": null,
"id": 5,
"name": "Asia",
"pivot": {
"contact_id": 4,
"group_id": 5
},
"updated_at": "2024-10-04T14:24:54.000000Z"
}
],
"has_chat": 0,
"id": 4,
"is_last_message_by_contact": 0,
"language": "none",
"last_client_reply_at": null,
"last_message": "",
"last_reply_at": null,
"last_support_reply_at": null,
"name": "John Doe",
"phone": "+38671246011",
"resolved_chat": 0,
"subscribed": 1,
"updated_at": "2024-10-04T14:30:36.000000Z",
"user_id": null
},
"status": "success"
}