product:chat
Create reminder
Creates a new reminder
Sends events:
- reminder.created
post/messages/{message_id}/reminders
Path parameters
message_idstring required
Request body
Response
Successful response
Example response
{
"channel": {
"config": {
"partition_ttl": "24h"
}
},
"message": {
"draft": {
"channel": {
"config": {
"partition_ttl": "24h"
}
}
},
"shared_location": {
"channel": {
"config": {
"partition_ttl": "24h"
}
}
}
}
}