# TaskPing — AI-Driven Task Management TaskPing turns WhatsApp and email into assigned tasks with due dates, reminders, and follow-ups—built for sales follow-up, lead routing, and ops teams. ## Core values - Deep integration with WhatsApp and email for seamless task capture and updates. - AI-assisted flows for creating and updating tasks from natural language. - Brand- and project-scoped workspaces; public marketing site is separate from the authenticated app (`/b/...`). ## Public resources (human + AI discovery) - Product & positioning: https://www.taskping.my/ - Feature overview: https://www.taskping.my/features - Pricing: https://www.taskping.my/pricing - Guides (user-facing help): https://www.taskping.my/guides - Blog: https://www.taskping.my/blog - Compare: https://www.taskping.my/compare - Email to WhatsApp tasks: https://www.taskping.my/convert-email-to-whatsapp-tasks - Create tasks via WhatsApp: https://www.taskping.my/create-tasks-via-whatsapp - Zero-friction collaboration: https://www.taskping.my/zero-friction-collaboration - Public task hub (how indexable tasks work): https://www.taskping.my/tasks Individual public task pages use slug URLs only when a workspace owner enables SEO visibility: - Public task page pattern: https://www.taskping.my/tasks/{slug} - Only tasks with `seoPublic: true` are returned by the read-only discovery API below. ## API for discovery (read-only, unauthenticated) - Sitemap (all marketing URLs + indexable `/tasks/{slug}`): https://www.taskping.my/sitemap.xml - List indexable task slugs (for crawlers): `GET https:///api/public/seo/tasks/slugs?limit=2000` - Public task JSON (metadata body for SSR / GEO): `GET https:///api/public/seo/tasks/{slug}` - If the slug was replaced after a title change, the response may be `{ "movedPermanentlyToSlug": "" }`; the Next.js site issues a 308 to `/tasks/`. Replace `` with your deployed API origin (for example `api.taskping.my` if that is where Nest is served). ## Trust & policy - Privacy: https://www.taskping.my/privacy - Terms: https://www.taskping.my/tnc Last updated: 2026-03-30