Created
March 8, 2013 23:08
-
-
Save bryanhelmig/5120791 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "My Fancy Zap Title", | |
"link": "https://zapier.com/app/edit/12345", | |
"trigger": { | |
"service": { | |
"name": "Service Name (like Github)", | |
"logos": { | |
"16x16": "https://cdn.zapier.com/path/to/image.16x16.png", | |
"32x32": "https://cdn.zapier.com/path/to/image.32x32.png", | |
"64x64": "https://cdn.zapier.com/path/to/image.64x64.png" | |
}, | |
} | |
}, | |
"action": { | |
"service": { | |
"name": "Service Name (like Gmail)", | |
"logos": { | |
"16x16": "https://cdn.zapier.com/path/to/image.16x16.png", | |
"32x32": "https://cdn.zapier.com/path/to/image.32x32.png", | |
"64x64": "https://cdn.zapier.com/path/to/image.64x64.png" | |
} | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is great. Really looking forward to it. I suppose this will be available as
bundle.zap
in thepre_subscribe
scripting API method. Is that correct? Perhaps you could also add apre_subscription_update
(with a corresponding "REST Hook Subscription Update URL") so we can have the latest zap name should it change.