Software Development

Workflows Tips #40: Joiner, Mover, Leaver Video Series, Calling GraphQL Service and Creating an All Day Google Calendar Event

Welcome to another Okta Workflows Tips post. Read all previous tips.

In this post:

  • Joiner, mover, leaver video series
  • How to call a GraphQL service
  • How to create an all day event in Google Calendar

Joiner, mover, leaver video series

Watch these short videos to learn how to start building joiner, mover, leaver automations:

  • ⚡️user activated ➡️ notify in Slack, send email, save to a table (watch)
  • ⚡️user profile updated ➡️ notify in Slack (watch)
  • ⚡️user deactivated ➡️ call API (watch)
User activated workflow

How to call a GraphQL service

To call a GraphQL service, build a graph query with Object – Construct card and pass it to API Connector – Post card.

Read the full blog post GraphQL queries with Okta Workflows from Bryan Barrows (Workflows Product Specialist at Okta).

How to create an all day event in Google Calendar

There are two ways to create an all day event in Google Calendar: 

  • Using Google Calendar – Create New Event card
  • Using Google Calendar – Custom API Action card
Creating all day event in Google Calendar

Check out the full how-to guide: How to Create an All Day Event in Google Calendar Using Okta Workflows?


Published on Java Code Geeks with permission by Max Katz , partner at our JCG program. See the original article here: Workflows Tips #40: Joiner, Mover, Leaver Video Series, Calling GraphQL Service and Creating an All Day Google Calendar Event

Opinions expressed by Java Code Geeks contributors are their own.

Do you want to know how to develop your skillset to become a Java Rockstar?
Subscribe to our newsletter to start Rocking right now!
To get you started we give you our best selling eBooks for FREE!
1. JPA Mini Book
2. JVM Troubleshooting Guide
3. JUnit Tutorial for Unit Testing
4. Java Annotations Tutorial
5. Java Interview Questions
6. Spring Interview Questions
7. Android UI Design
and many more ....
I agree to the Terms and Privacy Policy
Subscribe
Notify of
guest


This site uses Akismet to reduce spam. Learn how your comment data is processed.

0 Comments
Oldest
Newest Most Voted
Inline Feedbacks
View all comments
Back to top button