|
172 | 172 | </v-card> |
173 | 173 | </v-dialog> |
174 | 174 | </div> |
175 | | - |
176 | | - <h5 class="text-h4 mb-3 mt-12">Send Schedules</h5> |
177 | | - <p class="text--secondary"> |
178 | | - Manage availability schedules on a dedicated page and attach one |
179 | | - schedule to each phone. Outgoing messages will respect both the |
180 | | - selected schedule and the configured send rate. |
181 | | - </p> |
182 | | - <v-btn color="primary" to="/settings/send-schedules"> |
183 | | - <v-icon left>{{ mdiCalendarClock }}</v-icon> |
184 | | - Manage Send Schedules |
185 | | - </v-btn> |
186 | | - |
187 | 175 | <h5 id="webhook-settings" class="text-h4 mb-3 mt-12">Webhooks</h5> |
188 | 176 | <p class="text--secondary"> |
189 | 177 | Webhooks allow us to send events to your server for example when |
|
386 | 374 | </template> |
387 | 375 | </v-simple-table> |
388 | 376 |
|
| 377 | + <h5 class="text-h4 mb-3 mt-12">Send Schedules</h5> |
| 378 | + <p class="text--secondary"> |
| 379 | + Create availability schedules and attach them to each phone. |
| 380 | + Outgoing messages sent outside the schedule window are queued and |
| 381 | + delivered when the schedule opens according to your |
| 382 | + <a |
| 383 | + class="text-decoration-none" |
| 384 | + href="https://docs.httpsms.com/features/control-sms-send-rate" |
| 385 | + >configured send rate</a |
| 386 | + >. |
| 387 | + </p> |
| 388 | + <v-btn color="primary" to="/settings/send-schedules"> |
| 389 | + <v-icon left>{{ mdiCalendarClock }}</v-icon> |
| 390 | + Manage Send Schedules |
| 391 | + </v-btn> |
| 392 | + |
389 | 393 | <h5 id="email-notifications" class="text-h4 mb-3 mt-12"> |
390 | 394 | Email Notifications |
391 | 395 | </h5> |
|
432 | 436 | Save Notification Settings |
433 | 437 | </v-btn> |
434 | 438 |
|
435 | | - <h5 |
436 | | - id="email-notifications" |
437 | | - class="text-h4 error--text mb-3 mt-12" |
438 | | - > |
| 439 | + <h5 id="email-notifications" class="text-h4 error--text mb-3 mt-12"> |
439 | 440 | Delete Account |
440 | 441 | </h5> |
441 | 442 | <p v-if="hasActiveSubscription" class="text--secondary"> |
|
615 | 616 | </v-card> |
616 | 617 | </v-dialog> |
617 | 618 |
|
618 | | - <v-dialog |
619 | | - v-model="showWebhookEdit" |
620 | | - overlay-opacity="0.9" |
621 | | - max-width="600px" |
622 | | - > |
| 619 | + <v-dialog v-model="showWebhookEdit" overlay-opacity="0.9" max-width="600px"> |
623 | 620 | <v-card> |
624 | 621 | <v-card-title> |
625 | 622 | <span v-if="!activeWebhook.id">Add a new </span> |
|
735 | 732 | </v-card> |
736 | 733 | </v-dialog> |
737 | 734 |
|
738 | | - <v-dialog |
739 | | - v-model="showDiscordEdit" |
740 | | - overlay-opacity="0.9" |
741 | | - max-width="700px" |
742 | | - > |
| 735 | + <v-dialog v-model="showDiscordEdit" overlay-opacity="0.9" max-width="700px"> |
743 | 736 | <v-card> |
744 | 737 | <v-card-title> |
745 | 738 | <span v-if="!activeDiscord.id">Add a new </span> |
|
0 commit comments