• FAQ
  • API
  • Members
  • Subscribing a user to a task through API: subscribe

Subscribing a user to a task through API: subscribe


Sample subscribe request

?action=subscribe&id_task=TASK_ID&email_user=USER_EMAIL
Subscribes user to selected task
*task subscribers list can be obtained through get_task method with extra=subscribers parameter

Required parameters:
  • id_task — task ID
  • email_user — user email

Sample JSON response
If the request succeeds, the response will contain ok status

{
    "status": "ok"
}