- originally text template (phpBB2)
- XML based format
- machine readable
- xsd schema validation
- xsl stylesheet
- pain to write by hand
- convertor text => modx
- modx2?
This file contains hidden or 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
{ | |
"event": "hckrpt", | |
"responseTopic": "hook-response/hckrpt/{{{PARTICLE_DEVICE_ID}}}", | |
"errorResponseTopic": "hook-error/hckrpt/{{{PARTICLE_DEVICE_ID}}}", | |
"url": "https://api.hackerpet.com/v1/webhook?sheet_id=<ADD_YOUR_SHEET_ID_HERE>", | |
"requestType": "POST", | |
"noDefaults": true, | |
"rejectUnauthorized": true, | |
"responseTemplate": "", | |
"json": { |