DEV Community

Kinga
Kinga

Posted on • Edited on

16

Invoke an HTTP request without a premium license

I need to automatically create an event in an O365 Group's calendar and invite attendees, using Power Automate workflow.

Invoke an HTTP request

Until recently, I've been using Invoke an HTTP request to call Graph API to create events and get replies.
Invoke an HTTP request

The only problemino is that HTTP with Azure AD is a premium connector and the licensing approach must be considered very carefully.

Send an HTTP request (Preview)

Send an HTTP request is a standard connector (yaay!) that allows calling Graph API.

It only supports one of the supported endpoints: me, users, groups, sites, search, planner, teams, chats, which is absolutely fine in my case.

I can now create a new event in O365 Group's calendar:
Send an HTTP request
And after some time, let's say every night, run a scheduled workflow that reads the replies:
Image description


[27.12.2024]: See my Invoke an HTTP request without a premium license: connectors summary post for a summary of all `Send an HTTP request" actions available in standard connectors.

Heroku

Simplify your DevOps and maximize your time.

Since 2007, Heroku has been the go-to platform for developers as it monitors uptime, performance, and infrastructure concerns, allowing you to focus on writing code.

Learn More

Top comments (0)

A Workflow Copilot. Tailored to You.

Pieces.app image

Our desktop app, with its intelligent copilot, streamlines coding by generating snippets, extracting code from screenshots, and accelerating problem-solving.

Read the docs

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay