{"metadata":{"image":[],"title":"","description":""},"api":{"url":"","auth":"required","settings":"","params":[],"results":{"codes":[]}},"next":{"description":"","pages":[]},"title":"Forwarding Webhooks (DEPRECATED)","type":"basic","slug":"config-forwarding-webhooks","excerpt":"Forward config events to a HTTP webhook","body":"[block:callout]\n{\n \"type\": \"warning\",\n \"title\": \"DEPRECATION WARNING\",\n \"body\": \"This feature has been replaced by the new [fowarding](/v1.0/docs/forwarding) configuration.\"\n}\n[/block]\n\nTo enable config forwarding to HTTP webhooks, update your Meshblu device to contain the following properties:\n[block:code]\n{\n \"codes\": [\n {\n \"code\": \"{\\n meshblu: {\\n configHooks: [\\n {\\n \\\"url\\\":\\\"http://requestb.in/1mw4ws21\\\",\\n \\\"method\\\": \\\"POST\\\"\\n }\\n ]\\n }\\n}\",\n \"language\": \"json\"\n }\n ]\n}\n[/block]\n\n[block:callout]\n{\n \"type\": \"danger\",\n \"title\": \"Security Warning\",\n \"body\": \"All config events emitted by your device or sent to your device will be sent to the webhook listed.\"\n}\n[/block]\n\n[block:api-header]\n{\n \"type\": \"basic\",\n \"title\": \"Forward Meshblu Credentials\"\n}\n[/block]\nGenerate a one-time Meshblu token and send it to the webhook. Sent as an HTTP header `Authorization: Bearer <base64 encoded string>`\n[block:callout]\n{\n \"type\": \"danger\",\n \"title\": \"Security Warning\",\n \"body\": \"This will send a Bearer token authorizing the recipient to access and modify your meshblu device.\"\n}\n[/block]\n\n[block:code]\n{\n \"codes\": [\n {\n \"code\": \"{\\n meshblu: {\\n configHooks: [\\n {\\n \\\"url\\\":\\\"http://requestb.in/1mw4ws21\\\",\\n \\\"method\\\": \\\"POST\\\",\\n \\\"generateAndForwardMeshbluCredentials\\\": true\\n }\\n ]\\n }\\n}\",\n \"language\": \"json\"\n }\n ]\n}\n[/block]","updates":[],"order":1,"isReference":false,"hidden":false,"sync_unique":"","link_url":"","link_external":false,"_id":"564e57971560880d008d30d0","category":{"sync":{"isSync":false,"url":""},"pages":["564e56f3c3553e0d003e53ca"],"title":"Config Events","slug":"config-events","order":10,"from_sync":false,"reference":false,"_id":"564e56c601e80e0d00396684","version":"5564f26a1fd04c0d00dc9aad","__v":1,"createdAt":"2015-11-19T23:09:58.853Z","project":"5564f26a1fd04c0d00dc9aaa"},"user":"5564f227f0f70f0d00a9ab20","__v":5,"createdAt":"2015-11-19T23:13:27.797Z","parentDoc":null,"project":"5564f26a1fd04c0d00dc9aaa","githubsync":"","version":{"version":"1.0","version_clean":"1.0.0","codename":"","is_stable":true,"is_beta":false,"is_hidden":false,"is_deprecated":false,"categories":["5564f26b1fd04c0d00dc9aae","556741d17acd550d0075eaca","556741d87acd550d0075eacb","556742f87acd550d0075ead1","556781cd6976ef0d0099c545","5568d666d33aad0d00ec8d2e","557f6b2d38249b0d00d0d12b","55b67be9c2e909190073ed38","564e56c601e80e0d00396684","56731b714b2a680d00524daf","573612ac652bd80e00a90027","57365e2cf8ebd31700769f50","57366131f8ebd31700769f58","573b93514e029d19000b8669","573bbfdb7ac6f6170033bd35"],"_id":"5564f26a1fd04c0d00dc9aad","createdAt":"2015-05-26T22:23:38.671Z","project":"5564f26a1fd04c0d00dc9aaa","releaseDate":"2015-05-26T22:23:38.671Z","__v":15}}
Forwarding Webhooks (DEPRECATED)
Forward config events to a HTTP webhook