Send and manage messages across different channels
Wipsy CRM API (1.1.0)
Para que esta documentación devuelva datos de tu cuenta en lugar de ejemplos ficticios:
- Ve a tu panel de Wipsy y obtén tu API Key.
- En el panel derecho de "Try it", haz clic en el botón de Authentication.
- Pega tu clave en el campo x-api-key.
- Asegúrate de tener seleccionado el Production server en el selector de servidores.
- MensajerÃa multicanal (WhatsApp, Instagram, Facebook Messenger)
- Gestión de Pipeline y embudos de venta
- Sistema de etiquetas y campos personalizados
- Soporte para mensajes citados y estados de entrega (enviado, entregado, leÃdo)
- Autenticación de agentes y permisos segmentados
Download OpenAPI description
Overview
Wipsy Support
License
Languages
Servers
Production server
https://api.getwipsy.com/functions/v1/
- Production serverhttps://api.getwipsy.com/functions/v1/inventory-api
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://api.getwipsy.com/functions/v1/inventory-api?userId=497f6eca-6276-4993-bfeb-53cbbbba6f08&userHash=string' \
-H 'x-api-key: YOUR_API_KEY_HERE'Response
application/json
{ "products": [ { … } ] }