Hi everyone,
I am trying to create an automated onboarding sequence for new clients, which should look like the following :
- I manually add the clients information to a google form. I add every email address in seperate fields, in the case that the client has two or more people working on the project
- the information will be send into a google sheet (company name, client first name, email address 1, email address 2,…)
- from there I want Make to take the information and create a slack channel with the company name
- then I want Make to invite the provided email addresses to the slack channel
- then I want to create a shared google drive folder, and invite the provided email addresses to the folder
- then finally I want Make to send an automated email from Gmail to the provided email addresses, telling my client the next steps
I’ve got the Array Aggregator module working now but I can’t seem to invite more than 1 email address as an array, as soon as I add a second array field, so a second email address, I receive errors. Both for the Google Drive invitation and Slack invitation…
What am I missing ?
Have a great day,
Criss