Skip to main content

updates opt-out status with prediction of opt out message ai

updates opt-out status with prediction of opt out message ai

Path Parameters
    departmentUUID string required
    messageUUID string required
Request Body required
    optOutV2Score double
    messageKeyword string
Responses

OK


Schema
    errors object[]
  • Array [
  • errorCode string
    errorDescription string
    errorUID string
  • ]
  • warnings object[]
  • Array [
  • warningCode string
    warningDescription string
  • ]
POST /department/:departmentUUID/message/:messageUUID/optoutstatus/predict/callback

Authorization

name: basicAuthtype: httpscheme: basic

Request

Base URL
/communications
Username
Password
departmentUUID — path required
messageUUID — path required
Body required
{
"optOutV2Score": 0,
"messageKeyword": "string"
}
curl / cURL
curl -L -X POST '/communications/department/:departmentUUID/message/:messageUUID/optoutstatus/predict/callback' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"optOutV2Score": 0,
"messageKeyword": "string"
}'