Sign in to join the conversation:
For IT Ticketing services, it would be nice if there was a automated chat responder for support.
Hi @Crystal Ireland
I hope you're well and safe!
How would you like it to work?
I hope that helps!
Be safe and have a fantastic week!
Best,
Andrée Starå | 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!
I agree with @Andrée Starå, it would be helpful to know a little more about what you're asking for, could you provide some examples?
Have you looked into using Bridge by Smartsheet (see here)?
Cheers,
Genevieve
IT gets many of the same support requests and it takes up a lot of time. If they could have an automated chat set up with different responses that would be very helpful. Ex. My internet is not working and the automated chat would respond with the steps.
Example:
https://docs.servicenow.com/bundle/paris-now-intelligence/page/administer/virtual-agent/concept/virtual-agent-overview.html
Bridge by Smartsheet would allow you to integrate a chat bot with Smartsheet (see a list of supported Bridge Integrations here.)
You could also potentially use a different third party application such as Zapier (see here) to connect Smartsheet and a chat service, depending on what your company uses.
If you want to just work within Smartsheet without using an integration, you could set up workflows to send an automated email with initial troubleshooting steps based on the dropdown selections that were chosen, or if the descriptor contains a certain phrase. This is presuming that your current IT process has the user fill out a form submission to populate a Smartsheet.
Additionally, if you are using a form, you could set up Conditional Logic within the form to show a Heading and Description if a selection is made. For example, if the user selects "internet not working", a number of helpful tips appear within the form itself before the user clicks the "submit" button.
Just a few ideas!
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…