Skip to main content

Moby Tasks

How to use Moby Tasks in Triple Whale

Logan Brown avatar
Written by Logan Brown
Updated today

What are tasks?

Tasks can be invoked by typing "/" in a Moby chat or by clicking the ⚡️lightning bolt icon below the chat box

Tasks are a way of running adhoc or repeatable jobs for Moby to execute on.

They can be as simple as a single prompt that you want to save for later use or as complex as a large prompt that houses instructions for Moby to follow in exact order.

  • Save your favorite prompts for later

  • Save instructions or content for Moby to use within existing chats

  • Build end to end workflows for Moby to execute on using a single prompt

Adding & Editing Custom Tasks

Adding a custom task

Start by typing "/" in Moby chat or by clicking the ⚡️lightning bolt icon below the Moby chat text box

If you started with "/" in Moby chat, continue by typing the name of your new task and then click "add new task"

If you choose to click the lightning bolt icon, simply click "add new task" at the bottom of the selection pop-up

Defining the contents of your task

Name:

Tasks must begin with a forward slash command followed by any series of words combined with dashes or underscores (no spaces allowed)

  • Example: /logans-test-prompt_1

Instructions:

Instructions can be as simple as a single prompt such as:

Show me spend and roas over the last 7 days compared to the previous 7 days

Or they can be more complex, multi-step instructions for Moby to follow, such as:

# Workflow, run in strict sequence

## Step 1, Store Overview (L7D vs P7D)
Compute store level metrics for L7D and P7D:
- spend, roas, ncroas, orders, revenue, new customer revenue, cpa
Return a two period comparison view with absolute values and percent change from P7D to L7D.
End with “Step 1 complete.”

## Step 2, Store Overview (Prior Year)
Compute store level metrics for LY-L7D using the same definitions:
- spend, roas, ncroas, orders, revenue, new customer revenue, cpa
Return a single period view for LY-L7D with columns aligned to Step 1 so later comparisons are simple.
End with “Step 2 complete.”

## Step 3, Channels (L7D vs P7D)
Compute per channel metrics for L7D and P7D:
- spend, pixel conversion value, pixel new customer conversion value, pixel roas, pixel ncroas, aov, pixel cpa, pixel ncpa
Requirements:
- Include only channels with L7D conversion value greater than 100.
- Use the Linear All attribution model.
- Sort by L7D conversion value descending.
Return a comparison view showing L7D, P7D, absolute deltas, and percent deltas per metric.
End with “Step 3 complete.”

Finally, save your prompt and access it anytime by typing the forward slash on your keyboard "/" or by clicking the ⚡️ lightning icon to find your task.

Editing your task


Anytime you need to edit a task, simply click the ⚡️ lightning icon to find your task then click the edit pencil

Did this answer your question?