====== IFTTT ====== - Go to [[https://ifttt.com/create/if-any-new-check-in-then-make-a-web-request?sid=5|the relevant IFTTT form]] - Enter the following Data in the Form: * **URL**: ''%%DOKU_URLlib/plugins/swarmwebhook/webhook.php%%'' * **Method**: POST * **Content Type**: application/json * **body**: { "ts": "{{CheckinDate}}", "shout": "{{Shout}}", "VenueName": "{{VenueName}}", "VenueUrl": "{{VenueUrl}}", "VenueMapImageUrl": "{{VenueMapImageUrl}}", "secret": "$secret" } - Submit the form - Done ✅