fix(integrations): remove outdated trigger mode text from FAQ#3739
fix(integrations): remove outdated trigger mode text from FAQ#3739waleedlatif1 merged 1 commit intostagingfrom
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub. |
PR SummaryLow Risk Overview Written by Cursor Bugbot for commit bb2843f. Configure here. |
Greptile SummaryThis PR removes outdated UI copy from the autogenerated integration FAQ by replacing the stale "switch the
Confidence Score: 5/5
Important Files Changed
Flowchart%%{init: {'theme': 'neutral'}}%%
flowchart TD
A[Integration page loaded] --> B{triggers.length > 0?}
B -- No --> C[Skip trigger FAQ entries]
B -- Yes --> D["FAQ: 'How do I trigger a Sim workflow?'"]
D --> E["Answer: Add a {name} trigger block → copy webhook URL → paste into {name} settings"]
E --> F["FAQ: 'What data does Sim receive when a {name} event fires?'"]
F --> G[FAQ rendered on page + injected into FAQPage JSON-LD]
Reviews (1): Last reviewed commit: "fix(integrations): remove outdated trigg..." | Re-trigger Greptile |
Summary
Type of Change
Testing
Tested manually
Checklist