Is it possible use the Calendar Api to send sms messages to the other person when adding a meeting? - google-calendar-api

Is it possible use the Calendar Api to send sms messages to the other person when adding a meeting?
My Client's client want to send SMS messages via Bambika as a meeting reminder. Is it possible? I have been Googling but not found anything that helps. The Calendar API doesn't have a field for Telephone numbers. Any pointers please? Thanks

Related

Telegram Auto forward

I have subscribed to a couple of paid alerts which sends me alert on the critical financial events on telegram via telegram-bot.
I intend to develop an application that captures such messages which are sent by these bots and store in the database.
Is it possible to do it in telegram ? (telegram is only option. I can create other 'special ID or somekind of BOT and share this my custom bot with companies which are sending alert)
thanks in advance.

How to send an Attachment in Google Chat via Bot/ Webhook

My organisation is using Google Chat for internal communication. In one of the group in the app I am sending the report of daily automation test run using webhook. Currently the report consist of only text message containing the pass/ fail count.
But I want to send the html report as well with that. I could not found any source which tell the information about how to send the attachment in the bot messages in Google chat.
Please help me if someone knows how to send the attachment report using Google Chat Bot or Webhook.
Per documentation, Bots have limited message types they can send. (Only simple text, or Cards)
I would suggest sending a link to download the report, which is feasible with the bot. See Including links in message text

send all contact to other

I want to send many or all my telegram contacts by query string to some one else, how can I do ?
this is a code for sending one contact:
https://api.telegram.org/bot<Token>/sendContact?chat_id=....&phone_number=......&first_name=.....
but is there a way to send all or too many contacts in one request?
Thanks
Sorry, but it isn't possible.
Please read Telegram Bots API documentation.

Google Calendar and Twilio as On-Call

So I have been using Twilio and Google Calendar for a while now. I was wondering if anyone had a way to connect the two together so I can create an "on-call app" that will automatically take my Twilio number and redirect that number to whoever is on call, based on Google Calendar. I see examples of sending SMS reminders of upcoming events from a google calendar, but nothing that is helping me use Google Calendar and Twilio as a way to help reduce our errors on switching the on-call number.
Twilio developer evangelist here.
I'm not sure about your exact use case, but my colleague Marcos wrote about how you might connect Google Calendar with Twilio. You could use that as a basis for building something that would work for you.
What I guess you would need to do is connect to Google Calendar. Then, when you have a call, look up the current person who is on call (presumably this is represented by events within the calendar). If you record the person's phone number within the event then you can extract that and use it to generate a call or SMS via Twilio.
Does this help at all?

How do you mass add an existing SMS list to Amazon SNS?

We have been using the email => SMS gateway for our SMS messages in the past. We are now looking for a better way of doing this. In looking at AWS SNS, we can send SMS messages, but the customer has to be confirmed as a subscriber. We already have a list and want to skip that step if possible. Is this possible? How?
No, it's not possible to skip the confirmation step for SMS subscriptions.

Resources