Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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
2 changes: 1 addition & 1 deletion apps/docs/content/docs/en/tools/agentphone.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { BlockInfoCard } from "@/components/ui/block-info-card"

<BlockInfoCard
type="agentphone"
color="linear-gradient(135deg, #050505 0%, #003d20 55%, #00e676 100%)"
color="linear-gradient(135deg, #1a1a1a 0%, #0a2a14 100%)"
/>

{/* MANUAL-CONTENT-START:intro */}
Expand Down
2 changes: 1 addition & 1 deletion apps/sim/app/(landing)/integrations/data/integrations.json
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@
"name": "AgentPhone",
"description": "Provision numbers, send SMS and iMessage, and place voice calls with AgentPhone",
"longDescription": "Give your workflow a phone. Provision SMS- and voice-enabled numbers, send messages and tapback reactions, place outbound voice calls, manage conversations and contacts, and track usage — all through a single AgentPhone API key.",
"bgColor": "linear-gradient(135deg, #050505 0%, #003d20 55%, #00e676 100%)",
"bgColor": "linear-gradient(135deg, #1a1a1a 0%, #0a2a14 100%)",
"iconName": "AgentPhoneIcon",
"docsUrl": "https://docs.sim.ai/tools/agentphone",
"operations": [
Expand Down
2 changes: 1 addition & 1 deletion apps/sim/blocks/blocks/agentphone.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export const AgentPhoneBlock: BlockConfig = {
category: 'tools',
integrationType: IntegrationType.Communication,
tags: ['messaging', 'automation'],
bgColor: 'linear-gradient(135deg, #050505 0%, #003d20 55%, #00e676 100%)',
bgColor: 'linear-gradient(135deg, #1a1a1a 0%, #0a2a14 100%)',
icon: AgentPhoneIcon,
authMode: AuthMode.ApiKey,

Expand Down
Loading