Skip to main content
Best answer

Cloud Print a Doc

  • January 10, 2020
  • 3 replies
  • 198 views

I setup a flow that creates a new Google Doc from a Template and saves it in a specific folder. Am I able to create a flow, after the new doc is created, that will print the newly created document?

(The document name changes every time a new one is created.)


Best answer by PaulKortman

@ApexDestroyer Welcome to the community, and yes you should be able to do this.

You have two options for this, 1 is simply add a google cloud print step as the last step of that Zap and use the output of the saving of the template (grab the document URL and send it to the GCP step)

Option 2 is to create a new zap with Google Drive "New File" as the trigger which watches a specific folder and anytime a file is created in that folder it triggers the zap. The action step in that zap would be google cloud print, and again simply grab the output of the trigger step which will contain a URL for the doc which you can pass to google cloud print


Hint, if you want Google Drive to provide GCP with a PDF you can use this URL hack which is basically just using the document ID and entering the url like so:  http://docs.google.com/document/d/{{doc ID from previous step}}/export?format=pdf


View original
Did this topic help you find an answer to your question?
This post has been closed for comments. Please create a new post if you need help or have a question about this topic.

3 replies

PaulKortman
Forum|alt.badge.img+10
  • Zapier Expert
  • 469 replies
  • Answer
  • January 10, 2020

@ApexDestroyer Welcome to the community, and yes you should be able to do this.

You have two options for this, 1 is simply add a google cloud print step as the last step of that Zap and use the output of the saving of the template (grab the document URL and send it to the GCP step)

Option 2 is to create a new zap with Google Drive "New File" as the trigger which watches a specific folder and anytime a file is created in that folder it triggers the zap. The action step in that zap would be google cloud print, and again simply grab the output of the trigger step which will contain a URL for the doc which you can pass to google cloud print


Hint, if you want Google Drive to provide GCP with a PDF you can use this URL hack which is basically just using the document ID and entering the url like so:  http://docs.google.com/document/d/{{doc ID from previous step}}/export?format=pdf



Thank you! I actually just added a new flow to print any new documents inside a folder and i was coming back here to answer my own question.


Thanks again for the insight and the quick feedback!



AndrewJDavison_Luhhu
Forum|alt.badge.img+10

FYI - I’m pretty sure someone mentioned here before that Google Cloud Print is going away soon.