users

Respond To Notification

Receive a user's response to an interactive push notification.

Accepts button taps (action=button_1/2/3) or text replies (action=reply). The response is treated as board feedback: it gets persisted as a BoardMessage and triggers a board regeneration so the coach can react.

post/notifications/{notification_id}/response

Path parameters

notification_idstring required

Query parameters

user_idstring nullable

Request body

actionstring required

Action identifier: 'reply' for text input, or 'button_1'/'button_2'/'button_3' for button taps.

labelstring nullable

The button label that was tapped (null for text replies).

textstring nullable

User's text reply (null for button taps).

Response

Successful Response

idstring required
notification_idstring required
actionstring required
acknowledgedboolean

Changes

No recorded changes to this endpoint across all 1 revision of this API.