mirror of
https://github.com/fleetdm/fleet
synced 2026-05-05 06:18:25 +00:00
## Summary - Adds `'Registered for a conference'` to the `intentSignal` `isIn` array in three files: - `website/api/helpers/salesforce/create-historical-event.js` — between `'Signed up for Fleet event'` and `'Engaged with Fleetie at event'` - `website/api/controllers/webhooks/receive-from-clay.js` — between `'Signed up for Fleet event'` and `'Engaged with Fleetie at event'` - `website/api/helpers/salesforce/update-or-create-contact-and-account.js` — added to the `isIn` array - This replaces the incorrect approach in PR #41918, which added the signal to the handbook markdown table instead of the code where intent signals are validated. --- Built for [Sam Pfluger](https://fleetdm.slack.com/archives/D0AF8QFBVHB/p1773789580384389?thread_ts=1773788922.891409&cid=D0AF8QFBVHB) by [Kilo for Slack](https://kilo.ai/features/slack-integration) --------- Co-authored-by: kiloconnect[bot] <240665456+kiloconnect[bot]@users.noreply.github.com> Co-authored-by: Sam Pfluger <108141731+Sampfluger88@users.noreply.github.com> |
||
|---|---|---|
| .. | ||
| create-campaign-member.js | ||
| create-historical-event.js | ||
| create-lead.js | ||
| create-task.js | ||
| update-or-create-contact-and-account-and-create-lead.js | ||
| update-or-create-contact-and-account.js | ||