Skip to main content

predict whether message is opt-out type

predict whether message is opt-out type

Path Parameters
    departmentUUID string required
    messageUUID string required
Responses

OK


Schema
    hitOrakleApi boolean
    requestUUID string
    messageReactionDealerType boolean
    errors object[]
  • Array [
  • errorCode string
    errorDescription string
    errorUID string
  • ]
  • warnings object[]
  • Array [
  • warningCode string
    warningDescription string
  • ]
POST /department/:departmentUUID/message/:messageUUID/optout/predict

Authorization

name: basicAuthtype: httpscheme: basic

Request

Base URL
/communications
Username
Password
departmentUUID — path required
messageUUID — path required
curl / cURL
curl -L -X POST '/communications/department/:departmentUUID/message/:messageUUID/optout/predict' \
-H 'Accept: application/json'