diff --git a/website/api/controllers/webhooks/receive-from-clay.js b/website/api/controllers/webhooks/receive-from-clay.js index 1edab8ba16..72c3f8e531 100644 --- a/website/api/controllers/webhooks/receive-from-clay.js +++ b/website/api/controllers/webhooks/receive-from-clay.js @@ -62,6 +62,7 @@ module.exports = { 'Fleet channel member in osquery Slack', 'Implemented a trial key', 'Signed up for Fleet event', + 'Registered for a conference', 'Engaged with Fleetie at event', 'Attended a Fleet happy hour', 'Stared the fleetdm/fleet repo on GitHub', @@ -158,3 +159,4 @@ module.exports = { }; + diff --git a/website/api/helpers/salesforce/create-historical-event.js b/website/api/helpers/salesforce/create-historical-event.js index f156d43731..7d63655d59 100644 --- a/website/api/helpers/salesforce/create-historical-event.js +++ b/website/api/helpers/salesforce/create-historical-event.js @@ -51,6 +51,7 @@ module.exports = { 'Fleet channel member in osquery Slack', 'Implemented a trial key', 'Signed up for Fleet event', + 'Registered for a conference', 'Engaged with Fleetie at event', 'Attended a Fleet happy hour', 'Stared the fleetdm/fleet repo on GitHub', diff --git a/website/api/helpers/salesforce/update-or-create-contact-and-account.js b/website/api/helpers/salesforce/update-or-create-contact-and-account.js index e17946e1e8..bdf32dfb6c 100644 --- a/website/api/helpers/salesforce/update-or-create-contact-and-account.js +++ b/website/api/helpers/salesforce/update-or-create-contact-and-account.js @@ -61,6 +61,7 @@ module.exports = { type: 'string', isIn: [ 'Subscribed to the Fleet newsletter', + 'Registered for a conference', // 'Signed up for a fleetdm.com account',// // 'Submitted the "Talk to us" form', // 'Submitted the "Send a message" form', @@ -565,3 +566,4 @@ module.exports = { }; +