My Tickets New Ticket

Sorry, can not login without token.

Sorry, your login token is invalid.

Sorry,your token is expired.

Internal error, please try again later.

×

Tasker integration with Pomotodo Android

Quick Start:

  • Start Tasker and go to tasks tab
  • Press ‘+’ and enter task name
  • On ‘Task Edit’ screen press on ‘+’, go to ‘System’ and select ‘Send Intent’
  • Input action name to Action, and options (optional) to Extra and save.

We provide four actions to integrate with Tasker:

  1. Create new todo

    [Action]
    com.pomotodo.NEW_TODO
    
    [Extra]
    desc: YOUR_DESCRIPTION
    
  2. Start a pomo

    [Action]
    com.pomotodo.START_POMO
    
    [Extra] (optional)
    duration: DURATION_IN_MINUTES
    
  3. Submit a pomo

    [Action]
    com.pomotodo.SUBMIT_POMO
    
    [Extra]
    desc: POMO'S_DESCRIPTION
    
    [Extra] (optional, Pro required)
    from: 2016-10-30T08:09:06.000Z
    
    [Extra] (optional, Pro required)
    to: 2016-10-30T08:34:06.000Z
    

    When pomo is finished, and there is no 'from' or 'to' extra, this action will auto submit the last pomo and start a break.

  4. Give up a pomo

    [Action]
    com.pomotodo.GIVE_UP_POMO
    
    [Extra] (optional)
    reason: INTERRUPTION_REASON
    

    If there is no 'reason' extra, this interruption will not be recorded.