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

Post a task

This action will post tasks.

About this action

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 action will post tasks.
API endpoint slug
chatwork.post_tasks
Filter code method
Chatwork.postTasks.skip(string?: reason)
Runtime method
runAction("chatwork.post_tasks", {})

Action fields

Room Dropdown list

Label
room
Helper text
Select group chat
Slug
room
Required
true
Can have default value
false

Contents Text input > Long text

Label
contents
Helper text
Describe the task
Slug
contents
Required
true
Can have default value
true
Filter code method
Chatwork.postTasks.setContents(string: contents)

Limit Text input > Other

Label
days until due date
Helper text
Set the due date in days
Slug
limit
Required
false
Can have default value
true
Filter code method
Chatwork.postTasks.setLimit(string: limit)

To ids Text input > Other

Label
assign to
Helper text
Set Chatwork account IDs separated by commas. Enter all to assign everyone
Slug
to_ids
Required
false
Can have default value
true
Filter code method
Chatwork.postTasks.setToIds(string: toIds)