curl --request PUT \
--url https://apimgmt.cometchat.io/apps/{appId}/extensions/email-replies/v1/settings \
--header 'Content-Type: application/json' \
--header 'key: <key>' \
--header 'secret: <secret>' \
--data '
{
"settings": {
"sendEmailReplies": false,
"senderEmailForReplies": "[email protected]"
}
}
'{
"data": {
"statusCode": 200,
"success": true,
"responseTime": 1.8547508716583252,
"body": {
"data": {
"settings": {
"senderEmailForReplies": "[email protected]",
"sendEmailReplies": true
}
}
}
}
}Email replies : Update the settings for Email replies extension.
curl --request PUT \
--url https://apimgmt.cometchat.io/apps/{appId}/extensions/email-replies/v1/settings \
--header 'Content-Type: application/json' \
--header 'key: <key>' \
--header 'secret: <secret>' \
--data '
{
"settings": {
"sendEmailReplies": false,
"senderEmailForReplies": "[email protected]"
}
}
'{
"data": {
"statusCode": 200,
"success": true,
"responseTime": 1.8547508716583252,
"body": {
"data": {
"settings": {
"senderEmailForReplies": "[email protected]",
"sendEmailReplies": true
}
}
}
}
}AppID in which the extension has to be enabled/disabled
Show child attributes
Enable Email Replies
Email For Replies
Update Email Replies Settings
Show child attributes
Was this page helpful?