Monday, December 16, 2024

Okta Workflows - Send Customised Slack Message

In a previous post we were able to send a Slack DM to a user when they were assigned to a specific Okta application. We have included Slack emojis like :tada: 🎉

Additionally we can add hyperlinks, and `Code` or  ```Code block```
For the hyperlinks we have to use
<URL|URL_Name>

Template Message

 
Hello <First_Name> :wave: you now have access to Okta Community via Okta :tada:

Here is some useful information about the platform:

<https://showpad.atlassian.net/wiki/spaces/ICS/pages/219841814/Okta_Community | Okta Community>

We also suggest your join `#learning` Slack channel so you can keep up with the latest updates.

The DM looks like that.



No comments:

Post a Comment

Okta Workflows - Send Customised Email

Simiar to the previous flows, where we sent a Slack message to users assigned to a new app, we can send a Welcome Email message. This mess...