We are trying to integrate Acuity with Pipedrive. There is a native integration between the two, but it is limited due to some field limitation errors. We have a date field in Pipedrive, but Acuity Scheduling does not have that, so we can’t map it out.
Our goal: When a new appointment is booked, create a meeting activity / save the booking details in Pipedrive, update person field information such as email, phone, and custom fields, and potentially save files attached to the booking.
Conditions:
Update records if existing.
Create a person record if it does not exist.
We are new to Make. We tried to build a scenario but encountered some errors. I am looking for suggestions and advice.
Please let me know if you need any other info to review. Thank you so much
From the error message, it appears that for some the required fields, you mapped a variable that is empty. What is the output bundle of module [3]?
Please provide the output bundles of the modules by running the scenario, then click the white speech bubble on the top-right of each module and select “Download output bundles”.
A.
Save the bundle contents in your text editor as a bundle.txt file, and upload it here into this discussion thread.
Uploading it here will look like this:
In your module [5] “Create a Person”, you are mapping values from module [3] “Search Persons”, those values does not exist, because your search module is telling you that person doesn’t exist and returns NO variables, as seen in your output bundle.
In your module [5] “Create a Person”, you need to map values from another module, like your trigger module.
In summary, you cannot map values from “Search Persons” into “Create a Person”, because it just doesn’t make sense to create a person from nothing.
Hi @samliew Thanks for responding. Here are the only choices I have for mapping. Can you please help me to know which one here can be the best option to map? We just needs the basics name, phone, email
Looks like you need to use the “Appointment ID” to get more details about the appointment first using this module.
Module [3] “Search Persons” fields might be incorrectly mapped as well, since you have no details about the appointment to search for yet until you use this above module.