File tree Expand file tree Collapse file tree 1 file changed +20
-1
lines changed
Expand file tree Collapse file tree 1 file changed +20
-1
lines changed Original file line number Diff line number Diff line change 119119 and upload it on httpSMS to send your SMS messages to multiple
120120 recipients at once without writing any code.
121121 </h5 >
122+ <v-btn
123+ to =" /blog/how-to-send-sms-messages-from-excel"
124+ class =" primary"
125+ >
126+ <v-icon left >{{ mdiMicrosoftExcel }}</v-icon >
127+ Integration Guide
128+ </v-btn >
122129 </div >
123130 </v-col >
124131 <v-col cols =" 12" md =" 6" :order-lg =" 1" >
150157 <v-btn
151158 to =" /blog/send-sms-when-new-row-is-added-to-google-sheets-using-zapier"
152159 class =" primary"
153- >Zapier Integration Guide</v-btn
154160 >
161+ Zapier Integration Guide
162+ </v-btn >
155163 </div >
156164 </v-col >
157165 <v-col cols =" 12" md =" 6" :order-lg =" 2" >
173181 your Android phone to your server using a callback URL which you
174182 provide.
175183 </h5 >
184+ <v-btn
185+ to =" https://docs.httpsms.com/webhooks/introduction"
186+ class =" primary"
187+ >
188+ <v-icon left >{{ mdiWebhook }}</v-icon >
189+ Documentation
190+ </v-btn >
176191 </div >
177192 </v-col >
178193 <v-col cols =" 12" md =" 6" :order-lg =" 1" >
@@ -838,6 +853,8 @@ import {
838853 mdiLanguagePhp ,
839854 mdiLanguageCsharp ,
840855 mdiLanguageJava ,
856+ mdiMicrosoftExcel ,
857+ mdiWebhook ,
841858 mdiPowershell ,
842859 mdiLanguageGo ,
843860} from ' @mdi/js'
@@ -847,6 +864,8 @@ export default Vue.extend({
847864 layout: ' website' ,
848865 data() {
849866 return {
867+ mdiMicrosoftExcel ,
868+ mdiWebhook ,
850869 mdiGithub ,
851870 mdiLabel ,
852871 mdiLightbulbOn60 ,
You can’t perform that action at this time.
0 commit comments