Skip to content

Commit c951713

Browse files
committed
fix(home): remove WhatsApp customer notifications template
1 parent 8299370 commit c951713

File tree

1 file changed

+0
-10
lines changed
  • apps/sim/app/workspace/[workspaceId]/home/components/template-prompts

1 file changed

+0
-10
lines changed

apps/sim/app/workspace/[workspaceId]/home/components/template-prompts/consts.ts

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ import {
5555
TwilioIcon,
5656
TypeformIcon,
5757
WebflowIcon,
58-
WhatsAppIcon,
5958
WordpressIcon,
6059
YouTubeIcon,
6160
ZendeskIcon,
@@ -354,15 +353,6 @@ export const TEMPLATES: TemplatePrompt[] = [
354353
category: 'support',
355354
tags: ['product', 'analysis', 'reporting'],
356355
},
357-
{
358-
icon: WhatsAppIcon,
359-
title: 'WhatsApp customer notifications',
360-
prompt:
361-
'Build a workflow that reads customer data from my table and sends personalized WhatsApp messages for important updates — order confirmations, appointment reminders, shipping notifications, or payment receipts — triggered automatically when rows are added or updated.',
362-
modules: ['tables', 'agent', 'workflows'],
363-
category: 'support',
364-
tags: ['support', 'ecommerce', 'communication', 'automation'],
365-
},
366356
{
367357
icon: GmailIcon,
368358
title: 'Email knowledge search',

0 commit comments

Comments
 (0)