-
Notifications
You must be signed in to change notification settings - Fork 0
/
contact.html
20 lines (19 loc) · 864 Bytes
/
contact.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
---
layout: page
---
<script src="https://unpkg.com/tripetto-runner-foundation"></script>
<script src="https://unpkg.com/tripetto-runner-chat"></script>
<script src="https://unpkg.com/tripetto-services"></script>
<script>
var tripetto = TripettoServices.init({ token: "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjoiTFQ1V2JpNWZ3b0t2VkxMZWJqZ0dBVlZJMXY5K2MrazI0N3d5VjNRK2t6WT0iLCJkZWZpbml0aW9uIjoiMVpHWU5WR1pac3I5bnJPTUNpNS9pbUFHN0NkN3hocDFyd3FPNzlBTXY5Yz0iLCJ0eXBlIjoiY29sbGVjdCJ9.SQHsxWTmje54454vDrTmkwPzx1Oa0DzQDSUNDtLkpLY" });
TripettoChat.run({
element: document.body, /* Or supply your own element here */
definition: tripetto.definition,
styles: tripetto.styles,
l10n: tripetto.l10n,
locale: tripetto.locale,
translations: tripetto.translations,
attachments: tripetto.attachments,
onSubmit: tripetto.onSubmit
});
</script>