summaryrefslogtreecommitdiffstats
path: root/src/components/notifications/CallMeBot.vue
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/notifications/CallMeBot.vue')
-rw-r--r--src/components/notifications/CallMeBot.vue13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/components/notifications/CallMeBot.vue b/src/components/notifications/CallMeBot.vue
new file mode 100644
index 0000000..74c69ea
--- /dev/null
+++ b/src/components/notifications/CallMeBot.vue
@@ -0,0 +1,13 @@
+<template>
+ <div class="mb-3">
+ <label for="callmebot-endpoint" class="form-label">{{ $t("Endpoint") }}</label>
+ <input id="callmebot-endpoint" v-model="$parent.notification.callMeBotEndpoint" type="text" class="form-control" required>
+ <i18n-t tag="div" keypath="callMeBotGet" class="form-text">
+ <a href="https://www.callmebot.com/blog/free-api-facebook-messenger/" target="_blank">Facebook Messenger</a>
+ <a href="https://www.callmebot.com/blog/test-whatsapp-api/" target="_blank">WhatsApp</a>
+ <a href="https://www.callmebot.com/blog/telegram-phone-call-using-your-browser/" target="_blank">Telegram Call</a>
+ 1 message / 10 sec; 1 call / 65 sec
+ <!--There is no public documentation available. This data is based on testing!-->
+ </i18n-t>
+ </div>
+</template>