-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.mustache
29 lines (24 loc) · 1.18 KB
/
index.mustache
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Rafflecopter Webhook Demo</title>
<meta name="description" content="Accept webhooks from anywhere and send them to Rafflecopter.com">
<meta name="author" content="Rafflecopter">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
<!--[if lt IE 9]>
<script src="https://cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv.js"></script>
<![endif]-->
</head>
<body>
<div style="width: 600px" class="container">
<p class="bg-info">
Paste <strong>{{ webhookUrl }}</strong> into the service you'd like to begin receiving webhooks from, and they will be submitted to Rafflecopter as entries. Make sure you edited the "EDIT-ME.webhook-format.mustache" file in this repo. This tells us how to convert a webhook request body into a Rafflecopter entry. Here's what "EDIT-ME.webhook-format.mustache" contains currently:
</p>
<pre>
{{ webhookTemplate }}
</pre>
</div>
</body>
</html>