cURL
curl --request POST \ --url https://api.pingmee.co.il/conversations/{id}/answer-mode \ --header 'Content-Type: application/json' \ --header 'Cookie: <api-key>' \ --header 'x-api-key: <api-key>' \ --data ' { "participantsIdentifiers": "<string>", "answerMode": "bot" } '
"success"
Set the answer mode for a conversation.
Unique identifiers of the conversation participants.
Conversation answer mode.
bot
manual
ai
Answer mode updated successfully
The response is of type string.
string