In this guide:
- Okta Workflows guides
- Specific app unassignment notification
- Any app unassignment notification
- Related Okta Workflows guides
- Okta Workflows resources
Okta Workflows guides
Okta Workflows guides offer questions and answers from the Okta Workflows community office hours. They also come from the #okta-workflows channel on the Mac Admins Slack and other places. Read all the other guides.
How do you send an email notification using Okta Workflows when a user is unassigned from an app?
This guide will teach you how to send an email notification using Okta Workflows when a user is unassigned from an app.
Specific app unassignment notification
This flow will run when a user is unassigned from an application:

How the flow works
- The flow runs when a user is unassigned from an application (the Okta-Unassigned from Application event card).
- In the card options, you must configure the application for which this flow will run. This example uses the Salesforce app.

- In the card options, you must configure the application for which this flow will run. This example uses the Salesforce app.
- The Text-Compose card generates a message that includes user information and application details.
- The Gmail-Send Email card sends the notification email.
- You can also use the Slack connector to send a message to Slack.

Any app unassignment notification
To run a flow when a user is unassigned from any application, set up a flow with an API Endpoint and create an Okta event hook.

The event hook that triggers the flow:

How the flow works
- The API Endpoint card gives the flow an API endpoint. When a user is unassigned from an app, the event hooks call the API, which runs the flow.
- The Object-Get Multiple card extracts user and application information from the API endpoint.
- The Text-Compose card generates a message that includes user information and application details.
- The Gmail-Send Email card sends the notification email.
Related Okta Workflows guides
- Okta Workflows Tutorial: Send an Email Notification for a New Okta Event.
- Understanding Okta Workflows Events.
- Okta Workflows Tutorial: Notify When a User is Added to a Group (with Event Hook filtering).
Okta Workflows resources
π New to Okta Workflows? The Getting Started with Okta Workflows page has all the resources to help you get started.
πΊ Like learning from videos? Watch Okta Workflows videos.
βHave a question? Ask during community office hours, post on the community forum, or email me.
ππ»ββοΈ Want to learn from the community? Join the #okta-workflows channel on the Mac Admins Slack.
π Want to learn more about Okta and automation? Take the Okta Workflows training on Okta Learning.
Leave a comment