Connection Settings.
POST/instance/connectionSettings
Connection Settings.
Request
- application/json
Body
The system will define a proxy for your connection if you do not inform one.
proxy Enter a proxy for each instance created
Responses
- 201
Returns your created instance
- application/json
- Schema
- Example (from schema)
Schema
wuid wuid - contact id on whatsapp.required
userName Contact name.required
profilePictureUrl Contact profile picture.
isBusiness Whatsapp type: business or common
proxy stringrequired
createAt date-timerequired
Default value: 2023-11-29T12:08:02.337Z
It will be automatically converted by the application to timestamp
updateAt date-time
It will be automatically converted by the application to timestamp
{
"wuid": "string",
"userName": "string",
"profilePictureUrl": "string",
"isBusiness": true,
"proxy": "string",
"createAt": "2024-01-15T18:10:06.790Z",
"updateAt": "2024-01-15T18:10:06.790Z"
}
Loading...