Post a tweet when a tagged task is completed in Toodledo
This Trigger fires every time you complete a task with a tag you specify.
Developer info
- API endpoint slug
- toodledo.task-completed-tag
Trigger fields
Tag Text input > Other
- Label
- Single tag
- Helper text
- <a href="http://www.toodledo.com/info/help.php?sel=8" target="_blank">Learn more about Toodledo tags</a>
- Slug
- tag
- Required
- true
- Can have default value
- true
Ingredients
Title The title of the task
- Slug
- Title
- Filter code
- Toodledo.taskCompletedTag.Title
- Type
- String
- Example
- Finish today's homework
Note The note associated with the task
- Slug
- Note
- Filter code
- Toodledo.taskCompletedTag.Note
- Type
- String
- Example
- Don't forget to read the last Computer Science chapter for bonus points!
Folder The name of the folder the task is in.
- Slug
- Folder
- Filter code
- Toodledo.taskCompletedTag.Folder
- Type
- String
- Example
- Project X
Context The name of the context the task is in.
- Slug
- Context
- Filter code
- Toodledo.taskCompletedTag.Context
- Type
- String
- Example
- Work
Priority The priority of the task
- Slug
- Priority
- Filter code
- Toodledo.taskCompletedTag.Priority
- Type
- String
- Example
- High
Tags Tags comma separated.
- Slug
- Tags
- Filter code
- Toodledo.taskCompletedTag.Tags
- Type
- String
- Example
- homework, programming
Due date The date the task is due
- Slug
- DueDate
- Filter code
- Toodledo.taskCompletedTag.DueDate
- Type
- Date with time (ISO8601)
- Example
- 2020-07-08T04:17:06+05:00
Completed at The date the task was completed
- Slug
- CompletedAt
- Filter code
- Toodledo.taskCompletedTag.CompletedAt
- Type
- Date (ISO8601)
- Example
- 2020-07-07