What are you trying to achieve?
Hi, I’m trying to automate the delivery of MIDI files to customers after they make a purchase on my Wix e-commerce site. Here’s my setup:
Wix Integration: I connected my Wix store to a custom webhook in Make. The webhook sends data from Wix to Make, including the customer’s email and the SKU of the purchased product.
Google Sheets: I have a Google Sheet where each SKU is associated with a specific MIDI file URL.
Email Sending: I want to use the Microsoft 365 Email (Outlook) module in Make to send the MIDI file to the customer’s email after they make a purchase. The email should include a link to the MIDI file.
The Problem:
I’m getting a “BundleValidationError” in the Outlook module. The error says, “Array of objects expected in parameter ‘toRecipients’.” I understand that this means the recipient’s email needs to be formatted as an array, but I’m not sure how to properly set it up in Make.
Key Points:
The customer’s email should be automatically retrieved when they make a purchase.
The MIDI file URL should be fetched from Google Sheets based on the SKU.
The email should be sent to the customer with a link to the purchased MIDI file.
Can anyone help me configure this correctly?
Welcome to the Make community!
To allow us to assist you with your scenario, please provide the following:
1. Relevant Screenshots
Please share screenshots of your scenario, any error messages, relevant module fields, and filters in question? It would really help other community members to see what you’re looking at.
You can upload images here using the Upload icon in the text editor:
2. Scenario Blueprint
Please export the scenario blueprint file to allow others to view the mapped variables in the module fields. At the bottom of the scenario editor, you can click on the three dots to find the Export Blueprint menu item.
3. Output Bundles of Modules
Please provide the output bundles of the modules by running the scenario (or get from the scenario History tab), then click the white speech bubble on the top-right of each module and select “Download input/output bundles”.
A. Upload as Text File
Save each bundle contents in your text editor as a bundle.txt
file, and upload it here into this discussion thread.
B. Insert as Formatted Code Block
If you are unable to upload files on this forum, alternatively you can paste the formatted bundles.
These are the two ways to format text so that it won’t be modified by the forum:
-
Method 1: Type code block manually
Add three backticks ```
before and after the content/bundle, like this:
```
content goes here
```
-
Method 2. Highlight and click the format button in the editor
Providing the input/output bundles will allow others to replicate what is going on in the scenario even if they do not use the external service.
Following these steps will allow others to assist you here. Thanks!
“Hello, I’ve already fixed the email issue. Now the problem is my Google Sheet. For some reason, it’s not sending the product as it should. The product should be on the red line because that’s how I indicated it in the flow. Obviously, the webhook is set up to give me the customer’s name, email, and the product SKU; it just needs to recognize the Drive link to complete the purchase automation flow.”
blueprint (1).json (16.8 KB)
Data size google sheet (products)
module-1-output bundle op2.txt (46 Bytes)
I only need that step, to send the product, which is in my drive (linked to wix).
Graciaas