Contact source change for webinar and gated doc (#43838)

Updating the contact source value for webinars and gated docs to match
the new sfdc values



<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->
## Summary by CodeRabbit

* **Bug Fixes**
* Corrected CRM contact-source classification so webinar access requests
and whitepaper downloads are categorized separately from general contact
form submissions.

* **Chores**
* Expanded accepted contact-source values in the CRM integration to
include distinct labels for webinars and gated documents.
<!-- end of auto-generated comment: release notes by coderabbit.ai -->
This commit is contained in:
johnjeremiah
2026-04-21 17:03:41 -05:00
committed by GitHub
parent 1f6e556818
commit 087ba3ff80
3 changed files with 4 additions and 2 deletions
+1 -1
View File
@@ -40,7 +40,7 @@ module.exports = {
emailAddress: emailAddress,
firstName: firstName,
lastName: lastName,
contactSource: 'Website - Contact forms',
contactSource: 'Webinar',
description: `Submitted a form to watch the ${webinarName} webinar.`,
marketingAttributionCookie: attributionCookieOrUndefined
}).intercept((err)=>{
@@ -40,7 +40,7 @@ module.exports = {
emailAddress: emailAddress,
firstName: firstName,
lastName: lastName,
contactSource: 'Website - Contact forms',
contactSource: 'Website - Gated document',
description: `Submitted a form to download the ${whitepaperName} whitepaper.`,
marketingAttributionCookie: attributionCookieOrUndefined
}).intercept((err)=>{
@@ -58,6 +58,8 @@ module.exports = {
'Website - Newsletter',
'Website - Sign up',
'Website - Swag request',
'Website - Gated document',
'Webinar',
],
},
getStartedResponses: {