-
Notifications
You must be signed in to change notification settings - Fork 113
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Zapier integration #310
Comments
I'd be happy to help, but I'm not sure what you mean, here. What's the path it wants? Is Zapier trying to write to a local file? And you're running Vimflowy with the firebase backend I take it? |
Sorry, I'm not really very good at any of this. :P I am running it with the firebase realtime database backend (not firestore). |
if I'm understand correctly (still a good chance I'm not...) you want Zapier to basically subscribe to pubsub from vimflowy through firebase? ok, that path is not really a file path, i think, just a firebase data path. you can go to the firebase console to see what the paths look like. I think there's a key called something like |
I'm not sure what pubsub is. :/ But I think I can do a better job of explaining. I want to be able to add stuff to vimflowy without having it open. Like if I am out and about and I realize I need eggs or I have to get my oil changed. I want to be able to add a line in a google spreadsheet and when Zapier sees the new line it will input the new 'item' into a section in Vimflowy labled "Inbox". I've got a variety of ways to input into google sheets including texting a number, telling google with a voice command, etc. The issue is Zapier just doesn't know where to input the new string. :( A real world example would look like this:
Using this you can push all kinds of things to vimflowy without having to have your computer with you. Edit: the screen shot in above post is the information zapier is asking for in order to be able to place the string correctly. Everything is optional except for the string to be input and the 'path to the object's key'. I'm not entirely certain what an object key is or what the path could possibly be in this case. :( Edit 2: These posts seem to be talking about it. Unfortunately, I cannot brain hard enough to understand them or their implications. |
ah ok. this is 100% possible, with a vimflowy plugin
|
ok, sorry for the slow response.
|
Hello again! I'm trying to use a zapier integration to add new items under my 'inbox' bullet every time a google spreadsheet row is added. This as a round about way of implementing gtd capture.
That's the idea anyways. I can't really get it to work. Where I am stuck is Zapier wants a path. The example they give is "foo/bar/here". I've done my best googling and tried to find somewhere to lookup on the firebase website what the file path could be. No luck. :( Is there a way to pull the file path from the firebase website? I'm at a loss here. If I can figure this out Vimflowy gains a huge amount of power though! :D
The text was updated successfully, but these errors were encountered: