Settings
Add a user
Users & access
Project tags
One central list keeps tag names consistent — projects pick from this list, so “Marketing” never becomes “marketing” and “Mktg” on different cards. The number shows how many projects use each tag.
Send tasks to Zapier / Google Sheets
Paste a Zapier Catch Hook URL and this app will send task events to it automatically — no Supabase access needed. In Zapier: create a Zap, choose trigger “Webhooks by Zapier → Catch Hook”, and copy the URL it gives you.
{ event: "INSERT" | "UPDATE" | "DELETE", task: { title, status, project_name, assignee_name, due_date, … } }
Create tasks from Google Sheets
For the other direction (Sheets → this app), your Zap's action is “Webhooks by Zapier → Custom Request” calling the Vyom API. It needs an API key for the project (create one in the Vyom API card below first). Pick a project and copy these ready-made settings — real key, IDs and valid statuses included.
Vyom API — create tasks without Zapier
Generate a key for a project and any script — Google Apps Script, curl, a form backend — can create tasks in it with one HTTPS POST. The key decides which project tasks land in, so a leaked snippet can only ever write to its own project. Revoke anytime below.