Website: Update request to Zapier in save-questionnaire-progress.js (#18478)

Related to https://github.com/fleetdm/confidential/issues/6216

Changes:
- Updated the request to Zapier in save-questionnaire-progress to send
the name of the step the user submitted.
This commit is contained in:
Eric 2024-04-22 18:52:15 -05:00 committed by GitHub
parent 084ddb5dd8
commit d00e8eb9ac
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -157,6 +157,7 @@ module.exports = {
primaryBuyingSituation: primaryBuyingSituation,
organization: this.req.me.organization,
psychologicalStage,
currentStep,
webhookSecret: sails.config.custom.zapierSandboxWebhookSecret,
}
})