Skip to main content
Question

Automatic way to push items from Zendesk into Gainsight?

  • April 10, 2025
  • 9 replies
  • 122 views

Hi Gainsight community! 

My org is trying to find a way to automatically import ticket (emails) from Zendesk into the Gainsight timeline. Currently, our agents are manually forwarding to the Gainsight timeline via the forwarder email or using the widget in Gmail. 

 

We have contacted Gainsight support as well and no luck there about the integration. 

 

Hoping to see if anyone is in a similar situation or any ideas on how to automatically get Zendesk’s tickets to be logged in Gainsight timeline.

 

Thanks in advance! 

9 replies

kstim
Forum|alt.badge.img+7
  • Helper ⭐️⭐️
  • April 14, 2025

@BritneyZhou I have an idea but this won’t automatically log Zendesk tickets directly to the Timeline, there’s a middle man that’s needed.

Idea: You could use the Zendesk connector (which pulls in both user and case data from Zendesk) which loads to the User and Case objects respectively. Set up the connector to start syncing this data from Zendesk into Gainsight, and then build a rule that pulls this data from these objects and load it to the Timeline. I believe using the “Load to Activities” action means these entries will be created as automatic milestones, but it could potentially work.


mmeagher
Forum|alt.badge.img+2
  • Contributor ⭐️⭐️
  • April 16, 2025

Echo-ing ​@kstim ‘s point!

I’m actually working on a similar workflow to auto-log our 1:Many live attendee data to company and person activity timelines. (get the data to a custom object in Gainsight - run a rule against said custom object).

I have a template I’ve used to build this out & happy to connect/share if you’d like!


  • Author
  • Contributor ⭐️⭐️
  • April 21, 2025

Hi ​@mmeagher thanks so much for the offer! I would love to see the template and more details on how you’re doing this! 


  • Author
  • Contributor ⭐️⭐️
  • April 21, 2025

hi ​@kstim thanks so much for the reply! Would you be able to elaborate the connector? Is this via Gainsight?


kstim
Forum|alt.badge.img+7
  • Helper ⭐️⭐️
  • April 21, 2025

Hi ​@BritneyZhou yes, the connector is through Gainsight. If you search for and click on “Connectors 2.0” in the left mega menu in Gainsight, this will take you to the connectors page I’m referring to. From here, you may need to click the “Create Connection” button top right of your screen (if you don’t already have the Zendesk connection created) then search for the Zendesk connector. You’ll need to input the site address but you should be able to get this from your Zendesk administrator.


  • Author
  • Contributor ⭐️⭐️
  • April 23, 2025

Hi ​@kstim! We tried out your method today and it looks like our org did have this setup for a different team. However the information we are able to pull is very limited, the back and forth replies are not visible. Is that also the case for you guys?


mmeagher
Forum|alt.badge.img+2
  • Contributor ⭐️⭐️
  • April 23, 2025

@BritneyZhou (& correct me if I’m wrong ​@kstim )

I believe the connector does not capture ticket comments or this level of data via the OOTB connector. It’ll pull general metadata like subject, description, resolution time, ticket status, etc - but if you’re looking to capture “latest comment” (or something similar) to log to timelines - you’re going down the route of building a custom solution - calling an external API - etc.


kstim
Forum|alt.badge.img+7
  • Helper ⭐️⭐️
  • April 24, 2025

@mmeagher I think you might be right on that! Usage of an API is probably the best solution, as you recommended.


ryanne.perry
  • Helper ⭐️
  • August 12, 2025

hi ​@BritneyZhou as our company is trying to do something similar with pushing ticket data to Community so that common FAQs or how-to’s can support others in the Community at a 1:many approach, I am wondering if went down that route? and if so, what documentation did you use to accomplish?