Skip to content

Instantly share code, notes, and snippets.

@bryanhelmig
Created March 8, 2013 23:08
Show Gist options
  • Save bryanhelmig/5120791 to your computer and use it in GitHub Desktop.
Save bryanhelmig/5120791 to your computer and use it in GitHub Desktop.
{
"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"
}
}
}
}
@marcguyer
Copy link

This is great. Really looking forward to it. I suppose this will be available as bundle.zap in the pre_subscribe scripting API method. Is that correct? Perhaps you could also add a pre_subscription_update (with a corresponding "REST Hook Subscription Update URL") so we can have the latest zap name should it change.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment