Website: Update values to match CRM picklist values (#38734)

Changes:
- Updated the accepted `intentSingal` values in the receive-from-clay
webhook and the createHistoricalEvent helper to match the picklist
values in Salesforce
- updated a "most recent/source channel details" value set in the
updateOrCreateContactAndAccount helper to match the picklist value in
Salesforce.
This commit is contained in:
Eric
2026-01-23 15:35:33 -06:00
committed by GitHub
parent 40107d247c
commit c4f8ded657
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -59,7 +59,7 @@ module.exports = {
'Fleet channel member in MacAdmins Slack',
'Fleet channel member in osquery Slack',
'Implemented a trial key',
'Signed up Fleet event',
'Signed up for Fleet event',
'Engaged with Fleetie at event',
'Attended a Fleet happy hour',
'Stared the fleetdm/fleet repo on GitHub',
+1 -1
View File
@@ -50,7 +50,7 @@ module.exports = {
'Fleet channel member in MacAdmins Slack',
'Fleet channel member in osquery Slack',
'Implemented a trial key',
'Signed up Fleet event',
'Signed up for Fleet event',
'Engaged with Fleetie at event',
'Attended a Fleet happy hour',
'Stared the fleetdm/fleet repo on GitHub',
@@ -191,7 +191,7 @@ module.exports = {
if(!marketingAttributionCookie.referrer || marketingAttributionCookie.referrer === 'https://fleetdm.com/') {
// If no referrer is set, or the referrer is set to the Fleet website, we'll assume this user came to the website directly
attributionDetails.sourceChannelDetails = 'Direct Traffic (DT)';
attributionDetails.sourceChannelDetails = 'Direct traffic (DT)';
attributionDetails.campaign = 'Default-DT-Direct';
} else {
// Otherwise, we'll check the referer value and attempt to categorize the referer.