I built a scenario that takes a book Calendly meeting and creates a deal in HubSpot and then associates that deal with the relevant contact in HubSpot.
I made the scenario 3 times- 1 for each rep. I am confused because when I sample book a meeting and “run once” in Make, the scenario is successful. Even when I turn on the scenario on to “run as data arrives” and book a sample Calendly meeting-- it’s successful.
However, within an hour or two, after I’ve saved and left it on its own-- the scenario fails. I receive an email notification and then the scenario is automatically turned off. I’m new to Make and very confused by it keeps failing when my test runs are all successful.
The error I get is: - Missing value of required parameter ‘fromObjectId’.
The scenario is as such:
- Watch for Calendly event created
- Create a Deal in HubSpot
- Search for CRM Object (Contact) in HubSpot. Because of my HubSpot<>Calendly integration, when a meeting is book, a contact is auto-created so it should already exist.
- Create Association in HubSpot
Thank you in advance