Skip to main content

reminder_add message

A reminder was added to the channel

Facts

Compatible APIs

Usage info

This example includes both the event wrapper and the event structure for the reminder_add message subtype event.

{
"token": "XXYYZZ",
"team_id": "T123ABC456",
"api_app_id": "A123ABC456",
"event": {
"type": "message",
"subtype": "reminder_add",
"user": "U12345678",
"team": "T12345678",
"ts": "1361482916.000003",
"text": "set up a reminder to “get reminded” in this channel at 8PM every day, Pacific Standard Time."
},
"type": "event_callback",
"authed_users": [
"U123ABC456",
"U222222222"
],
"event_id": "Ev123ABC456",
"event_time": 123456789
}

A reminder was added to the channel.