A beginner's guide
Explore Plans
Mobile menu Close menu
MeisterTaskMeisterTask

Task created in section

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.

About this trigger

Triggers, queries, and actions are the building blocks of Applets. Triggers tell an Applet to start, queries ask a question, and actions are its end result.

Developer info

Description
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.
API endpoint slug
meistertask.task_created_in_section

Trigger fields

Section ID Dropdown list

Label
Which section?
Slug
section_id
Required
true
Can have default value
false

Ingredients

Task nameThe name of the task.

Slug
task_name
Filter code
Meistertask.taskCreatedInSection.TaskName
Type
String
Example
Example Task

Task URLThe 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 nameThe name of the section where the task was created.

Slug
section_name
Filter code
Meistertask.taskCreatedInSection.SectionName
Type
String
Example
Example Section

Project nameThe name of the project where the task was created.

Slug
project_name
Filter code
Meistertask.taskCreatedInSection.ProjectName
Type
String
Example
Example Project

Created atDate 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.000+05:00