product:chat

Create reminder

Creates a new reminder

Sends events:

  • reminder.created
post/messages/{message_id}/reminders

Path parameters

message_idstring required

Request body

remind_atstring date-time
user_idstring

Response

Successful response

channel_cidstring required
created_atstring date-time required
message_idstring required
remind_atstring date-time
updated_atstring date-time required
user_idstring required

Example response

{
  "channel": {
    "config": {
      "partition_ttl": "24h"
    }
  },
  "message": {
    "draft": {
      "channel": {
        "config": {
          "partition_ttl": "24h"
        }
      }
    },
    "shared_location": {
      "channel": {
        "config": {
          "partition_ttl": "24h"
        }
      }
    }
  }
}

Changes