Does anyone know of a way to automate sending a welcome email to new Smartsheet users in our company. Our company has access to the app but their account isn't "created" until they login the first time (Okta/Active DIrectory Authentication)
My idea would be to use the Bridge to:
- Make API call using GET /users
- Add Row to sheet with new users' info.
- Use Automation to notify admin with the user's details.
Questions for the Community:
a. Can bridge do "new users" only, or does it have to add the entire list to the sheet?
b. Is there a better way to automate something like this?