Taskade — AI-Powered Productivity, Your Second Brain.
Untitled Task Manual Trigger
Project Brief - Taskade
Nana Agent QA Form - Taskade
Twitch Creator Camp - Content Creation Tracker - Taskade
Taskade Agent Automated Builder - Taskade
Play and Create Games on Rosebud (Copy) - Taskade
Customize 1337+ AI Templates Online | Taskade
Chub AI Character Creator Table Template - Taskade
NovelAI Documentation (Copy) - Taskade
AI/Automation/No Code App Development Newsletter Workflow (Copy) (Copy) Mailhook
Second Brain Development Project - Taskade
Google Docs Integration | Taskade Help Center
Untitled - Taskade
Oneseco Media Drafts App Affiliate Campaign - Taskade
Taskade Blog Feed
Taskade — AI-Powered Productivity, Your Second Brain.
Taskade
Frequently Asked Questions
Can I sign up using my own referral link?
No. Unfortunately, self-referrals are strictly prohibited. The aim of a referral program is to encourage affiliates and ambassadors to spread the word about our product(s), not to get discounts.
Can I sign up on behalf of my clients through my own referral link?
We recommend you either sign up from your clients’ computers (if possible) OR sign up your clients as usual (without a referral link) and send us an email with their sign up email addresses to [email protected]
My friend/client signed up without using the referral link. What can I do?
Send us his/her email to [email protected] and we’ll manually add them to the system.
Why can’t I see my sign-ups and/or rewards?
Our tracking is based on browser cookies, so if you used a different browser/device from the visit to sign up, you cleared your cookies, you used incognito, or you signed up from your own referral link, the signup might not be tracked. If you are 100% sure the sign up or sale were not tracked correctly, contact our referral platform provider at [email protected].
What’s the referral cookie life?
The referral cookie life is 90 days. If a user purchases the product after 90 days since the first referred visit, the conversion won’t be tracked anymore.
When will I get paid?
All payouts are processed on a monthly basis. We’ll email you when the payout is completed.
How can I get paid if I don’t have PayPal?
Please contact us at [email protected] to set up a different payment method.
Taskade Webhooks
Untitled
Project Hands Solo - Taskade
The Vanguard 🦾 - Taskade
Oneseco Media Notion Integrations - Taskade AI Collaboration
Cloudflare Project Management Task Assigned
Manage Workspace - Taskade
Facebook Integration | Taskade Help Center
My Weekly Tasks (Copy) - Taskade
Notifications - Taskade
MediaWiki - Taskade
Find Task(s) (Automation Action) | Taskade Help Center
Find Task(s) (Automation Action)
Retrieve and process tasks from projects within automation flows.
Updated over 3 months ago
Overview
The Find Task(s) action allows you to search for tasks within Taskade projects based on specific criteria. This action is essential for automating workflows that require retrieving, filtering, and processing task data dynamically.
💡 Note: Find Task(s) is compatible with Loops and Transform Array to String.
Use the Find Task(s) Action
1) Add the Action
Open an existing automation or create a new one.
Add the Find Task(s) action.
Configure the action in the sidebar on the right (see the next section).
2) Configure Search Criteria
Specify the project and define search filters:
(required) Project: Choose the project where the search will be performed.
(required) Tasks to Return: Choose the output format:
Return the first matching task: Use when you're looking for a specific task.
Return all matching tasks as array: Use to return multiple tasks.
(optional) Behavior When no Tasks Found:
Continue: Proceed with the automation even if no tasks match.
Fail: Stop the automation if no tasks are found.
(optional) Click ➕ New Filter to define the fields that identify task(s) (see below).
Condition: Specify the conditions that the data must meet.
Value: Enter the value to compare against.
Click ➕ And / ➕ Or to define additional conditions.
3) Reference the Output
Once the tasks are retrieved, you can use the Transform Array to String action.
Use Cases
Not sure how to make the most of the Find Task(s) action? Start with these flows.
Daily Task Summary
Goal: Automatically generate and send a daily summary of tasks.
Trigger: Schedule Trigger → Runs every morning at 8 AM.
Actions:
Find Task(s): Retrieve all tasks due today from a specific project.
Transform Array to String: Convert the list of tasks into structured text.
Send Email (Gmail): Send the task summary to the team.
Automated Progress Report
Goal: Generate a daily report of all tasks in progress and send it to Slack.
Trigger: Schedule Trigger → Runs daily at 10 AM.
Actions:
Find Task(s): Retrieve all tasks marked as “In Progress.”
Transform Array to String: Format the tasks into a structured message.
Send Channel Message (Slack): Post the report in the team’s Slack channel