Send a SurveyMonkey survey when a HubSpot deal is won

When a deal moves to Closed Won, the new customer is added to your onboarding survey and the invite goes out three days later.

Deterministic Code
SurveyMonkeyHubSpotGoogle SheetsSalesCustomer SupportOnboarding AutomationEmail Automation
PromptCreate

Every time a deal is moved to Closed Won in HubSpot, I want the new customer added to my SurveyMonkey onboarding experience survey automatically, so nobody has to remember to send it. Trigger this from a HubSpot webhook that fires on the deal stage change, and only continue when the new stage is Closed Won.

Start with HubSpot Get Deal for the deal id on the webhook payload, requesting associations so I get the associated contacts along with the deal name and the close date. Take the primary associated contact and call HubSpot Get Contact to grab that person's first name, last name, and email address. If the deal has no associated contact, or the contact has no email address, stop and do nothing rather than sending a broken invite.

Add that person to SurveyMonkey with Create Contact using their email, first name, and last name. Then, on my existing email invite collector for the onboarding experience survey, use Create Message to build the invite, Add Message Recipient to attach the contact I just created, and Send Message to schedule it.

Do not send the invite the same day. Schedule it for three days after the deal close date, so the survey lands once onboarding has actually started. The SurveyMonkey Send Message operation supports scheduling a future send time rather than only sending immediately, so this should be one scheduled send and not a second workflow that waits.

Last, append a row to my Google Sheets tracker with Append Values recording the deal name, the contact email, the close date, and the scheduled send date, so we always have a record of who was surveyed and when.

What does this prompt do?

  • Watches HubSpot for deals that move into Closed Won, so sending the survey never depends on someone remembering.
  • Looks up the deal and the main contact on it to get the customer's name and email address.
  • Adds that person to your SurveyMonkey onboarding experience survey and builds their email invite.
  • Schedules the invite for three days after the close date, so it lands once onboarding has actually started, and logs every send to a Google Sheets tracker.

What do I need to use this?

  • A HubSpot account with deals and contacts, and the ability to set up a notification when a deal stage changes
  • A paid SurveyMonkey plan and a survey set up to send by email
  • An existing email invite collector on the survey you want to send
  • A Google Sheets spreadsheet to use as the tracker

How can I customize it?

  • Change the delay. Three days is the default, but you can send the same day or wait a week.
  • Point it at a different survey, or at a different email invite on the same survey.
  • Add columns to the tracker, such as deal amount, owner, or pipeline.
  • Limit it to certain deals, for example only deals above a certain value or in one pipeline.

FAQs

Will this work on a free SurveyMonkey plan?
Not for this version. Sending a survey by email invite requires a paid SurveyMonkey plan. Free accounts can share a survey by link instead, so if you are on the free plan you would send the customer a survey link rather than a scheduled email invite.
Do I need to build a new survey for this?
No. It uses the onboarding survey you already have, along with the email invite you already send from it. Nothing new gets created on the SurveyMonkey side except the individual invite for each new customer.
Why wait three days instead of sending right away?
A survey that arrives the same hour a contract is signed asks about an experience the customer has not had yet. Waiting three days means onboarding is genuinely underway, so the answers are about the real thing. You can change the delay to whatever fits your onboarding.
What happens if the deal has no contact on it?
Nothing gets sent. If the deal has no contact attached, or the contact has no email address, the workflow stops rather than creating an empty invite. That keeps bad records out of your survey list.
What if a deal moves in and out of Closed Won?
Each move into Closed Won is treated as a new event, so a deal that bounces back and forth could be queued more than once. The Google Sheets tracker gives you the record of who was already surveyed, and you can add a check against it if that happens often in your pipeline.

Related templates

Weekly Amazon S3 bucket security audit posted to Slack

Every Monday, check every S3 bucket for public exposure, missing encryption and weak backup settings, then get the risks ranked in Slack.

Amazon S3
Slack Bot
Google Sheets
Agentic Task
Log Agorapulse social conversations to HubSpot contacts

Twice every weekday, the conversations from your social inbox land on the right HubSpot contact timelines, with a Slack recap for sales.

Agorapulse
HubSpot
Slack Bot
Agentic Task
Turn procurement portal tenders into CRM deals each morning

Every weekday at 7am, sign in to the tender portals you track, filter new notices against your bid criteria, and open a deal for the ones worth chasing.

Anchor Browser
Google Sheets
HubSpot
+1
Agentic Task
Clean up HubSpot contacts from your Amazon SES suppression list

Every morning, find the addresses that hard bounced or filed a spam complaint, update the matching HubSpot contacts, and post a short Slack recap.

Amazon SES
HubSpot
Slack Bot
Agentic Task
Draft polite follow-ups for emails that never got a reply

Every weekday at 4pm, spot the threads that went quiet, stage a ready-to-send nudge in your mailbox, and get a ranked Slack recap.

Aurinko
Google Sheets
Slack Bot
Agentic Task
Provision customer entitlements in DynamoDB when a deal is won

When a HubSpot deal hits Closed Won, the customer's plan, seats and renewal dates land in your DynamoDB accounts table, with a Slack note showing what changed.

HubSpot
Amazon DynamoDB
Slack Bot
Agentic Task

Stop forgetting to ask new customers how onboarding went.

Every closed deal turns into a scheduled survey invite and a tracked record, without anyone adding it to a to-do list.