# Subscribe to sequence **POST /actions/user/sequences/{sequence_id}/task-types/{task_type_id}/subscribe** Create a subscription entry for the current user, given sequence, and task type. When subscribed, the user receives notifications for all comments posted on tasks related to the sequence. ## Servers - http://api.example.com: http://api.example.com () ## Authentication methods - Jwt authorization ## Parameters ### Path parameters - **sequence_id** (string(uuid)) Sequence unique identifier - **task_type_id** (string(uuid)) Task type unique identifier ## Responses ### 201 Subscription created successfully #### Body: application/json (object) - **id** (string(uuid)) Subscription unique identifier - **person_id** (string(uuid)) Person identifier - **sequence_id** (string(uuid)) Sequence identifier - **task_type_id** (string(uuid)) Task type identifier - **created_at** (string(date-time)) Creation timestamp - **updated_at** (string(date-time)) Last update timestamp [Powered by Bump.sh](https://bump.sh)