Skip to main content
sdrostgainsightcom
Gainsight Employee ⭐️⭐️⭐️
January 3, 2023

US Admin Office Hours (Tuesday session) - 01/03/23 - 1 pm PT / 2pm MT / 3pm CT / 4pm ET - Pre-session Thread

  • January 3, 2023
  • 12 replies
  • 172 views

Hello everyone and happy New Year!

This thread is for our today’s Tuesday Admin Office Hours session on Tuesday, January 3, 2023 at 1pm PT / 2pm MT / 3pm CT / 4pm ET.

Please submit your questions below as replies to this post in advance if you can, and we'll address them during the session (or if there’s a quick answer available, we’ll post as replies to the questions).

There is no need to register for these sessions - you can join at any time. Once the session is underway, I will go in order of questions posted below first, then field questions from anybody else who has joined as well. Look forward to talking with you!

Conference Details (Zoom):

Tuesday, January 3, 2023 at 1pm PT / 2pm MT / 3pm CT / 4pm ET

 

Join Zoom Meeting:

https://gainsight.zoom.us/j/96519250125?pwd=cHJoZkhMQ3ZDNU11bjZYaUV2dlhWQT09

 

Meeting ID: 965 1925 0125

Password: 492558

 

For dial-in info by your location, find your local number:

https://gainsight.zoom.us/u/ackBgrl8Vo

12 replies

sdrostgainsightcom
Gainsight Employee ⭐️⭐️⭐️
January 3, 2023

External Action to Update CTA Owner Part 2:  (fyi @ACT )

Once you’ve created your placeholder Connector, go to External Actions and start creating the API call:

  1. When you select “Create Action”, name it “Update CTA Owner” or similar.
  2.  It will ask which Connector to use -- use the placeholder connector you set up in the previous steps.
  3. Under Basic Information, select PUT as the call type, and then put in your Gainsight URL with the CTA API info:   https://yourgainsightURLname.gainsightcloud.com/V2/cockpit/cta/
    1. (note the “v2/cockpit/cta/” at the end must be added to your Gainsight URL -- screenshot below of what it looks like in my “demo” Gainsight org: 
  4. Then add the below code to your Payload section:

{
    "requests": [
        {
            "record": {
                "referenceId": "1", 
                "Gsid": "{{CtaGsid}}",
                "OwnerId": "{{NewOwnerId}}",
                "ownerCriteria": "ALL_OPEN_TASKS"
             }
        }
    ]
}

 

  1. NEXT STEP -- Headers Information section - there will already be a header for “Content-Type = json” there.  ADD ANOTHER HEADER (click the Plus sign), name it “accesskey”, and then paste in the API code from your “Gainsight API” connector: 
  2. For the “Fields” section, leave them as they appear in the above screenshot.
  3. Under “Advanced Config Info”, set the counter “3”.

Save the new External Action and then see what it looks like when you add it to a Rule as the “Action” to act on when you hand it the CTA IDs and new Owner IDs that you fetch with the rule.

 

That should get you set up and ready for us to look at it on Thursday!  Good luck!

Scott Drost, Gainsight -- Principal Customer Success Architect
Contributor ⭐️⭐️⭐️⭐️
January 9, 2023