Sign in to join the conversation:
Hi,
Is it possible to change the "from" address when sending automated alerts/update requests? Or is it always the default SmartSheet address?
Thanks
Unfortunately, it's not possible at the moment, but it's a great idea!
Please submit an Enhancement Request when you have a moment.
Hope that helps!
Have a fantastic week!
Best,
Andrée Starå
Workflow Consultant @ Get Done Consulting
I've noticed that after the most recent update that the from address - which was a generic ": Smartsheet Automation <automation@smartsheet.com" email address - has now changed to *owner of the sheet/automation* via smartsheet automation@smartsheet.com
How do i change this back so it doesn't include the actual name of the owner of the sheet.
Hi @mfalinski102051,
It’s by design. Smartsheet recently made changes to how it works.
If you want it reverted back or maybe as an option instead.
Please submit an Enhancement Request when you have a moment
More info:
I hope that helps!
Be safe and have a fantastic week!
Workflow Consultant / CEO @ WORK BOLD
✅Did my post(s) help or answer your question or solve your problem? Please help the Community by marking it as the accepted answer/helpful. It will make it easier for others to find a solution or help to answer!
Some of the APIs inexplicably don't seem to be working. For instance, I can make a request to the Get sheet endpoint fine, but when I try to List columns with the exact same variables I get a 404 Not Found response (see attached screenshots). Have encountered this with several other endpoints (for instance, Attach file or…
I have a report that beautifully aggregates data from 70+ sheets. I need one column from that report to populate a helper sheet that I have: Source Sheets > Report > Helper Sheet As the report grows with data, I want the helper sheet to grow with it without manual intervention. Ergo, the API question. Here's what I know…
We're looking to create a Gantt chart by inserting the data and creating the chart via the API (actually via the Java SDK, but either will do). Inserting the data is fine, but cannot seem to get the setDependenciesEnabled (which believe need for the Gantt ) or setGanttEnabled() to work… We think part of this is the order…