See the Cloudflare Access setup guide to connect your organization.
Actions
Add User to Group
Add User to Group
Adds one or more users to a Cloudflare Access group. Users must exist in Cloudflare Access; add them to the group by matching on email address.Input fields:
Users: One or more Ravenna users to add (supports user groups)Group: The Cloudflare Access group to add the users to
Added Users: Users that were added successfullyFailed Users: Users that could not be addedTotal Added: Count of users added
- Grant access to a Cloudflare-protected application after an access request is approved
- Provision Cloudflare Access groups during onboarding
- Add contractors to time-bound Cloudflare Access groups
Remove User from Group
Remove User from Group
Removes one or more users from a Cloudflare Access group.Input fields:
Users: One or more Ravenna users to remove (supports user groups)Group: The Cloudflare Access group to remove the users from
Removed Users: Users that were removed successfullyFailed Users: Users that could not be removedTotal Removed: Count of users removed
- Revoke access to Cloudflare-protected applications during offboarding
- Remove contractors from access groups when an engagement ends
- Clean up group membership after role changes
Check Group Membership
Check Group Membership
Checks whether a user is a member of a Cloudflare Access group. Use this to gate downstream workflow steps on current access.Input fields:
User Email: The email address to checkGroup ID: The Cloudflare Access group to check membership against
Is Member: Whether the user is a member of the group
- Verify a user already has access before running further provisioning
- Branch a workflow based on current Cloudflare Access group membership
- Audit access as part of a periodic access review
Check User Exists
Check User Exists
Checks whether a user exists in Cloudflare Access by email.Input fields:
User Email: The email address to look up
Is Cloudflare User: Whether the user was found in Cloudflare Access
- Confirm a requester has signed in to Cloudflare Access before granting group access
- Branch a workflow based on whether the user is known to Cloudflare
- Skip Cloudflare-specific steps for users who have never authenticated
List Groups
List Groups
Lists Cloudflare Access groups for use in downstream workflow actions. Groups can be filtered so only relevant results are returned.Output data:
Groups: Cloudflare Access group IDs, ready to pass to other actions
- Iterate over groups during offboarding to remove a user from each one
- Build a list of candidate groups for an approval step
- Feed groups into a downstream workflow that operates on many groups at once
Get Group
Get Group
Retrieves details and members for a single Cloudflare Access group.Input fields:
Group: The Cloudflare Access group to look up
Users: Member email addressesGroup: Group name and metadata
- Show approvers who currently has access before they approve a request
- Capture a group’s membership before a bulk change so it can be reviewed
- Populate a ticket comment with the current member list
List Applications
List Applications
Lists Cloudflare Access applications for use in downstream workflow actions or approval steps.Output data:
Applications: Cloudflare Access applications
- Present a picker of Cloudflare-protected applications in an access request form
- Iterate over applications during an access review
- Feed applications into downstream reporting or auditing workflows
Get Application
Get Application
Retrieves details for a single Cloudflare Access application.Input fields:
Application: The Cloudflare Access application to look up
Application: Application name, ID, and metadata
- Include application details in an approval notification
- Look up the underlying application before adjusting group access
- Confirm the application still exists in Cloudflare before running provisioning steps