Kalendarai

image 3080

Permite a los agentes de ventas de Kalendarai generar ingresos con clientes potenciales de más de 200 millones de empresas globales.

plugin

Índice

Código para OpenAI

openapi: 3.0.1
info:
title: KalendarAI
description: KalendarAI Sales Agents generate meetings with your potential customers through live chat sessions across 200 million companies globally.
version: 'v1'
servers:
- url: 'https://kalendar.ai/'
paths:
/chatgpt/kalendarai:
get:
operationId: Sales
summary: Lists all available sales commands to use.
responses:
"200":
description: OK
content:
application/json:
schema:
$ref: '#/components/schemas/SalesResponse'
/chatgpt/kalendar:
get:
operationId: Sales
summary: Lists all available sales commands to use.
responses:
"200":
description: OK
content:
application/json:
schema:
$ref: '#/components/schemas/SalesResponse'
/chatgpt/sales:
get:
operationId: Sales
summary: Lists all available sales commands to use.
responses:
"200":
description: OK
content:
application/json:
schema:
$ref: '#/components/schemas/SalesResponse'
/chatgpt/list:
get:
operationId: List
summary: Lists all active Sales agents in a dashboard.
responses:
"200":
description: OK
content:
application/json:
schema:
$ref: '#/components/schemas/ListResponse'

/chatgpt/agents:
get:
operationId: List
summary: Lists all active Sales agents in a dashboard.
responses:
"200":
description: OK
content:
application/json:
schema:
$ref: '#/components/schemas/ListResponse'

/chatgpt/dashboard:
get:
operationId: Dashboard
summary: Shows your dashboard in a table format.
responses:
"200":
description: OK
content:
application/json:
schema:
$ref: '#/components/schemas/DashboardResponse'
/chatgpt/help:
get:
operationId: Help
summary: Lists all available sales commands to use.
responses:
"200":
description: OK
content:
application/json:
schema:
$ref: '#/components/schemas/HelpResponse'

/chatgpt/settings:
get:
operationId: Settings
summary: Update the settings of your account.
responses:
"200":
description: OK
content:
application/json:
schema:
$ref: '#/components/schemas/SettingsResponse'

/chatgpt/upgrade:
get:
operationId: Upgrade
summary: Upgrade your account to get more agents.
responses:
"200":
description: OK
content:
application/json:
schema:
$ref: '#/components/schemas/UpgradeResponse'
/chatgpt/demo:
get:
operationId: Demo
summary: Shares a sample demo from sales agents.
responses:
"200":
description: OK
content:
application/json:
schema:
$ref: '#/components/schemas/DemoResponse'
/chatgpt/stats:
get:
operationId: Stats
summary: Lists all the campaign stats from the existing sales agents.
responses:
"200":
description: OK
content:
application/json:
schema:
$ref: '#/components/schemas/StatsResponse'
/chatgpt/commands:
get:
operationId: Commands
summary: Lists all available sales commands.
responses:
"200":
description: OK
content:
application/json:
schema:
$ref: '#/components/schemas/HelpResponse'
/chatgpt/new:
get:
operationId: New
summary: Creates a new sales agent for selling services, fundraising, freelancing, recruiting or even investing.
responses:
"200":
description: OK
content:
application/json:
schema:
$ref: '#/components/schemas/NewResponse'

components:
schemas:
ListResponse:
type: object
properties:
content:
type: string
description: A message listing all active sales agents or prompting the user to get started.
HelpResponse:
type: object
properties:
content:
type: string
description: A message listing all available sales commands.
SalesResponse:
type: object
properties:
content:
type: string
description: A message listing all available sales commands.
NewResponse:
type: object
properties:
message:
type: string
description: A message confirming the creation of the sales agent.

DashboardResponse:
type: object
properties:
message:
type: string
description: A message showing your dashboard in a table format

SettingsResponse:
type: object
properties:
message:
type: string
description: A message helping update the settings of your account.

UpgradeResponse:
type: object
properties:
message:
type: string
description: A message helping upgrade your account to get more agents.

DemoResponse:
type: object
properties:
message:
type: string
description: A message sharing a sample email demo from sales agents.

StatsResponse:
type: object
properties:
message:
type: string
description: A message listing all the campaign stats from the existing sales agents.

CommandsResponse:
type: object
properties:
message:
type: string
description: A message listing all available sales commands.

 

Codigo JSON

{
"schema_version": "v1",
"name_for_model": "KalendarAI",
"name_for_human": "KalendarAI",
"description_for_model": "KalendarAI sales agents generate revenue on autopilot by reaching your potential customers and booking meetings through live chat sessions from 200+ million companies globally.",
"description_for_human": "KalendarAI sales agents generate revenue with potential customers from 200+ million companies globally.",
"auth": {
"type": "oauth",
"instructions": "",
"client_url": "https://kalendar.ai/users/new/onboard/",
"scope": "read write",
"authorization_url": "https://kalendar.ai/chatgpt/authorize_callback.json",
"authorization_content_type": "application/json",
"verification_tokens": {
"openai": "add16ebfc7de4dceb407391e082f7d90"
}
},
"api": {
"type": "openapi",
"url": "https://kalendar.ai/openapi.yaml"
},
"logo_url": "https://kalendar.ai/assets/logo-black-50c5284888eeea1d77f877d9a6736f1bf23533f975fae3939824cf429ad95e34.png",
"contact_email": "hello@kriya.ai",
"legal_info_url": "https://kalendar.ai/"
}

 

Pagina web oficial

 

Descubre herramientas IA similares a Kalendarai puedes visitar la categoría .

Avatar de Repositoria

Repositoria

Relacionado:

Subir