Skip to content

Commit a783b9d

Browse files
authored
fix(integrations): remove outdated trigger mode text from FAQ (#3739)
1 parent 0c80438 commit a783b9d

File tree

1 file changed

+1
-1
lines changed
  • apps/sim/app/(landing)/integrations/[slug]

1 file changed

+1
-1
lines changed

apps/sim/app/(landing)/integrations/[slug]/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ function buildFAQs(integration: Integration): FAQItem[] {
111111
? [
112112
{
113113
question: `How do I trigger a Sim workflow from ${name} automatically?`,
114-
answer: `In your Sim workflow, switch the ${name} block to Trigger mode and copy the generated webhook URL. Paste that URL into ${name}'s webhook settings and select the events you want to listen for (${triggers.map((t) => t.name).join(', ')}). From that point on, every matching event in ${name} instantly fires your workflow — no polling, no delay.`,
114+
answer: `Add a ${name} trigger block to your workflow and copy the generated webhook URL. Paste that URL into ${name}'s webhook settings and select the events you want to listen for (${triggers.map((t) => t.name).join(', ')}). From that point on, every matching event in ${name} instantly fires your workflow — no polling, no delay.`,
115115
},
116116
{
117117
question: `What data does Sim receive when a ${name} event triggers a workflow?`,

0 commit comments

Comments
 (0)