Send EveryKit message for new MeisterTask task
This Trigger fires when a new task is created in the specified section. Please note that this Trigger does not fire when a task is moved from a different section.
Developer info
- API endpoint slug
- meistertask.task_created_in_section
Trigger fields
Section Dropdown list
- Label
- Which section?
- Slug
- section_id
- Required
- true
- Can have default value
- false
Ingredients
Task name The name of the task.
- Slug
- task_name
- Filter code
- Meistertask.taskCreatedInSection.TaskName
- Type
- String
- Example
- Example Task
Task url The URL of the task.
- Slug
- task_url
- Filter code
- Meistertask.taskCreatedInSection.TaskURL
- Type
- Web URL
- Example
- https://www.meistertask.com/app/task/xxxxxxxx/example-task
Section name The name of the section where the task was created.
- Slug
- section_name
- Filter code
- Meistertask.taskCreatedInSection.SectionName
- Type
- String
- Example
- Example Section
Project name The name of the project where the task was created.
- Slug
- project_name
- Filter code
- Meistertask.taskCreatedInSection.ProjectName
- Type
- String
- Example
- Example Project
Created at Date and time when the task was created.
- Slug
- created_at
- Filter code
- Meistertask.taskCreatedInSection.CreatedAt
- Type
- Date with time (ISO8601)
- Example
- 2020-07-08T04:17:06+05:00