Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
feat(tools): added twilio sendgrid integration
  • Loading branch information
waleedlatif1 committed Nov 29, 2025
commit abac7d1fb988dfa87292996a871ca9bc0b4c19a6
42 changes: 42 additions & 0 deletions apps/docs/components/icons.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4344,3 +4344,45 @@ export function PylonIcon(props: SVGProps<SVGSVGElement>) {
</svg>
)
}

export function SendgridIcon(props: SVGProps<SVGSVGElement>) {
return (
<svg
{...props}
width='800px'
height='800px'
viewBox='0 0 256 256'
version='1.1'
xmlns='http://www.w3.org/2000/svg'
xmlnsXlink='http://www.w3.org/1999/xlink'
preserveAspectRatio='xMidYMid'
>
<g>
<path
d='M256.000405,0 L256.000405,170.666936 L170.666936,170.666936 L170.666936,255.996382 L0.00201096905,255.996382 L0.002,170.666 L0,170.666936 L0,85.3314569 L85.3334681,85.3314569 L85.3334681,0 L256.000405,0 Z'
fill='#9DD6E3'
/>
<polygon
fill='#3F72AB'
points='0.00201096905 255.996382 85.3354791 255.996382 85.3354791 170.662915 0.00201096905 170.662915'
/>
<polygon
fill='#00A9D1'
points='170.666936 170.666936 256.000405 170.666936 256.000405 85.3314569 170.666936 85.3314569'
/>
<polygon
fill='#00A9D1'
points='85.3334681 85.3334679 170.666936 85.3334679 170.666936 0 85.3334681 0'
/>
<polygon
fill='#2191C4'
points='85.3334681 170.664925 170.666936 170.664925 170.666936 85.3314569 85.3334681 85.3314569'
/>
<polygon
fill='#3F72AB'
points='170.666936 85.3334679 256.000405 85.3334679 256.000405 0 170.666936 0'
/>
</g>
</svg>
)
}
8 changes: 5 additions & 3 deletions apps/docs/components/ui/icon-mapping.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,30 +64,31 @@ import {
RedditIcon,
ResendIcon,
S3Icon,
STTIcon,
SalesforceIcon,
SendgridIcon,
SentryIcon,
SerperIcon,
SlackIcon,
STTIcon,
StagehandIcon,
StripeIcon,
SupabaseIcon,
TTSIcon,
TavilyIcon,
TelegramIcon,
TranslateIcon,
TrelloIcon,
TTSIcon,
TwilioIcon,
TypeformIcon,
VideoIcon,
WealthboxIcon,
WebflowIcon,
WhatsAppIcon,
WikipediaIcon,
xIcon,
YouTubeIcon,
ZendeskIcon,
ZepIcon,
xIcon,
} from '@/components/icons'

type IconComponent = ComponentType<SVGProps<SVGSVGElement>>
Expand Down Expand Up @@ -121,6 +122,7 @@ export const blockTypeToIconMap: Record<string, IconComponent> = {
sharepoint: MicrosoftSharepointIcon,
serper: SerperIcon,
sentry: SentryIcon,
sendgrid: SendgridIcon,
salesforce: SalesforceIcon,
s3: S3Icon,
resend: ResendIcon,
Expand Down
3 changes: 2 additions & 1 deletion apps/docs/content/docs/en/tools/meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@
"resend",
"s3",
"salesforce",
"sendgrid",
"sentry",
"serper",
"sharepoint",
Expand Down Expand Up @@ -89,4 +90,4 @@
"zendesk",
"zep"
]
}
}
Loading