curl --request POST \
--url https://converso-whatsapp-api.p.rapidapi.com/settings/set/{instance} \
--header 'Content-Type: application/json' \
--header 'instanceCode: <api-key>' \
--header 'x-rapidapi-key: <api-key>' \
--data '
{
"rejectCall": true,
"msgCall": "<string>",
"groupsIgnore": true,
"alwaysOnline": true,
"readMessages": true,
"readStatus": true,
"syncFullHistory": true
}
'{
"settings": {
"instanceName": "teste-docs",
"settings": {
"reject_call": true,
"groups_ignore": true,
"always_online": true,
"read_messages": true,
"read_status": true,
"sync_full_history": false
}
}
}Set settings
curl --request POST \
--url https://converso-whatsapp-api.p.rapidapi.com/settings/set/{instance} \
--header 'Content-Type: application/json' \
--header 'instanceCode: <api-key>' \
--header 'x-rapidapi-key: <api-key>' \
--data '
{
"rejectCall": true,
"msgCall": "<string>",
"groupsIgnore": true,
"alwaysOnline": true,
"readMessages": true,
"readStatus": true,
"syncFullHistory": true
}
'{
"settings": {
"instanceName": "teste-docs",
"settings": {
"reject_call": true,
"groups_ignore": true,
"always_online": true,
"read_messages": true,
"read_status": true,
"sync_full_history": false
}
}
}Your authorization key header
Your rapid api key
Name of the instance
Reject calls automatically
Message to be sent when a call is rejected automatically
Ignore group messages
Always show WhatsApp online
Send read receipts
See message status
Syncronize full WhatsApp history with Converso Whatsapp Api
Created
Show child attributes