Skip to content

Commit 65298fe

Browse files
committed
feat(gong): add Gong integration with 18 API tools
1 parent eafbb9f commit 65298fe

28 files changed

+5053
-0
lines changed

apps/docs/components/icons.tsx

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -710,6 +710,17 @@ export function NotionIcon(props: SVGProps<SVGSVGElement>) {
710710
)
711711
}
712712

713+
export function GongIcon(props: SVGProps<SVGSVGElement>) {
714+
return (
715+
<svg {...props} viewBox='0 0 55.4 60' fill='none' xmlns='http://www.w3.org/2000/svg'>
716+
<path
717+
fill='currentColor'
718+
d='M54.1,25.7H37.8c-0.9,0-1.6,1-1.3,1.8l3.9,10.1c0.2,0.4-0.2,0.9-0.7,0.9l-5-0.3c-0.2,0-0.4,0.1-0.6,0.3L30.3,44c-0.2,0.3-0.6,0.4-1,0.2l-5.8-3.9c-0.2-0.2-0.5-0.2-0.8,0l-8,5.4c-0.5,0.4-1.2-0.1-1-0.7L16,37c0.1-0.3-0.1-0.7-0.4-0.8l-4.2-1.7c-0.4-0.2-0.6-0.7-0.3-1l3.7-4.6c0.2-0.2,0.2-0.6,0-0.8l-3.1-4.5c-0.3-0.4,0-1,0.5-1l4.9-0.4c0.4,0,0.6-0.3,0.6-0.7l-0.4-6.8c0-0.5,0.5-0.8,0.9-0.7l6,2.5c0.3,0.1,0.6,0,0.8-0.2l4.2-4.6c0.3-0.4,0.9-0.3,1.1,0.2l2.5,6.4c0.3,0.8,1.3,1.1,2,0.6l9.8-7.3c1.1-0.8,0.4-2.6-1-2.4L37.3,10c-0.3,0-0.6-0.1-0.7-0.4l-3.4-8.7c-0.4-0.9-1.5-1.1-2.2-0.4l-7.4,8c-0.2,0.2-0.5,0.3-0.8,0.2l-9.7-4.1c-0.9-0.4-1.8,0.2-1.9,1.2l-0.4,10c0,0.4-0.3,0.6-0.6,0.6l-8.9,0.6c-1,0.1-1.6,1.2-1,2.1l5.9,8.7c0.2,0.2,0.2,0.6,0,0.8l-6,6.9C-0.3,36,0,37.1,0.8,37.4l6.9,3c0.3,0.1,0.5,0.5,0.4,0.8L3.7,58.3c-0.3,1.2,1.1,2.1,2.1,1.4l16.5-11.8c0.2-0.2,0.5-0.2,0.8,0l7.5,5.3c0.6,0.4,1.5,0.3,1.9-0.4l4.7-7.2c0.1-0.2,0.4-0.3,0.6-0.3l11.2,1.4c0.9,0.1,1.8-0.6,1.5-1.5l-4.7-12.1c-0.1-0.3,0-0.7,0.4-0.9l8.5-4C55.9,27.6,55.5,25.7,54.1,25.7z'
719+
/>
720+
</svg>
721+
)
722+
}
723+
713724
export function GmailIcon(props: SVGProps<SVGSVGElement>) {
714725
return (
715726
<svg

apps/docs/components/ui/icon-mapping.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ import {
4040
GithubIcon,
4141
GitLabIcon,
4242
GmailIcon,
43+
GongIcon,
4344
GoogleBooksIcon,
4445
GoogleCalendarIcon,
4546
GoogleDocsIcon,
@@ -183,6 +184,7 @@ export const blockTypeToIconMap: Record<string, IconComponent> = {
183184
github_v2: GithubIcon,
184185
gitlab: GitLabIcon,
185186
gmail_v2: GmailIcon,
187+
gong: GongIcon,
186188
google_books: GoogleBooksIcon,
187189
google_calendar_v2: GoogleCalendarIcon,
188190
google_docs: GoogleDocsIcon,

apps/docs/content/docs/en/tools/gong.mdx

Lines changed: 774 additions & 0 deletions
Large diffs are not rendered by default.

apps/docs/content/docs/en/tools/meta.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
"github",
3636
"gitlab",
3737
"gmail",
38+
"gong",
3839
"google_books",
3940
"google_calendar",
4041
"google_docs",

0 commit comments

Comments
 (0)