mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 01:18:42 +00:00
Website: Update contacts created by talk to us form submissions (#23498)
Closes: #23277 Changes: - Added the submitted number of hosts to the description of contacts created by "talk to us" form submissions
This commit is contained in:
parent
9b1677213b
commit
900298f638
1 changed files with 2 additions and 2 deletions
|
|
@ -82,7 +82,7 @@ module.exports = {
|
|||
organization: organization,
|
||||
primaryBuyingSituation: primaryBuyingSituation === 'eo-security' ? 'Endpoint operations - Security' : primaryBuyingSituation === 'eo-it' ? 'Endpoint operations - IT' : primaryBuyingSituation === 'mdm' ? 'Device management (MDM)' : primaryBuyingSituation === 'vm' ? 'Vulnerability management' : undefined,
|
||||
contactSource: 'Website - Contact forms',
|
||||
description: `Submitted the "Talk to us" form and was taken to the Calendly page for the "Talk to us" event.`,
|
||||
description: `Submitted the "Talk to us" form and was taken to the Calendly page for the "Talk to us" event. Number of hosts: ${numberOfHosts}`,
|
||||
psychologicalStage: '4 - Has use case',
|
||||
psychologicalStageChangeReason: 'Website - Contact forms'
|
||||
}).exec((err)=>{
|
||||
|
|
@ -98,7 +98,7 @@ module.exports = {
|
|||
organization: organization,
|
||||
primaryBuyingSituation: primaryBuyingSituation === 'eo-security' ? 'Endpoint operations - Security' : primaryBuyingSituation === 'eo-it' ? 'Endpoint operations - IT' : primaryBuyingSituation === 'mdm' ? 'Device management (MDM)' : primaryBuyingSituation === 'vm' ? 'Vulnerability management' : undefined,
|
||||
contactSource: 'Website - Contact forms',
|
||||
description: `Submitted the "Talk to us" form and was taken to the Calendly page for the "Let\'s get you set up!" event.`,
|
||||
description: `Submitted the "Talk to us" form and was taken to the Calendly page for the "Let\'s get you set up!" event. Number of hosts: ${numberOfHosts}`,
|
||||
}).exec((err)=>{
|
||||
if(err) {
|
||||
sails.log.warn(`Background task failed: When a user submitted the "Talk to us" form, a lead/contact could not be updated in the CRM for this email address: ${emailAddress}.`, err);
|
||||
|
|
|
|||
Loading…
Reference in a new issue