Send Google Calendar invite from hubspot form submission

:bullseye: What is your goal?

Hi, I’d like to send an invite for an existing event in my Google Calendar everytime I get a new submission from an Hubspot Form.

:thinking: What is the problem & what have you tried?

I created a first module to watch form submission from hubspot, works like a charm.
Added a google calendar “update an event” selecter advanced setting, mapped the attendees option with the email field from hubspot and selected Yes in the “Append the Attendees” option.

But I get an error when I try running the scenario

:clipboard: Error messages or input/output bundles

BundleValidationError
Validation failed for 1 parameter(s).
Array of objects expected in parameter ‘attendees’.

:camera_with_flash: Screenshots (scenario flow, module settings, errors)

1 Like

1 Like

Hey John,

is it a single attendee? Toggle the map button next to Attendees and you will get a box where you can map a single attendee instead.

1 Like

No there can be several attendees !

1 Like

Can you show the output field you get from Huspot?
If it produces a string you will need to use spit(string; , ) and that will produce a list of emails to add.