Receive Text Messages in Microsoft Teams using Twilio

Поделиться
HTML-код
  • Опубликовано: 5 янв 2025

Комментарии • 19

  • @TDSheridanLab
    @TDSheridanLab  4 месяца назад +1

    Microsoft has decided to retire the Office 365 Connector Service (webhooks) and replaced it with the Workflows App. In this video I go over how to create webhooks under the new Workflows/Power Automate method.
    ruclips.net/video/NycgPisHj4E/видео.html

  • @MatthewGoodchild
    @MatthewGoodchild 4 месяца назад

    MS has changed Teams connectors to workflows. I've tried implementing a webhook within the Teams workflow, but get the following error when the workflow is triggered.
    The execution of template action 'Send_each_adaptive_card' failed: the result of the evaluation of 'foreach' expression '@triggerOutputs()?['body']?['attachments']' is of type 'Null'. The result must be a valid array.
    Any ideas?

    • @TDSheridanLab
      @TDSheridanLab  4 месяца назад

      I just had to rebuild all of my connectors in my day job because of this. You need to add a parse json step after your incoming webhook trigger and then power automate will be able to give you the options to plug into your post options.
      Also you maybe need to create an adaptive card for the data to be displayed for.

    • @davidparker9075
      @davidparker9075 4 месяца назад

      @@TDSheridanLab Any chance you can share how this is done? I can't get it to work. Thanks

    • @TDSheridanLab
      @TDSheridanLab  4 месяца назад +1

      My current plan is to record a new video on the new teams webhooks later this week with the goal to post it next week. I’ll be using jira as the source but the process in powerautomate is the same.

    • @TDSheridanLab
      @TDSheridanLab  4 месяца назад

      I just uploaded the new video all about the new webhook options in teams. This should help you rebuild the webhook part in this video.
      ruclips.net/video/NycgPisHj4E/видео.html
      I've already made a pinned comment on this video.

  • @alexk7837
    @alexk7837 11 месяцев назад

    Can you do something similar for 2-way SMS and Twilio voice?

    • @TDSheridanLab
      @TDSheridanLab  11 месяцев назад

      Maybe, what are you trying to build specifically?

    • @alexk7837
      @alexk7837 11 месяцев назад

      @@TDSheridanLabI want to receive sms and reply and pick up calls in teams with the same number. You can only do voice in terms currently.

    • @TDSheridanLab
      @TDSheridanLab  11 месяцев назад

      @alexk7837 I wish I could build that, but because of the phone number piece you’ll need to hybrid teams voice set up with a supported session boarder controller and a provider that supports twilio or some other programmable voice provider.
      Also running that in a teams channel like that could be pretty painful. The chat in a teams channel is stored in the M365 group mailbox. So effectively you’d be trying to use an email mailbox as a real time database.

  • @JohnAnthony-d9b
    @JohnAnthony-d9b 3 месяца назад

    Local numbers have far tighter restrictions than TFNs just an FYI, and all unregistered messages will be blocked come Dec. 1st by the wireless carriers just as an FYI

    • @TDSheridanLab
      @TDSheridanLab  3 месяца назад

      Thanks for the info, We'll see how that shakes up the industry.

  • @Jlcmux
    @Jlcmux 7 месяцев назад

    Nice but Twilio blocks incoming sms with OTP codes.

    • @TDSheridanLab
      @TDSheridanLab  7 месяцев назад

      Only when using a free account

    • @Jlcmux
      @Jlcmux 7 месяцев назад

      @@TDSheridanLab mm not sure, i have +50 numbers, y paid for Twillio and i got the otp blocked. Any specific license or product?

    • @TDSheridanLab
      @TDSheridanLab  7 месяцев назад

      @Jlcmux the process in the video is all that I’ve had to do to set this up multiple times.