Skip to content

Instantly share code, notes, and snippets.

@kyletolle
Last active December 23, 2015 07:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kyletolle/6600025 to your computer and use it in GitHub Desktop.
Save kyletolle/6600025 to your computer and use it in GitHub Desktop.
Fulcrum Webhook JSON example
{
"webhook":{
"name":"Test Webhook",
"url":"http://example.com/webhook_endpoint",
"active":true,
"id":"c2178436-e8da-4630-a1a6-5e03c0880eca",
"created_at":"2013-09-17T20:18:10Z",
"updated_at":"2013-09-17T20:18:10Z"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment