Parameter | Type | Required? | Description |
---|---|---|---|
sending_date | Datetime | yes | Date of sending, ISO 8601 format. |
channel | String | yes | Channel of sending. One of ["email", "push", "sms"]. |
kpi | String | yes | KPIs to predict. One of ["ctr", "open_rate"]. |
When successful, returns:
{
"prediction": 0.5
}