Join IFTTT for free
Explore Plans Developers
Mobile menu Close menu
AkiflowAkiflow

Create Task

This action will create a new task in akiflow.

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 create a new task in akiflow.
API endpoint slug
akiflow.create_task
Filter code method
Akiflow.createTask.skip(string?: reason)
Runtime method
runAction("akiflow.create_task", {})

Action fields

Title Text input > Document title
Label
Title
Slug
title
Required
true
Can have default value
true
Filter code method
Akiflow.createTask.setTitle(string: title)
Status Dropdown list
Label
Status
Slug
status
Required
false
Can have default value
true
Filter code method
Akiflow.createTask.setStatus(string: status)
Date Text input > Other
Label
Date
Helper text
Date in format YYYY-MM-DD Either use this field or the "Datetime" field
Slug
date
Required
false
Can have default value
true
Filter code method
Akiflow.createTask.setDate(string: date)
Datetime Text input > ISO 8601 date and time
Label
Datetime
Helper text
Date in format YYYY-MM-DD hh:mm:ss. Either use this field or the "Date" field
Slug
datetime
Required
false
Can have default value
true
Filter code method
Akiflow.createTask.setDatetime(string: datetime)
Duration Text input > Other
Label
Duration
Helper text
Duration in seconds.
Slug
duration
Required
false
Can have default value
true
Filter code method
Akiflow.createTask.setDuration(string: duration)
Priority Dropdown list
Label
Priority
Slug
priority
Required
false
Can have default value
true
Filter code method
Akiflow.createTask.setPriority(string: priority)
Daily goal Dropdown list
Label
Daily Goal
Slug
dailyGoal
Required
false
Can have default value
true
Filter code method
Akiflow.createTask.setDailyGoal(string: dailyGoal)
Due date Text input > Other
Label
Due Date
Helper text
Date in format YYYY-MM-DD.
Slug
due_date
Required
false
Can have default value
true
Filter code method
Akiflow.createTask.setDueDate(string: dueDate)
Label Dropdown list
Label
Label
Slug
label
Required
false
Can have default value
false
Description Text input > Long text
Label
Description
Slug
description
Required
false
Can have default value
true
Filter code method
Akiflow.createTask.setDescription(string: description)
Link Text input > Link
Label
Link
Slug
link
Required
false
Can have default value
true
Filter code method
Akiflow.createTask.setLink(string: link)
Unique identifier Text input > Short text
Label
Unique Identifier (advanced)
Helper text
Use this field to prevent the creation of multiple tasks for the same imported item.
Slug
uniqueIdentifier
Required
false
Can have default value
true
Filter code method
Akiflow.createTask.setUniqueIdentifier(string: uniqueIdentifier)