1====== IFTTT ======
2  - Go to [[https://ifttt.com/create/if-any-new-check-in-then-make-a-web-request?sid=5|the relevant IFTTT form]]
3  - Enter the following Data in the Form:
4    * **URL**: ''%%DOKU_URLlib/plugins/swarmwebhook/webhook.php%%''
5    * **Method**: POST
6    * **Content Type**: application/json
7    * **body**: <code>
8{
9  "ts": "{{CheckinDate}}",
10  "shout": "{{Shout}}",
11  "VenueName": "{{VenueName}}",
12  "VenueUrl": "{{VenueUrl}}",
13  "VenueMapImageUrl": "{{VenueMapImageUrl}}",
14  "secret": "$secret"
15}
16</code>
17  - Submit the form
18  - Done ✅