Create reminder
POST/v1/nps/:surveyId/shares/:channelId/reminders
Create reminder
Request
Path Parameters
surveyId numberrequired
channelId numberrequired
- application/json
Body
body string
subject string
frequency stringrequired
Possible values: [Days, Weeks, Months]
type stringrequired
Possible values: [NOT_RESPONDED, PARTIALLY_RESPONDED]
interval numberrequired
properties
object
embed_first_question booleanrequired
custom_footer booleanrequired
custom_footer_value string
Responses
- 404
Not Found
- */*
- Schema
- Example (from schema)
Schema
error string
Possible values: [Share not found]
{
"error": "Share not found"
}
Loading...