Hi,
Is it possible to connect pipedream to Google Contacts and Google Groups ?
I need to do some actions starting from trello, and then add some ressources inside Google Contacts and Google Groups.
Is it possible?
Thanks
L.
Hi,
Is it possible to connect pipedream to Google Contacts and Google Groups ?
I need to do some actions starting from trello, and then add some ressources inside Google Contacts and Google Groups.
Is it possible?
Thanks
L.
Hello @toonetcreation, Pipedream supports Google People (Contact), but unfortunately we don’t have Google People (Contact) - Create Contact action. Also Pipedream doesn’t support Google Groups for now.
I’ve created 2 tickets here to match your need:
ok many thanks for the feedback.
So 2 questions :
There’re four of these.
You can add your own code to call to Google Contact API to create contact, by choosing this option below
Yes. You can follow this document Bash - Pipedream
Many thanks for your feedback I check this out
Sorry I forgot another point.
if I create a Bash script, is it possible to write log files Somewhere for instance ?
in order to parse Json files, I’m using JQ binary. Is it possible to host JQ Somewhere I Can call it to parse JSON files?
I think you can pipe the log to the tmp folder (example), then add an action to upload the log file in tmp folder to a file storage such as Google Drive, Dropbox, etc…
I’m not sure if we can install library, maybe @pierce might be able to answer you
Ok understood thanks.
For info, about JQ, does not need an installation, juste copy/paste the binary file.
More info here : jq
That’s correct, Pipedream Bash code steps have the jq
binary pre-installed. You can see some examples of using jq
to access data from other steps data in a workflow here:
Ok so that’s perfect thanks
Hi I’m not trying to highjack this post , but I’m trying to do something similar with Google Contacts.
I need a middle man to sit between ERPNext and Google Contacts to do CRUD. I understand that the C part need to write code in node or python. I wonder if there’s any documentation for me to kickstart this?
Hi @charles
You can read this set of docs to learn how to use any 3rd party API with Pipedream using your connected account in a Node.js setup:
We do not have a tutorial specifically for this API, but our YouTube channel has many examples of connecting APIs in Node.js steps:
Thank you @pierce
Hello toonetcreation
Just do advice that Create, and Add members to groups are available via the Google Directory API, which is available for integration> Google Directory API Integrations - Pipedream
Regarding the ticket that Leo created for you about the Add Member to group, this is the relevant documentation: Directory API: اعضای گروه | Admin console | Google for Developers
I-d advise you follow the ticket for component creation update
[APP] Google Groups · Issue #4968 · PipedreamHQ/pipedream (github.com)
Thanks,
Hi,
Sorry I forgot your reply, I had no email notification.
Thanks for the clarification.