{"id":21364808,"url":"https://github.com/mavenagi-apps/community-gainsight","last_synced_at":"2026-05-17T21:06:57.910Z","repository":{"id":262665509,"uuid":"885641184","full_name":"mavenagi-apps/community-gainsight","owner":"mavenagi-apps","description":"Maven App that provides 2 Actions that connect to Gainsight","archived":false,"fork":false,"pushed_at":"2025-12-31T16:33:35.000Z","size":202,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":5,"default_branch":"main","last_synced_at":"2026-01-05T01:39:15.190Z","etag":null,"topics":["actions"],"latest_commit_sha":null,"homepage":"https://mavenagi-developer-app-production-community-gainsight.magiapps.net","language":"TypeScript","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mavenagi-apps.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-11-09T02:24:51.000Z","updated_at":"2025-12-31T16:33:39.000Z","dependencies_parsed_at":"2025-03-16T07:36:43.682Z","dependency_job_id":null,"html_url":"https://github.com/mavenagi-apps/community-gainsight","commit_stats":null,"previous_names":["mavenagi-apps/community-gainsight"],"tags_count":0,"template":false,"template_full_name":"mavenagi-apps/template-api","purl":"pkg:github/mavenagi-apps/community-gainsight","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mavenagi-apps%2Fcommunity-gainsight","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mavenagi-apps%2Fcommunity-gainsight/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mavenagi-apps%2Fcommunity-gainsight/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mavenagi-apps%2Fcommunity-gainsight/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mavenagi-apps","download_url":"https://codeload.github.com/mavenagi-apps/community-gainsight/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mavenagi-apps%2Fcommunity-gainsight/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33155542,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-17T09:28:26.183Z","status":"ssl_error","status_checked_at":"2026-05-17T09:27:52.702Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["actions"],"created_at":"2024-11-22T07:07:45.740Z","updated_at":"2026-05-17T21:06:57.875Z","avatar_url":"https://github.com/mavenagi-apps.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Gainsight Demo\r\n\r\nThis app prompts the user for input and then searches for either a Gainsight Relationship or Gainsight Company record and returns some details back to the user.\r\n\r\n1. Pre-install checks to see if the accesskey provided is valid.\r\n2. Post-install sets up 2 actions for searching against specific Gainsight tables.\r\n3. Execute Action passes app settings and user input to the API call and returns the the record details.\r\n\r\n## Actions\r\n\r\n**lookupRelationshipDetails** (`lookup-RelationshipDetails`)\r\n* Looks up a Gainsight Relationship based off the user input provided.\r\n* Required parameters:\r\n  * `relSearchValue` The value the user wants to search for.\r\n\r\n**lookupCompanyDetails** (`lookup-CompanyDetails`)\r\n* Looks up a Gainsight Company based off the user input provided.\r\n* Required parameters:\r\n  * `compSearchValue` The value the user wants to search for.\r\n\r\nBoth actions return details about the record(s) being search for and presents it to the user.\r\n\r\n## Setup\r\n\r\nTo use this app you need to provide:\r\n\r\n- `domain`: The subdomain of the Gainsight instance you want to connect to via `https://\u003cdomain\u003e.gainsightcloud.com`\r\n- `accessKey`: API key from the Gainsight domain above.\r\n- `companyLookupField`: The Gainsight Company **Field Name** of the field you want to use to lookup the record.\r\n- `relationshipLookupField`: The Gainsight Relationship **Field Name** of the field you want to use to lookup the record.\r\n\r\n## Dependencies\r\n\r\nThis app uses the following external libraries:\r\n\r\n- `mavenagi`: A client library for interacting with the Maven AGI system\r\n- A Gainsight instance which has the API enabled.\r\n\r\n## Note to Developers\r\n\r\nThis app is designed to be an example. If you know of a better way to code something within this app please do so!\r\n\r\nIf you have any questions please reachout on our Discord!\r\nMaven Discord:\r\nhttps://discord.mavenagi.com/\r\n\r\nWe hope to see you there!\r\n\r\n## Maven Default Readme Notes\r\n\r\nThis is a Maven App which uses [Next.js](https://nextjs.org/) bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app).\r\n\r\n## Getting Started\r\n\r\nEvery time code is deployed either via the App Studio or by commiting to this repo, the Maven App will be updated and available at your app url:\r\n\r\n`https://\u003cappId\u003e.onmaven.app`\r\n\r\nYou can start editing the page by modifying `app/page.tsx`.\r\n\r\nTo edit Maven App hooks modify `src/index.ts`.\r\n\r\n## Learn More\r\n\r\nTo learn more about Maven, check out our [documentation](http://developers.mavenagi.com).\r\n\r\nTo learn more about Next.js, take a look at the following resources:\r\n\r\n- [Next.js Documentation](https://nextjs.org/docs) - learn about Next.js features and API.\r\n- [Learn Next.js](https://nextjs.org/learn) - an interactive Next.js tutorial.\r\n\r\nThis project uses [`next/font`](https://nextjs.org/docs/basic-features/font-optimization) to automatically optimize and load Inter, a custom Google Font.\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmavenagi-apps%2Fcommunity-gainsight","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmavenagi-apps%2Fcommunity-gainsight","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmavenagi-apps%2Fcommunity-gainsight/lists"}