oh ok. so at this exact moment that isn’t possible. IS there a way to work around this issue?
Well, you can use the HTTP Request in the meantime. It’s just a POST to https://www.googleapis.com/admin/directory/v1/groups/groupKey/members
where groupKey is the id of the group.
The body needs to include the following properties.
im getting the below error?
Error: OAuth credentials not connected!
at Object.requestOAuth2 (/usr/local/lib/node_modules/n8n/node_modules/n8n-core/dist/src/NodeExecuteFunctions.js:57:15)
at Object.requestOAuth2 (/usr/local/lib/node_modules/n8n/node_modules/n8n-core/dist/src/NodeExecuteFunctions.js:419:42)
at Object.execute (/usr/local/lib/node_modules/n8n/node_modules/n8n-nodes-base/dist/nodes/HttpRequest.node.js:782:65)
at Workflow.runNode (/usr/local/lib/node_modules/n8n/node_modules/n8n-workflow/dist/src/Workflow.js:490:37)
at /usr/local/lib/node_modules/n8n/node_modules/n8n-core/dist/src/WorkflowExecute.js:370:62
at /usr/local/lib/node_modules/n8n/node_modules/n8n-core/dist/src/WorkflowExecute.js:451:15
at /usr/local/lib/node_modules/n8n/node_modules/p-cancelable/index.js:61:11
at new Promise (<anonymous>)
at new PCancelable (/usr/local/lib/node_modules/n8n/node_modules/p-cancelable/index.js:31:19)
at WorkflowExecute.processRunExecutionData (/usr/local/lib/node_modules/n8n/node_modules/n8n-core/dist/src/WorkflowExecute.js:297:16)
How you “connect” OAuth credentials got also explained in this topic:
So im kind of stuck here. I have 5 departments that all need to be added to. But Im out of switch paths. The idea was to have them split off in different paths dependent on what department was selected. the departments are billing, office tech, sales, field tech, and tower tech. Is there a way to split those last two off into another path?
You can send “Fallback Output” to “3” and then add another Switch-Node for the other two departments.
Awesome thank you
This one is a bit weirder.
Basically i want to pull the data off a google form. Im trying to create an order form that changes based on what items were selected and how many. So it will send an email to our billing department and warehouse at the same time. Lets say i need to send the customer 2 dual band routers and 2 PLE kits and they are under a 60 day trail.
Please fulfill the order for Isaac Test cx # 12345
Shipping:
issac test
123 some street
somewhere, Montana 57693Items ordered
Dual Band Hap Rental $5/Month x 2
PLE Kits free with rental only x 260 day trail: yes
This is what we are using for now if i need to set it up better let me know. Any ideas how to aggregate this data properly?
I already have the webhook working but im not sure how to set it up so it only shows the items ordered and the quantity ordered.