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
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?
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.
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.
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 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.
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
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
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?
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.
@@TDSheridanLab Any chance you can share how this is done? I can't get it to work. Thanks
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.
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.
Can you do something similar for 2-way SMS and Twilio voice?
Maybe, what are you trying to build specifically?
@@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.
@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.
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
Thanks for the info, We'll see how that shakes up the industry.
Nice but Twilio blocks incoming sms with OTP codes.
Only when using a free account
@@TDSheridanLab mm not sure, i have +50 numbers, y paid for Twillio and i got the otp blocked. Any specific license or product?
@Jlcmux the process in the video is all that I’ve had to do to set this up multiple times.