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!
Hi At https://developers.smartsheet.com/api/smartsheet/openapi/rows/rows-addtosheet the documentation says that a 'permaLink' attribute can be returned, "if the include query string parameter contains rowPermalink". So I've set my POST request to: /sheets/#{sheet_id}/rows?include=rowPermalink and sadly had no luck. I have…
Is new python sdk available for new end points. Is Sunset date moved to Jun-2026
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…