
JacksonK.52224 (Customer) asked a question.
Hi there,
I'm trying to setup a workflow in which when a user is going to be offboarded, we will add the user's name to a google sheet and that will include the offboarded user's email, the manager's email to forward emails and transfer files, and finally the IT associate's name that is responsible for the transfer.
For some reason the "Forward Emails" Okta app action produces a 404 error:
I was told that the "service account" would be the admin's email, is that the issue? What is the service account suppossed to be?
I have no issue in "Create Transfer Request" as that had done it correctly in a separate workflow:
Anyone have any tips?

@JacksonK.52224 (Customer)
Sorry I didn't see this most recent reply. I do not believe any of our "Built-in" actions on the card can perform this task. You would need to determine "If" this change can be accomplished via a public Google REST API call.
If the API is part of the /gmail or /directory you could likely leverage a Custom API Action (gmail or workspace) to access the endpoint using your existing configured credentials. If it isn't one of the those the complexity goes way up.
Relative url for Custom API Actions assume the following:
https://gmail.googleapis.com/gmail/
So for the following url the "Bold" would be the relative portion that needs to be defined for the endpoint (note: this is just a random example and likely not the API you need)
https://gmail.googleapis.com/gmail/v1/users/{userId}/settings/autoForwarding
For Workspace its:
https://admin.googleapis.com/admin/directory/v1/customer/customer_id/roles/ALL/privileges