Get the pick on an earlier notification
get_notification_answerCheck if a notification has been answered by passing its notification_id. Returns the selected pick, pending if unanswered, or delivered when no input was requested.
Instructions
Check whether a notification sent with send_notification and an input has been answered. Pass the notification_id it returned. Returns the pick, pending if untouched, or delivered when the notification carried no input (nothing to answer).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| notification_id | Yes | The notification_id returned by send_notification. |