Skip to content

Instantly share code, notes, and snippets.

@jdeal
Last active August 29, 2015 14:24
Show Gist options
  • Save jdeal/66c5d6612734a87ddadb to your computer and use it in GitHub Desktop.
Save jdeal/66c5d6612734a87ddadb to your computer and use it in GitHub Desktop.
stupid app
{
"general": {
"title": "RandomApp",
"description": "gives back random data",
"image_url": null,
"test_trigger_key": "thing",
"auth_type": "Unknown Auth",
"auth_mapping": {},
"subscribe_url": "",
"unsubscribe_url": ""
},
"auth_fields": {},
"triggers": {
"thing": {
"label": "New Thingy",
"help_text": "Triggers when a new thing is created.",
"noun": "",
"important": false,
"hide": false,
"data_source": "Polling",
"resource_url": "http://zapier.webscript.io/test/random?status=200",
"custom_fields_url": null,
"hook_event": null,
"hook_static_directions": "Log into your service and paste the below URL into the webhook setup field.",
"sample_result_fields": [],
"fields": {
"old_thingy": {
"label": "Old Thingy",
"required": false,
"help_text": null,
"default": null,
"choices": null,
"sort": null,
"type": "Unicode",
"prefill": "thing.id.title"
}
}
}
},
"actions": {}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment