summaryrefslogtreecommitdiffstats
path: root/src/components/notifications/CallMeBot.vue
blob: 74c69ea35e8180a2b4ec108bc8d706fe4f5e4f5a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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>