mirror of
https://github.com/simstudioai/sim.git
synced 2026-04-28 03:00:29 -04:00
fix(agentphone): fix image (#4281)
This commit is contained in:
@@ -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 */}
|
||||
|
||||
@@ -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": [
|
||||
|
||||
@@ -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,
|
||||
|
||||
|
||||
Reference in New Issue
Block a user