fix(agentphone): fix image (#4281)

This commit is contained in:
Waleed
2026-04-23 16:54:32 -07:00
committed by GitHub
parent dcbe7c69b0
commit 91ccbb9921
3 changed files with 3 additions and 3 deletions

View File

@@ -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 */}

View File

@@ -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": [

View File

@@ -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,