this is to check summary notification for a particular user for the pass 7 days from the day the request was made. so it is to calculate how many checklist the person was able to complete in the pass 7 days and send a notification.
Request
Query Params
Responses
🟢200New Request
application/json
Body
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request GET '/checklist-summary-user?email=shegesamuel@gmail.com'
Response Response Example
{"success":true,"message":"Weekly summary notification sent successfully.","data":"You crushed 1 tasks this week. Awesome job!"}