Skip to main content
Question

I want to use an automation to send system events via http caller to Teams. However, the External Action for Http Request does not have an option for web connections (which is what I use for the Microsoft Graph). Any suggestions?

  • October 26, 2023
  • 3 replies
  • 28 views

asep
Contributor
Forum|alt.badge.img+4
  • Contributor
  • 7 replies

I thought it would be as simple as Trigger (FME Flow System Event) -> Action (Log) ->External Action (Http Request that includes the information for the system event via the log ).

3 replies

hkingsbury
Celebrity
Forum|alt.badge.img+63
  • Celebrity
  • 1632 replies
  • October 26, 2023

You might need to embed that logic into a workspace and call that in your automation


merlinegeorge
Safer
Forum|alt.badge.img+5
  • Safer
  • 89 replies
  • October 26, 2023

Hello,

 

This blog might be a helpful resource- Integrating Microsoft Teams & FME: Streamline Data Integration Workflows


asep
Contributor
Forum|alt.badge.img+4
  • Author
  • Contributor
  • 7 replies
  • October 30, 2023

Yes, thank you both @Merline George​  and @hkingsbury​ . I was hoping to not have to do a transformer and just use the Automations, but I think this is the only route.