{"info":{"_postman_id":"4ce4db90-b5c5-49b4-a0a0-b9305eef97e2","name":"Ropofy API v2","description":"<html><head></head><body><p>La colección de APIs de Ropofy te permite integrar de forma sencilla las principales funcionalidades de nuestra plataforma CRM y de automatización omnicanal en tus propios desarrollos. Con estas APIs podrás gestionar contactos, conversaciones y flujos de trabajo en tiempo real, conectando canales como WhatsApp Business API, correo electrónico, SMS y llamadas en un mismo ecosistema. También encontrarás endpoints para administrar cotizaciones, tickets de soporte, campañas de marketing y valores personalizados (custom values), lo que facilita la personalización de procesos y la toma de decisiones basada en datos.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"49471286","collectionId":"4ce4db90-b5c5-49b4-a0a0-b9305eef97e2","publishedId":"2sBXwqtBGn","public":true,"customColor":{"top-bar":"485cc7","right-sidebar":"303030","highlight":"485cc7"},"publishDate":"2026-06-09T16:47:48.000Z"},"item":[{"name":"Contacts","item":[{"name":"Get Contacts","id":"725096ab-dd4c-49c5-b07c-796341171df6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"url":"api.ropofy.com/api/v2/contacts?locationId=&limit=20&skip=0","description":"<p>Lista todos los contactos de la location.</p>\n","urlObject":{"path":["api","v2","contacts"],"host":["api","ropofy","com"],"query":[{"description":{"content":"<p>ID de la location</p>\n","type":"text/plain"},"key":"locationId","value":""},{"description":{"content":"<p>Límite de resultados</p>\n","type":"text/plain"},"key":"limit","value":"20"},{"description":{"content":"<p>Paginación</p>\n","type":"text/plain"},"key":"skip","value":"0"}],"variable":[]}},"response":[],"_postman_id":"725096ab-dd4c-49c5-b07c-796341171df6"},{"name":"Create Contact","id":"d7dfc806-f64f-4efa-afb4-fd39c41d9222","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"firstName\": \"{{firstName}}\",\n  \"lastName\": \"{{lastName}}\",\n  \"email\": \"{{email}}\",\n  \"phone\": \"{{phone}}\",\n  \"locationId\": \"\",\n  \"tags\": [],\n  \"customFields\": []\n}","options":{"raw":{"language":"json"}}},"url":"api.ropofy.com/api/v2/contacts","description":"<p>Crea un nuevo contacto en Ropofy.</p>\n","urlObject":{"path":["api","v2","contacts"],"host":["api","ropofy","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"d7dfc806-f64f-4efa-afb4-fd39c41d9222"},{"name":"Get Contact","id":"89da034e-7666-46fa-be9f-2f9360f2a45a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"url":"api.ropofy.com/api/v2/contacts/:contactId","description":"<p>Obtiene un contacto por su ID.</p>\n","urlObject":{"path":["api","v2","contacts",":contactId"],"host":["api","ropofy","com"],"query":[],"variable":[{"type":"any","key":"contactId"}]}},"response":[],"_postman_id":"89da034e-7666-46fa-be9f-2f9360f2a45a"},{"name":"Update Contact","id":"7b394e42-a836-4849-9684-283861d7a853","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"firstName\": \"\",\n  \"lastName\": \"\",\n  \"email\": \"\",\n  \"phone\": \"\",\n  \"tags\": [],\n  \"customFields\": []\n}","options":{"raw":{"language":"json"}}},"url":"api.ropofy.com/api/v2/contacts/","description":"<p>Actualiza los datos de un contacto existente.</p>\n","urlObject":{"path":["api","v2","contacts",""],"host":["api","ropofy","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"7b394e42-a836-4849-9684-283861d7a853"},{"name":"Delete Contact","id":"70d86ca0-2727-463f-b8c3-68aa0424dbb7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"url":"api.ropofy.com/api/v2/contacts/","description":"<p>Elimina un contacto de Ropofy.</p>\n","urlObject":{"path":["api","v2","contacts",""],"host":["api","ropofy","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"70d86ca0-2727-463f-b8c3-68aa0424dbb7"},{"name":"Upsert Contact","id":"f7f38384-9d28-450b-8db5-dd462d3b2ff1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"firstName\": \"\",\n  \"lastName\": \"\",\n  \"email\": \"\",\n  \"phone\": \"\",\n  \"locationId\": \"\"\n}","options":{"raw":{"language":"json"}}},"url":"api.ropofy.com/api/v2/contacts/upsert","description":"<p>Crea o actualiza un contacto según si ya existe (por email o teléfono).</p>\n","urlObject":{"path":["api","v2","contacts","upsert"],"host":["api","ropofy","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"f7f38384-9d28-450b-8db5-dd462d3b2ff1"},{"name":"Search Contacts","id":"f7c6bf70-6f8d-4c68-bbf0-4aa8b61164e5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"locationId\": \"\",\n  \"query\": \"\",\n  \"filters\": [],\n  \"pageSize\": 20,\n  \"page\": 1\n}","options":{"raw":{"language":"json"}}},"url":"api.ropofy.com/api/v2/contacts/search","description":"<p>Búsqueda avanzada de contactos con filtros.</p>\n","urlObject":{"path":["api","v2","contacts","search"],"host":["api","ropofy","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"f7c6bf70-6f8d-4c68-bbf0-4aa8b61164e5"},{"name":"Add Tags to Contact","id":"e1f235f3-01b3-4864-85b3-a6c146816b14","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"tags\": [\n    \"tag1\",\n    \"tag2\"\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"api.ropofy.com/api/v2/contacts//tags","description":"<p>Agrega tags a un contacto.</p>\n","urlObject":{"path":["api","v2","contacts","","tags"],"host":["api","ropofy","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"e1f235f3-01b3-4864-85b3-a6c146816b14"},{"name":"Remove Tags from Contact","id":"b4f27a88-35fa-45f8-a0de-bdf3a70c4f97","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"tags\": [\n    \"tag1\"\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"api.ropofy.com/api/v2/contacts//tags","description":"<p>Elimina tags de un contacto.</p>\n","urlObject":{"path":["api","v2","contacts","","tags"],"host":["api","ropofy","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"b4f27a88-35fa-45f8-a0de-bdf3a70c4f97"},{"name":"Get Contact Tasks","id":"6036ba95-905a-4604-b71d-a4fba9a71eb8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"url":"api.ropofy.com/api/v2/contacts//tasks","description":"<p>Lista las tareas asociadas a un contacto.</p>\n","urlObject":{"path":["api","v2","contacts","","tasks"],"host":["api","ropofy","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"6036ba95-905a-4604-b71d-a4fba9a71eb8"},{"name":"Create Contact Task","id":"084cbecb-eaf8-4361-bd0f-239e618508f3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"title\": \"\",\n  \"body\": \"\",\n  \"dueDate\": \"\",\n  \"completed\": false,\n  \"assignedTo\": \"\"\n}","options":{"raw":{"language":"json"}}},"url":"api.ropofy.com/api/v2/contacts//tasks","description":"<p>Crea una tarea para un contacto.</p>\n","urlObject":{"path":["api","v2","contacts","","tasks"],"host":["api","ropofy","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"084cbecb-eaf8-4361-bd0f-239e618508f3"},{"name":"Get Contact Notes","id":"d963cab9-4101-444c-bba7-16883bff2ab8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"url":"api.ropofy.com/api/v2/contacts//notes","description":"<p>Lista las notas de un contacto.</p>\n","urlObject":{"path":["api","v2","contacts","","notes"],"host":["api","ropofy","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"d963cab9-4101-444c-bba7-16883bff2ab8"},{"name":"Create Contact Note","id":"ab766aac-6c11-4400-b3e7-d81961d4cb06","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"body\": \"Contenido de la nota\",\n  \"userId\": \"\"\n}","options":{"raw":{"language":"json"}}},"url":"api.ropofy.com/api/v2/contacts//notes","description":"<p>Crea una nota en un contacto.</p>\n","urlObject":{"path":["api","v2","contacts","","notes"],"host":["api","ropofy","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"ab766aac-6c11-4400-b3e7-d81961d4cb06"},{"name":"Get Contact Appointments","id":"cefdfe39-a418-45ec-bd27-f1ba07235aec","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"url":"api.ropofy.com/api/v2/contacts//appointments","description":"<p>Obtiene las citas de un contacto.</p>\n","urlObject":{"path":["api","v2","contacts","","appointments"],"host":["api","ropofy","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"cefdfe39-a418-45ec-bd27-f1ba07235aec"},{"name":"Get Contact Campaigns","id":"03d01a52-28c9-4382-a57a-5b9085641f8b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"url":"api.ropofy.com/api/v2/contacts//campaigns","description":"<p>Obtiene las campañas de un contacto.</p>\n","urlObject":{"path":["api","v2","contacts","","campaigns"],"host":["api","ropofy","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"03d01a52-28c9-4382-a57a-5b9085641f8b"},{"name":"Add Contact to Campaign","id":"d1ff5a3e-eb6d-4967-afd1-15400a4f1ca5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"url":"api.ropofy.com/api/v2/contacts//campaigns/","description":"<p>Agrega un contacto a una campaña de Ropofy.</p>\n","urlObject":{"path":["api","v2","contacts","","campaigns",""],"host":["api","ropofy","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"d1ff5a3e-eb6d-4967-afd1-15400a4f1ca5"},{"name":"Remove Contact from Campaign","id":"9d86adf9-3e67-4db4-a8e1-f978e5283ecf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"url":"api.ropofy.com/api/v2/contacts//campaigns/","description":"<p>Elimina un contacto de una campaña.</p>\n","urlObject":{"path":["api","v2","contacts","","campaigns",""],"host":["api","ropofy","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"9d86adf9-3e67-4db4-a8e1-f978e5283ecf"},{"name":"Get Contact Workflows","id":"51744abd-a9e7-428c-a5fb-d343b8eadb99","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"url":"api.ropofy.com/api/v2/contacts//workflows","description":"<p>Lista los workflows activos de un contacto.</p>\n","urlObject":{"path":["api","v2","contacts","","workflows"],"host":["api","ropofy","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"51744abd-a9e7-428c-a5fb-d343b8eadb99"},{"name":"Add Contact to Workflow","id":"90dc348b-2dbb-4e52-b92f-9f2182291b67","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"eventStartTime\": \"\"\n}","options":{"raw":{"language":"json"}}},"url":"api.ropofy.com/api/v2/contacts//workflow/","description":"<p>Agrega un contacto a un workflow de Ropofy.</p>\n","urlObject":{"path":["api","v2","contacts","","workflow",""],"host":["api","ropofy","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"90dc348b-2dbb-4e52-b92f-9f2182291b67"},{"name":"Remove Contact from Workflow","id":"9f8e5c2b-5a35-4724-86ad-e7cbe368bf1d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"url":"api.ropofy.com/api/v2/contacts//workflow/","description":"<p>Elimina un contacto de un workflow.</p>\n","urlObject":{"path":["api","v2","contacts","","workflow",""],"host":["api","ropofy","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"9f8e5c2b-5a35-4724-86ad-e7cbe368bf1d"},{"name":"Get Bulk Contacts Business","id":"7aca3f9e-49ce-403c-937c-e96f10a3f923","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"url":"api.ropofy.com/api/v2/contacts/bulk?locationId=","description":"<p>Obtiene contactos en lote.</p>\n","urlObject":{"path":["api","v2","contacts","bulk"],"host":["api","ropofy","com"],"query":[{"description":{"content":"<p>ID de la location</p>\n","type":"text/plain"},"key":"locationId","value":""}],"variable":[]}},"response":[],"_postman_id":"7aca3f9e-49ce-403c-937c-e96f10a3f923"}],"id":"e2ec3854-6a31-45dd-9582-2dc61abc1c40","_postman_id":"e2ec3854-6a31-45dd-9582-2dc61abc1c40","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"4ce4db90-b5c5-49b4-a0a0-b9305eef97e2","id":"4ce4db90-b5c5-49b4-a0a0-b9305eef97e2","name":"Ropofy API v2","type":"collection"}}},{"name":"Conversations","item":[{"name":"Search Conversations","id":"88a39332-37d5-41e9-a8fa-0ee3962c12ff","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"url":"api.ropofy.com/api/v2/conversations/search?locationId=&contactId=&assignedTo=&startAfterDate=","description":"<p>Busca conversaciones con filtros. El campo startAfterDate acepta Unix timestamp en milisegundos.</p>\n","urlObject":{"path":["api","v2","conversations","search"],"host":["api","ropofy","com"],"query":[{"description":{"content":"<p>ID de la location</p>\n","type":"text/plain"},"key":"locationId","value":""},{"description":{"content":"<p>Filtrar por contacto</p>\n","type":"text/plain"},"key":"contactId","value":""},{"description":{"content":"<p>Filtrar por agente asignado</p>\n","type":"text/plain"},"key":"assignedTo","value":""},{"description":{"content":"<p>Unix timestamp en ms</p>\n","type":"text/plain"},"key":"startAfterDate","value":""}],"variable":[]}},"response":[],"_postman_id":"88a39332-37d5-41e9-a8fa-0ee3962c12ff"},{"name":"Create Conversation","id":"de2f9f58-0994-4540-9797-b91bef1ece82","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"locationId\": \"\",\n  \"contactId\": \"\"\n}","options":{"raw":{"language":"json"}}},"url":"api.ropofy.com/api/v2/conversations","description":"<p>Crea una nueva conversación en Ropofy.</p>\n","urlObject":{"path":["api","v2","conversations"],"host":["api","ropofy","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"de2f9f58-0994-4540-9797-b91bef1ece82"},{"name":"Get Conversation","id":"5e4c6fe3-9c5f-4f10-abe6-7868d4e85f0a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"url":"api.ropofy.com/api/v2/conversations/","description":"<p>Obtiene el detalle de una conversación.</p>\n","urlObject":{"path":["api","v2","conversations",""],"host":["api","ropofy","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"5e4c6fe3-9c5f-4f10-abe6-7868d4e85f0a"},{"name":"Update Conversation","id":"c01c5502-dc15-4e96-ae60-8903049bf658","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"unreadCount\": 0,\n  \"starred\": false,\n  \"assignedTo\": \"\"\n}","options":{"raw":{"language":"json"}}},"url":"api.ropofy.com/api/v2/conversations/","description":"<p>Actualiza el estado o asignación de una conversación.</p>\n","urlObject":{"path":["api","v2","conversations",""],"host":["api","ropofy","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"c01c5502-dc15-4e96-ae60-8903049bf658"},{"name":"Delete Conversation","id":"d1083d7c-c31a-4a9c-ac16-e304ea7c8ece","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"url":"api.ropofy.com/api/v2/conversations/","description":"<p>Elimina una conversación de Ropofy.</p>\n","urlObject":{"path":["api","v2","conversations",""],"host":["api","ropofy","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"d1083d7c-c31a-4a9c-ac16-e304ea7c8ece"},{"name":"Search Conversation by Contact ID","id":"aea869bf-1122-4e7d-b6ac-6dac06efbc7f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"url":"api.ropofy.com/api/v2/conversations/search?locationId=&contactId=","description":"<p>Obtiene todas las conversaciones de un contacto filtrando por contactId.</p>\n","urlObject":{"path":["api","v2","conversations","search"],"host":["api","ropofy","com"],"query":[{"description":{"content":"<p>ID de la location</p>\n","type":"text/plain"},"key":"locationId","value":""},{"description":{"content":"<p>ID del contacto</p>\n","type":"text/plain"},"key":"contactId","value":""}],"variable":[]}},"response":[],"_postman_id":"aea869bf-1122-4e7d-b6ac-6dac06efbc7f"},{"name":"Get Messages by Conversation ID","id":"109799a5-ad8a-41c3-8235-058597ca77ba","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"url":"api.ropofy.com/api/v2/conversations//messages","description":"<p>Obtiene los mensajes de una conversación.</p>\n","urlObject":{"path":["api","v2","conversations","","messages"],"host":["api","ropofy","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"109799a5-ad8a-41c3-8235-058597ca77ba"},{"name":"Get Message by Message ID","id":"a2692ef6-0ae1-4a2e-9ce4-4d37973e62e5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"url":"api.ropofy.com/api/v2/conversations/messages/:id","description":"<p>Obtiene un mensaje específico por su ID.</p>\n","urlObject":{"path":["api","v2","conversations","messages",":id"],"host":["api","ropofy","com"],"query":[],"variable":[{"type":"any","key":"id"}]}},"response":[],"_postman_id":"a2692ef6-0ae1-4a2e-9ce4-4d37973e62e5"},{"name":"Get Messages by Location ID","id":"ef52d502-f40b-442c-8213-416139bcad41","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"url":"api.ropofy.com/api/v2/conversations/messages/export?locationId=&channel=WhatsApp","description":"<p>Exporta mensajes filtrados por location y canal.</p>\n","urlObject":{"path":["api","v2","conversations","messages","export"],"host":["api","ropofy","com"],"query":[{"description":{"content":"<p>ID de la location</p>\n","type":"text/plain"},"key":"locationId","value":""},{"description":{"content":"<p>Canal: WhatsApp, SMS, Email, etc.</p>\n","type":"text/plain"},"key":"channel","value":"WhatsApp"}],"variable":[]}},"response":[],"_postman_id":"ef52d502-f40b-442c-8213-416139bcad41"},{"name":"Send Message","id":"02cf6a7b-ed2c-496a-8063-4952c660cdd4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"type\": \"WhatsApp\",\n  \"conversationId\": \"\",\n  \"locationId\": \"\",\n  \"contactId\": \"\",\n  \"message\": \"Mensaje de prueba\",\n  \"html\": \"\",\n  \"subject\": \"\",\n  \"emailFrom\": \"\",\n  \"emailTo\": \"\",\n  \"attachments\": []\n}","options":{"raw":{"language":"json"}}},"url":"api.ropofy.com/api/v2/conversations/messages","description":"<p>Envía un mensaje a una conversación de Ropofy.</p>\n","urlObject":{"path":["api","v2","conversations","messages"],"host":["api","ropofy","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"02cf6a7b-ed2c-496a-8063-4952c660cdd4"},{"name":"Update Message Status","id":"42204331-735d-43e9-91e8-4301245a13ee","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"status\": \"read\"\n}","options":{"raw":{"language":"json"}}},"url":"api.ropofy.com/api/v2/conversations/messages/{{messageId}}/status","description":"<p>Actualiza el estado de un mensaje.</p>\n","urlObject":{"path":["api","v2","conversations","messages","{{messageId}}","status"],"host":["api","ropofy","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"42204331-735d-43e9-91e8-4301245a13ee"},{"name":"Get Email by Email Message ID","id":"3e24c917-e146-4f01-87a5-25f2f2bf44b8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"url":"api.ropofy.com/api/v2/conversations/messages/email/{{emailMessageId}}","description":"<p>Obtiene un email a partir de su message ID.</p>\n","urlObject":{"path":["api","v2","conversations","messages","email","{{emailMessageId}}"],"host":["api","ropofy","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"3e24c917-e146-4f01-87a5-25f2f2bf44b8"},{"name":"Upload Message Attachments","id":"581750d4-9685-441d-8e43-8367a2be0d76","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"url":"api.ropofy.com/api/v2/conversations/messages/{{messageId}}/locations//attachments","description":"<p>Sube adjuntos a un mensaje.</p>\n","urlObject":{"path":["api","v2","conversations","messages","{{messageId}}","locations","","attachments"],"host":["api","ropofy","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"581750d4-9685-441d-8e43-8367a2be0d76"}],"id":"2c972ec6-3d3f-4665-8b27-ad9cb65504f9","_postman_id":"2c972ec6-3d3f-4665-8b27-ad9cb65504f9","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"4ce4db90-b5c5-49b4-a0a0-b9305eef97e2","id":"4ce4db90-b5c5-49b4-a0a0-b9305eef97e2","name":"Ropofy API v2","type":"collection"}}},{"name":"Calendars","item":[{"name":"Get Calendars","id":"de057631-5c97-4aa6-9e67-d5120da0ee72","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"url":"api.ropofy.com/api/v2/calendars?locationId=","description":"<p>Lista los calendarios de una location en Ropofy.</p>\n","urlObject":{"path":["api","v2","calendars"],"host":["api","ropofy","com"],"query":[{"description":{"content":"<p>ID de la location</p>\n","type":"text/plain"},"key":"locationId","value":""}],"variable":[]}},"response":[],"_postman_id":"de057631-5c97-4aa6-9e67-d5120da0ee72"},{"name":"Create Calendar","id":"4cab1661-a783-47d3-a38e-7c5fe55a4ff6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"Mi Calendario\",\n  \"locationId\": \"\",\n  \"teamMembers\": [],\n  \"eventType\": \"RoundRobin_OptimizeForAvailability\"\n}","options":{"raw":{"language":"json"}}},"url":"api.ropofy.com/api/v2/calendars","description":"<p>Crea un nuevo calendario.</p>\n","urlObject":{"path":["api","v2","calendars"],"host":["api","ropofy","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"4cab1661-a783-47d3-a38e-7c5fe55a4ff6"},{"name":"Get Calendar","id":"83b645ed-8489-40ee-8c31-caa859eb8d7a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"url":"api.ropofy.com/api/v2/calendars/","description":"<p>Obtiene un calendario por su ID.</p>\n","urlObject":{"path":["api","v2","calendars",""],"host":["api","ropofy","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"83b645ed-8489-40ee-8c31-caa859eb8d7a"},{"name":"Update Calendar","id":"b7af3eb0-29ad-4977-85a2-33aff627aec8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"\",\n  \"description\": \"\",\n  \"teamMembers\": []\n}","options":{"raw":{"language":"json"}}},"url":"api.ropofy.com/api/v2/calendars/","description":"<p>Actualiza un calendario existente.</p>\n","urlObject":{"path":["api","v2","calendars",""],"host":["api","ropofy","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"b7af3eb0-29ad-4977-85a2-33aff627aec8"},{"name":"Delete Calendar","id":"378afbc0-9b70-4e69-a2b9-7296c01831e8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"url":"api.ropofy.com/api/v2/calendars/","description":"<p>Elimina un calendario de Ropofy.</p>\n","urlObject":{"path":["api","v2","calendars",""],"host":["api","ropofy","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"378afbc0-9b70-4e69-a2b9-7296c01831e8"},{"name":"Get Free Slots","id":"0f14e522-4116-4b53-a6f1-1670356fdeb4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"url":"api.ropofy.com/api/v2/calendars//free-slots?startDate=&endDate=&timezone=America/Bogota","description":"<p>Obtiene los slots disponibles de un calendario.</p>\n","urlObject":{"path":["api","v2","calendars","","free-slots"],"host":["api","ropofy","com"],"query":[{"description":{"content":"<p>Fecha inicio Unix ms</p>\n","type":"text/plain"},"key":"startDate","value":""},{"description":{"content":"<p>Fecha fin Unix ms</p>\n","type":"text/plain"},"key":"endDate","value":""},{"description":{"content":"<p>Zona horaria</p>\n","type":"text/plain"},"key":"timezone","value":"America/Bogota"}],"variable":[]}},"response":[],"_postman_id":"0f14e522-4116-4b53-a6f1-1670356fdeb4"},{"name":"Get Appointment","id":"b8e576c2-8d6f-4383-912c-b4dc3c8777fe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"url":"api.ropofy.com/api/v2/calendars/events/appointments/","description":"<p>Obtiene una cita por su event ID.</p>\n","urlObject":{"path":["api","v2","calendars","events","appointments",""],"host":["api","ropofy","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"b8e576c2-8d6f-4383-912c-b4dc3c8777fe"},{"name":"Create Appointment","id":"830a3d8d-45c1-4836-bbce-32a287bfff04","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"calendarId\": \"\",\n  \"locationId\": \"\",\n  \"contactId\": \"\",\n  \"startTime\": \"\",\n  \"endTime\": \"\",\n  \"title\": \"\",\n  \"appointmentStatus\": \"new\",\n  \"assignedUserId\": \"\",\n  \"address\": \"\",\n  \"ignoreDateRange\": false,\n  \"toNotify\": true\n}","options":{"raw":{"language":"json"}}},"url":"api.ropofy.com/api/v2/calendars/events/appointments","description":"<p>Crea una nueva cita en Ropofy.</p>\n","urlObject":{"path":["api","v2","calendars","events","appointments"],"host":["api","ropofy","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"830a3d8d-45c1-4836-bbce-32a287bfff04"},{"name":"Update Appointment","id":"9c68ac1a-dca4-440f-8920-bf9325e6aaed","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"startTime\": \"\",\n  \"endTime\": \"\",\n  \"title\": \"\",\n  \"appointmentStatus\": \"confirmed\",\n  \"assignedUserId\": \"\"\n}","options":{"raw":{"language":"json"}}},"url":"api.ropofy.com/api/v2/calendars/events/appointments/","description":"<p>Actualiza una cita existente.</p>\n","urlObject":{"path":["api","v2","calendars","events","appointments",""],"host":["api","ropofy","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"9c68ac1a-dca4-440f-8920-bf9325e6aaed"},{"name":"Delete Event","id":"a452f1a9-6224-4fd5-8a65-2d921628352a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"url":"api.ropofy.com/api/v2/calendars/events/","description":"<p>Elimina un evento o cita de Ropofy.</p>\n","urlObject":{"path":["api","v2","calendars","events",""],"host":["api","ropofy","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"a452f1a9-6224-4fd5-8a65-2d921628352a"},{"name":"Get Blocked Slots","id":"44dc831a-d748-412f-b7c7-7b266e532924","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"url":"api.ropofy.com/api/v2/calendars/blocked-slots?locationId=&startTime=1680373800000&endTime=1680978599999","description":"<p>Obtiene los slots bloqueados de una location en un rango de tiempo.</p>\n","urlObject":{"path":["api","v2","calendars","blocked-slots"],"host":["api","ropofy","com"],"query":[{"description":{"content":"<p>ID de la location</p>\n","type":"text/plain"},"key":"locationId","value":""},{"description":{"content":"<p>Inicio Unix ms</p>\n","type":"text/plain"},"key":"startTime","value":"1680373800000"},{"description":{"content":"<p>Fin Unix ms</p>\n","type":"text/plain"},"key":"endTime","value":"1680978599999"}],"variable":[]}},"response":[],"_postman_id":"44dc831a-d748-412f-b7c7-7b266e532924"},{"name":"Create Block Slot","id":"c1e77c46-4514-4526-8a6e-8cd53bc2093b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"locationId\": \"\",\n  \"calendarId\": \"\",\n  \"startTime\": \"\",\n  \"endTime\": \"\",\n  \"title\": \"Bloqueo\",\n  \"assignedUserId\": \"\"\n}","options":{"raw":{"language":"json"}}},"url":"api.ropofy.com/api/v2/calendars/events/block-slots","description":"<p>Crea un bloqueo de horario en el calendario.</p>\n","urlObject":{"path":["api","v2","calendars","events","block-slots"],"host":["api","ropofy","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"c1e77c46-4514-4526-8a6e-8cd53bc2093b"},{"name":"Update Block Slot","id":"ffd2d9f9-7a25-4028-9358-79224d4f2c88","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"startTime\": \"\",\n  \"endTime\": \"\",\n  \"title\": \"\"\n}","options":{"raw":{"language":"json"}}},"url":"api.ropofy.com/api/v2/calendars/events/block-slots/","description":"<p>Actualiza un bloque de horario.</p>\n","urlObject":{"path":["api","v2","calendars","events","block-slots",""],"host":["api","ropofy","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"ffd2d9f9-7a25-4028-9358-79224d4f2c88"},{"name":"Get Calendar Groups","id":"f71683b8-4a86-4da6-98f3-44552cb212e7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"url":"api.ropofy.com/api/v2/calendars/groups?locationId=","description":"<p>Lista los grupos de calendarios.</p>\n","urlObject":{"path":["api","v2","calendars","groups"],"host":["api","ropofy","com"],"query":[{"description":{"content":"<p>ID de la location</p>\n","type":"text/plain"},"key":"locationId","value":""}],"variable":[]}},"response":[],"_postman_id":"f71683b8-4a86-4da6-98f3-44552cb212e7"},{"name":"Create Calendar Group","id":"6ce696a1-df4f-4e5d-91a8-2eeafa0947cc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"locationId\": \"\",\n  \"name\": \"Grupo Ventas\",\n  \"description\": \"\",\n  \"slug\": \"\"\n}","options":{"raw":{"language":"json"}}},"url":"api.ropofy.com/api/v2/calendars/groups","description":"<p>Crea un grupo de calendarios.</p>\n","urlObject":{"path":["api","v2","calendars","groups"],"host":["api","ropofy","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"6ce696a1-df4f-4e5d-91a8-2eeafa0947cc"},{"name":"Delete Calendar Group","id":"8579578c-9771-4a24-82f8-98faf22e9804","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"url":"api.ropofy.com/api/v2/calendars/groups/{{groupId}}","description":"<p>Elimina un grupo de calendarios.</p>\n","urlObject":{"path":["api","v2","calendars","groups","{{groupId}}"],"host":["api","ropofy","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"8579578c-9771-4a24-82f8-98faf22e9804"}],"id":"0d0bc62a-9b3b-4de5-b6f3-ce8e68ed47ac","_postman_id":"0d0bc62a-9b3b-4de5-b6f3-ce8e68ed47ac","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"4ce4db90-b5c5-49b4-a0a0-b9305eef97e2","id":"4ce4db90-b5c5-49b4-a0a0-b9305eef97e2","name":"Ropofy API v2","type":"collection"}}},{"name":"Opportunities","item":[{"name":"Search Opportunities","id":"0631f34d-18e4-4c5f-a405-446337c75898","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"location_id\": \"\",\n  \"pipeline_id\": \"\",\n  \"pipeline_stage_id\": \"\",\n  \"contact_id\": \"\",\n  \"q\": \"\",\n  \"status\": \"open\",\n  \"page\": 1,\n  \"limit\": 20\n}","options":{"raw":{"language":"json"}}},"url":"api.ropofy.com/api/v2/opportunities/search","description":"<p>Búsqueda avanzada de oportunidades con filtros.</p>\n","urlObject":{"path":["api","v2","opportunities","search"],"host":["api","ropofy","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"0631f34d-18e4-4c5f-a405-446337c75898"},{"name":"Create Opportunity","id":"64222309-5df5-4d3c-b134-05c95ba89b46","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"pipelineId\": \"\",\n  \"locationId\": \"\",\n  \"name\": \"Oportunidad nueva\",\n  \"pipelineStageId\": \"\",\n  \"status\": \"open\",\n  \"contactId\": \"\",\n  \"monetaryValue\": 0,\n  \"assignedTo\": \"\"\n}","options":{"raw":{"language":"json"}}},"url":"api.ropofy.com/api/v2/opportunities","description":"<p>Crea una nueva oportunidad en el CRM de Ropofy.</p>\n","urlObject":{"path":["api","v2","opportunities"],"host":["api","ropofy","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"64222309-5df5-4d3c-b134-05c95ba89b46"},{"name":"Get Opportunity","id":"278e4961-f859-46b6-8e72-1008ac450f5c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"url":"api.ropofy.com/api/v2/opportunities/","description":"<p>Obtiene el detalle de una oportunidad.</p>\n","urlObject":{"path":["api","v2","opportunities",""],"host":["api","ropofy","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"278e4961-f859-46b6-8e72-1008ac450f5c"},{"name":"Update Opportunity","id":"578aac7e-51b7-44a3-b487-84b6e6ff8f6e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"\",\n  \"monetaryValue\": 0,\n  \"pipelineStageId\": \"\",\n  \"status\": \"open\",\n  \"assignedTo\": \"\"\n}","options":{"raw":{"language":"json"}}},"url":"api.ropofy.com/api/v2/opportunities/","description":"<p>Actualiza una oportunidad existente.</p>\n","urlObject":{"path":["api","v2","opportunities",""],"host":["api","ropofy","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"578aac7e-51b7-44a3-b487-84b6e6ff8f6e"},{"name":"Delete Opportunity","id":"0a0c948e-ead1-4747-b973-bde0623cb267","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"url":"api.ropofy.com/api/v2/opportunities/","description":"<p>Elimina una oportunidad de Ropofy.</p>\n","urlObject":{"path":["api","v2","opportunities",""],"host":["api","ropofy","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"0a0c948e-ead1-4747-b973-bde0623cb267"},{"name":"Update Opportunity Status","id":"541e6e16-5465-4ada-9f10-377dd1d93d22","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"status\": \"won\"\n}","options":{"raw":{"language":"json"}}},"url":"api.ropofy.com/api/v2/opportunities//status","description":"<p>Actualiza solo el estado de una oportunidad.</p>\n","urlObject":{"path":["api","v2","opportunities","","status"],"host":["api","ropofy","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"541e6e16-5465-4ada-9f10-377dd1d93d22"},{"name":"Get Pipelines","id":"1c29bf85-ace6-4818-9fc4-a2910e9f1fbb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"url":"api.ropofy.com/api/v2/opportunities/pipelines?locationId=","description":"<p>Lista todos los pipelines de una location.</p>\n","urlObject":{"path":["api","v2","opportunities","pipelines"],"host":["api","ropofy","com"],"query":[{"description":{"content":"<p>ID de la location</p>\n","type":"text/plain"},"key":"locationId","value":""}],"variable":[]}},"response":[],"_postman_id":"1c29bf85-ace6-4818-9fc4-a2910e9f1fbb"}],"id":"900029d4-aa53-4389-a44d-f3f116f6f058","_postman_id":"900029d4-aa53-4389-a44d-f3f116f6f058","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"4ce4db90-b5c5-49b4-a0a0-b9305eef97e2","id":"4ce4db90-b5c5-49b4-a0a0-b9305eef97e2","name":"Ropofy API v2","type":"collection"}}},{"name":"Sub-Account (Locations)","item":[{"name":"Search Locations","id":"f73924b3-9307-4eab-bc10-54045ef116cf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"url":"api.ropofy.com/api/v2/locations/search?companyId=&skip=0&limit=10","description":"<p>Busca locations (sub-cuentas) en Ropofy.</p>\n","urlObject":{"path":["api","v2","locations","search"],"host":["api","ropofy","com"],"query":[{"description":{"content":"<p>ID de la compañía</p>\n","type":"text/plain"},"key":"companyId","value":""},{"description":{"content":"<p>Paginación</p>\n","type":"text/plain"},"key":"skip","value":"0"},{"description":{"content":"<p>Límite</p>\n","type":"text/plain"},"key":"limit","value":"10"}],"variable":[]}},"response":[],"_postman_id":"f73924b3-9307-4eab-bc10-54045ef116cf"},{"name":"Create Location","id":"c6ba199a-4986-4429-8dce-9bd5cc04d036","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"Mi Negocio\",\n  \"address\": \"\",\n  \"city\": \"\",\n  \"state\": \"\",\n  \"country\": \"CO\",\n  \"postalCode\": \"\",\n  \"website\": \"\",\n  \"timezone\": \"America/Bogota\",\n  \"firstName\": \"\",\n  \"lastName\": \"\",\n  \"email\": \"\",\n  \"phone\": \"\",\n  \"companyId\": \"\"\n}","options":{"raw":{"language":"json"}}},"url":"api.ropofy.com/api/v2/locations","description":"<p>Crea una nueva sub-cuenta en Ropofy.</p>\n","urlObject":{"path":["api","v2","locations"],"host":["api","ropofy","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"c6ba199a-4986-4429-8dce-9bd5cc04d036"},{"name":"Get Location","id":"e54cad5a-deaa-4aa9-9c4c-561b16884156","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"url":"api.ropofy.com/api/v2/locations/","description":"<p>Obtiene el detalle de una location.</p>\n","urlObject":{"path":["api","v2","locations",""],"host":["api","ropofy","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"e54cad5a-deaa-4aa9-9c4c-561b16884156"},{"name":"Update Location","id":"9abe0e3f-a0ff-4aa7-85df-3417e8e47380","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"\",\n  \"address\": \"\",\n  \"city\": \"\",\n  \"state\": \"\",\n  \"country\": \"\",\n  \"postalCode\": \"\",\n  \"website\": \"\",\n  \"timezone\": \"\"\n}","options":{"raw":{"language":"json"}}},"url":"api.ropofy.com/api/v2/locations/","description":"<p>Actualiza los datos de una location.</p>\n","urlObject":{"path":["api","v2","locations",""],"host":["api","ropofy","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"9abe0e3f-a0ff-4aa7-85df-3417e8e47380"},{"name":"Delete Location","id":"b7544c90-1a10-4c4a-b2e7-08f5148e94e5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"url":"api.ropofy.com/api/v2/locations/","description":"<p>Elimina una location de Ropofy.</p>\n","urlObject":{"path":["api","v2","locations",""],"host":["api","ropofy","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"b7544c90-1a10-4c4a-b2e7-08f5148e94e5"},{"name":"Get Custom Values","id":"bce01d60-63d7-4e12-901f-604790a96f84","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"url":"api.ropofy.com/api/v2/locations//customValues","description":"<p>Obtiene los custom values de una location.</p>\n","urlObject":{"path":["api","v2","locations","","customValues"],"host":["api","ropofy","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"bce01d60-63d7-4e12-901f-604790a96f84"},{"name":"Create Custom Value","id":"3b7aa5db-e489-460e-a7c8-02dd58ca92f2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"Mi Variable\",\n  \"value\": \"valor\"\n}","options":{"raw":{"language":"json"}}},"url":"api.ropofy.com/api/v2/locations//customValues","description":"<p>Crea un nuevo custom value en la location.</p>\n","urlObject":{"path":["api","v2","locations","","customValues"],"host":["api","ropofy","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"3b7aa5db-e489-460e-a7c8-02dd58ca92f2"},{"name":"Update Custom Value","id":"599180dd-96b0-49e3-bf40-20e0d87366ed","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"\",\n  \"value\": \"\"\n}","options":{"raw":{"language":"json"}}},"url":"api.ropofy.com/api/v2/locations//customValues/{{customValueId}}","description":"<p>Actualiza un custom value existente.</p>\n","urlObject":{"path":["api","v2","locations","","customValues","{{customValueId}}"],"host":["api","ropofy","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"599180dd-96b0-49e3-bf40-20e0d87366ed"},{"name":"Delete Custom Value","id":"c1d44bf5-678a-4a90-b791-75303cc68a24","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"url":"api.ropofy.com/api/v2/locations//customValues/{{customValueId}}","description":"<p>Elimina un custom value de la location.</p>\n","urlObject":{"path":["api","v2","locations","","customValues","{{customValueId}}"],"host":["api","ropofy","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"c1d44bf5-678a-4a90-b791-75303cc68a24"},{"name":"Get Custom Fields","id":"3f3d9b5b-9980-4f0f-be01-03ee4b26d3eb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"url":"api.ropofy.com/api/v2/locations//customFields","description":"<p>Obtiene los campos personalizados de una location.</p>\n","urlObject":{"path":["api","v2","locations","","customFields"],"host":["api","ropofy","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"3f3d9b5b-9980-4f0f-be01-03ee4b26d3eb"},{"name":"Create Custom Field","id":"9a72b525-2569-458a-a1c9-c71d8a7dcf50","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"\",\n  \"dataType\": \"TEXT\",\n  \"placeholder\": \"\",\n  \"acceptedValues\": [],\n  \"isRequired\": false,\n  \"fieldKey\": \"\"\n}","options":{"raw":{"language":"json"}}},"url":"api.ropofy.com/api/v2/locations//customFields","description":"<p>Crea un campo personalizado.</p>\n","urlObject":{"path":["api","v2","locations","","customFields"],"host":["api","ropofy","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"9a72b525-2569-458a-a1c9-c71d8a7dcf50"},{"name":"Update Custom Field","id":"bb72af27-76e0-4213-8134-548eed31d513","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"\",\n  \"placeholder\": \"\"\n}","options":{"raw":{"language":"json"}}},"url":"api.ropofy.com/api/v2/locations//customFields/{{fieldId}}","description":"<p>Actualiza un campo personalizado.</p>\n","urlObject":{"path":["api","v2","locations","","customFields","{{fieldId}}"],"host":["api","ropofy","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"bb72af27-76e0-4213-8134-548eed31d513"},{"name":"Delete Custom Field","id":"2740f133-2301-4e7c-8d0f-3776e9d8b916","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"url":"api.ropofy.com/api/v2/locations//customFields/{{fieldId}}","description":"<p>Elimina un campo personalizado.</p>\n","urlObject":{"path":["api","v2","locations","","customFields","{{fieldId}}"],"host":["api","ropofy","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"2740f133-2301-4e7c-8d0f-3776e9d8b916"}],"id":"518c3fab-ee3f-429d-ae88-4aea8f0ca026","_postman_id":"518c3fab-ee3f-429d-ae88-4aea8f0ca026","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"4ce4db90-b5c5-49b4-a0a0-b9305eef97e2","id":"4ce4db90-b5c5-49b4-a0a0-b9305eef97e2","name":"Ropofy API v2","type":"collection"}}},{"name":"Users","item":[{"name":"Get Users","id":"8c45ad09-98c5-4483-8348-829e1b83f8f9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"url":"api.ropofy.com/api/v2/users?locationId=","description":"<p>Lista todos los usuarios de la location.</p>\n","urlObject":{"path":["api","v2","users"],"host":["api","ropofy","com"],"query":[{"description":{"content":"<p>ID de la location</p>\n","type":"text/plain"},"key":"locationId","value":""}],"variable":[]}},"response":[],"_postman_id":"8c45ad09-98c5-4483-8348-829e1b83f8f9"},{"name":"Create User","id":"f68c26a0-fa39-40d0-a548-a9895e84072f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"companyId\": \"\",\n  \"firstName\": \"\",\n  \"lastName\": \"\",\n  \"email\": \"\",\n  \"password\": \"\",\n  \"type\": \"account\",\n  \"role\": \"user\",\n  \"locationIds\": [\n    \"\"\n  ],\n  \"permissions\": {}\n}","options":{"raw":{"language":"json"}}},"url":"api.ropofy.com/api/v2/users","description":"<p>Crea un nuevo usuario en Ropofy.</p>\n","urlObject":{"path":["api","v2","users"],"host":["api","ropofy","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"f68c26a0-fa39-40d0-a548-a9895e84072f"},{"name":"Get User","id":"aeb4b273-d232-4181-bd8f-c48f09ffed6f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"url":"api.ropofy.com/api/v2/users/","description":"<p>Obtiene un usuario por su ID.</p>\n","urlObject":{"path":["api","v2","users",""],"host":["api","ropofy","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"aeb4b273-d232-4181-bd8f-c48f09ffed6f"},{"name":"Update User","id":"aa9537eb-4f2d-4b65-97ca-6e320156aa80","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"firstName\": \"\",\n  \"lastName\": \"\",\n  \"email\": \"\",\n  \"phone\": \"\",\n  \"type\": \"account\",\n  \"role\": \"user\",\n  \"locationIds\": []\n}","options":{"raw":{"language":"json"}}},"url":"api.ropofy.com/api/v2/users/","description":"<p>Actualiza los datos de un usuario.</p>\n","urlObject":{"path":["api","v2","users",""],"host":["api","ropofy","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"aa9537eb-4f2d-4b65-97ca-6e320156aa80"},{"name":"Delete User","id":"8915a6aa-1f6a-4a1f-836d-081c8e6d6736","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"url":"api.ropofy.com/api/v2/users/","description":"<p>Elimina un usuario de Ropofy.</p>\n","urlObject":{"path":["api","v2","users",""],"host":["api","ropofy","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"8915a6aa-1f6a-4a1f-836d-081c8e6d6736"},{"name":"Get User by Location","id":"29d94c21-88dd-465b-b4d2-8cc3865acc44","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"url":"api.ropofy.com/api/v2/users?locationId=&type=","description":"<p>Obtiene usuarios filtrados por location.</p>\n","urlObject":{"path":["api","v2","users"],"host":["api","ropofy","com"],"query":[{"description":{"content":"<p>ID de la location</p>\n","type":"text/plain"},"key":"locationId","value":""},{"description":{"content":"<p>Tipo de usuario</p>\n","type":"text/plain"},"key":"type","value":""}],"variable":[]}},"response":[],"_postman_id":"29d94c21-88dd-465b-b4d2-8cc3865acc44"}],"id":"f55552e3-1268-46a8-90b6-0b08be8a520a","_postman_id":"f55552e3-1268-46a8-90b6-0b08be8a520a","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"4ce4db90-b5c5-49b4-a0a0-b9305eef97e2","id":"4ce4db90-b5c5-49b4-a0a0-b9305eef97e2","name":"Ropofy API v2","type":"collection"}}},{"name":"Workflows","item":[{"name":"Get Workflows","id":"fbb436b3-db79-47e1-8b99-583e9c75653b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"url":"api.ropofy.com/api/v2/workflows?locationId=","description":"<p>Lista todos los workflows de una location en Ropofy.</p>\n","urlObject":{"path":["api","v2","workflows"],"host":["api","ropofy","com"],"query":[{"description":{"content":"<p>ID de la location</p>\n","type":"text/plain"},"key":"locationId","value":""}],"variable":[]}},"response":[],"_postman_id":"fbb436b3-db79-47e1-8b99-583e9c75653b"}],"id":"5e11778e-f1dd-4eb6-9251-74b8f95c2d0c","_postman_id":"5e11778e-f1dd-4eb6-9251-74b8f95c2d0c","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"4ce4db90-b5c5-49b4-a0a0-b9305eef97e2","id":"4ce4db90-b5c5-49b4-a0a0-b9305eef97e2","name":"Ropofy API v2","type":"collection"}}},{"name":"Campaigns","item":[{"name":"Get Campaigns","id":"2be21c08-a8a9-4068-939c-29c4d94b64d8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"url":"api.ropofy.com/api/v2/campaigns?locationId=&status=","description":"<p>Lista todas las campañas de una location en Ropofy.</p>\n","urlObject":{"path":["api","v2","campaigns"],"host":["api","ropofy","com"],"query":[{"description":{"content":"<p>ID de la location</p>\n","type":"text/plain"},"key":"locationId","value":""},{"description":{"content":"<p>Estado: active, inactive, draft</p>\n","type":"text/plain"},"key":"status","value":""}],"variable":[]}},"response":[],"_postman_id":"2be21c08-a8a9-4068-939c-29c4d94b64d8"}],"id":"672b46a7-80dc-456b-8d4c-30bd9df332e3","_postman_id":"672b46a7-80dc-456b-8d4c-30bd9df332e3","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"4ce4db90-b5c5-49b4-a0a0-b9305eef97e2","id":"4ce4db90-b5c5-49b4-a0a0-b9305eef97e2","name":"Ropofy API v2","type":"collection"}}},{"name":"Forms","item":[{"name":"Get Forms","id":"b8dafa34-c8af-4c5c-8b51-e44a26568af8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"url":"api.ropofy.com/api/v2/forms?locationId=&skip=0&limit=20","description":"<p>Lista todos los formularios de una location en Ropofy.</p>\n","urlObject":{"path":["api","v2","forms"],"host":["api","ropofy","com"],"query":[{"description":{"content":"<p>ID de la location</p>\n","type":"text/plain"},"key":"locationId","value":""},{"description":{"content":"<p>Paginación</p>\n","type":"text/plain"},"key":"skip","value":"0"},{"description":{"content":"<p>Límite</p>\n","type":"text/plain"},"key":"limit","value":"20"}],"variable":[]}},"response":[],"_postman_id":"b8dafa34-c8af-4c5c-8b51-e44a26568af8"},{"name":"Get Form Submissions","id":"39bd0e19-f28b-4c89-bb75-c15b549d70f1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"url":"api.ropofy.com/api/v2/forms/submissions?locationId=&formId=&page=1&limit=20","description":"<p>Obtiene las submissions de formularios.</p>\n","urlObject":{"path":["api","v2","forms","submissions"],"host":["api","ropofy","com"],"query":[{"description":{"content":"<p>ID de la location</p>\n","type":"text/plain"},"key":"locationId","value":""},{"description":{"content":"<p>ID del formulario</p>\n","type":"text/plain"},"key":"formId","value":""},{"description":{"content":"<p>Página</p>\n","type":"text/plain"},"key":"page","value":"1"},{"description":{"content":"<p>Límite</p>\n","type":"text/plain"},"key":"limit","value":"20"}],"variable":[]}},"response":[],"_postman_id":"39bd0e19-f28b-4c89-bb75-c15b549d70f1"}],"id":"742e1c00-7cf1-4c36-9789-5f696c0a79a1","_postman_id":"742e1c00-7cf1-4c36-9789-5f696c0a79a1","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"4ce4db90-b5c5-49b4-a0a0-b9305eef97e2","id":"4ce4db90-b5c5-49b4-a0a0-b9305eef97e2","name":"Ropofy API v2","type":"collection"}}},{"name":"Surveys","item":[{"name":"Get Surveys","id":"0c9a5e48-12bb-4688-aab8-cae7c7cfb736","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"url":"api.ropofy.com/api/v2/surveys?locationId=&skip=0&limit=20","description":"<p>Lista todas las encuestas de una location.</p>\n","urlObject":{"path":["api","v2","surveys"],"host":["api","ropofy","com"],"query":[{"description":{"content":"<p>ID de la location</p>\n","type":"text/plain"},"key":"locationId","value":""},{"description":{"content":"<p>Paginación</p>\n","type":"text/plain"},"key":"skip","value":"0"},{"description":{"content":"<p>Límite</p>\n","type":"text/plain"},"key":"limit","value":"20"}],"variable":[]}},"response":[],"_postman_id":"0c9a5e48-12bb-4688-aab8-cae7c7cfb736"},{"name":"Get Survey Submissions","id":"8769b956-af53-419b-ada0-b766d76ed4b2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"url":"api.ropofy.com/api/v2/surveys/submissions?locationId=&surveyId=&page=1&limit=20","description":"<p>Obtiene las respuestas de encuestas.</p>\n","urlObject":{"path":["api","v2","surveys","submissions"],"host":["api","ropofy","com"],"query":[{"description":{"content":"<p>ID de la location</p>\n","type":"text/plain"},"key":"locationId","value":""},{"description":{"content":"<p>ID de la encuesta</p>\n","type":"text/plain"},"key":"surveyId","value":""},{"description":{"content":"<p>Página</p>\n","type":"text/plain"},"key":"page","value":"1"},{"description":{"content":"<p>Límite</p>\n","type":"text/plain"},"key":"limit","value":"20"}],"variable":[]}},"response":[],"_postman_id":"8769b956-af53-419b-ada0-b766d76ed4b2"}],"id":"da432bd0-c48c-4c7e-a798-11d9a46575ca","_postman_id":"da432bd0-c48c-4c7e-a798-11d9a46575ca","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"4ce4db90-b5c5-49b4-a0a0-b9305eef97e2","id":"4ce4db90-b5c5-49b4-a0a0-b9305eef97e2","name":"Ropofy API v2","type":"collection"}}},{"name":"Payments","item":[{"name":"Get Orders","id":"5acf09e0-4002-42cc-bc42-8f0bbbe8fcfc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"url":"api.ropofy.com/api/v2/payments/orders?locationId=&altId=&altType=location&limit=20&offset=0","description":"<p>Lista las órdenes de pago de una location.</p>\n","urlObject":{"path":["api","v2","payments","orders"],"host":["api","ropofy","com"],"query":[{"description":{"content":"<p>ID de la location</p>\n","type":"text/plain"},"key":"locationId","value":""},{"description":{"content":"<p>Alt ID</p>\n","type":"text/plain"},"key":"altId","value":""},{"description":{"content":"<p>Tipo de alt ID</p>\n","type":"text/plain"},"key":"altType","value":"location"},{"description":{"content":"<p>Límite</p>\n","type":"text/plain"},"key":"limit","value":"20"},{"description":{"content":"<p>Offset</p>\n","type":"text/plain"},"key":"offset","value":"0"}],"variable":[]}},"response":[],"_postman_id":"5acf09e0-4002-42cc-bc42-8f0bbbe8fcfc"},{"name":"Get Order by ID","id":"66e97fa0-8637-4f54-a971-3c8c087c5ff2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"url":"api.ropofy.com/api/v2/payments/orders/{{orderId}}?locationId=&altId=&altType=location","description":"<p>Obtiene el detalle de una orden.</p>\n","urlObject":{"path":["api","v2","payments","orders","{{orderId}}"],"host":["api","ropofy","com"],"query":[{"description":{"content":"<p>ID de la location</p>\n","type":"text/plain"},"key":"locationId","value":""},{"description":{"content":"<p>Alt ID</p>\n","type":"text/plain"},"key":"altId","value":""},{"description":{"content":"<p>Tipo</p>\n","type":"text/plain"},"key":"altType","value":"location"}],"variable":[]}},"response":[],"_postman_id":"66e97fa0-8637-4f54-a971-3c8c087c5ff2"},{"name":"Get Transactions","id":"9fed5bdd-fd07-4326-a1eb-3be220d575c9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"url":"api.ropofy.com/api/v2/payments/transactions?locationId=&altId=&altType=location&limit=20&offset=0","description":"<p>Lista las transacciones de pago.</p>\n","urlObject":{"path":["api","v2","payments","transactions"],"host":["api","ropofy","com"],"query":[{"description":{"content":"<p>ID de la location</p>\n","type":"text/plain"},"key":"locationId","value":""},{"description":{"content":"<p>Alt ID</p>\n","type":"text/plain"},"key":"altId","value":""},{"description":{"content":"<p>Tipo</p>\n","type":"text/plain"},"key":"altType","value":"location"},{"description":{"content":"<p>Límite</p>\n","type":"text/plain"},"key":"limit","value":"20"},{"description":{"content":"<p>Offset</p>\n","type":"text/plain"},"key":"offset","value":"0"}],"variable":[]}},"response":[],"_postman_id":"9fed5bdd-fd07-4326-a1eb-3be220d575c9"},{"name":"Get Subscriptions","id":"2c41927f-2d5f-4ada-9c1b-d9b7509b8d7f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"url":"api.ropofy.com/api/v2/payments/subscriptions?locationId=&altId=&altType=location&limit=20&offset=0","description":"<p>Lista las suscripciones activas.</p>\n","urlObject":{"path":["api","v2","payments","subscriptions"],"host":["api","ropofy","com"],"query":[{"description":{"content":"<p>ID de la location</p>\n","type":"text/plain"},"key":"locationId","value":""},{"description":{"content":"<p>Alt ID</p>\n","type":"text/plain"},"key":"altId","value":""},{"description":{"content":"<p>Tipo</p>\n","type":"text/plain"},"key":"altType","value":"location"},{"description":{"content":"<p>Límite</p>\n","type":"text/plain"},"key":"limit","value":"20"},{"description":{"content":"<p>Offset</p>\n","type":"text/plain"},"key":"offset","value":"0"}],"variable":[]}},"response":[],"_postman_id":"2c41927f-2d5f-4ada-9c1b-d9b7509b8d7f"},{"name":"Create Order","id":"c10a37c7-8857-4ae1-8d2d-27d7ec2c5b97","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"altId\": \"\",\n  \"altType\": \"location\",\n  \"contactId\": \"\",\n  \"currency\": \"USD\",\n  \"items\": []\n}","options":{"raw":{"language":"json"}}},"url":"api.ropofy.com/api/v2/payments/orders","description":"<p>Crea una nueva orden de pago.</p>\n","urlObject":{"path":["api","v2","payments","orders"],"host":["api","ropofy","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"c10a37c7-8857-4ae1-8d2d-27d7ec2c5b97"},{"name":"Connect Custom Payment Provider","id":"0ff34152-2a3b-49ab-bd78-8e7550c57dab","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"locationId\": \"\",\n  \"marketplaceAppId\": \"\"\n}","options":{"raw":{"language":"json"}}},"url":"api.ropofy.com/api/v2/payments/custom-provider/connect","description":"<p>Conecta un proveedor de pago personalizado.</p>\n","urlObject":{"path":["api","v2","payments","custom-provider","connect"],"host":["api","ropofy","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"0ff34152-2a3b-49ab-bd78-8e7550c57dab"},{"name":"Disconnect Custom Payment Provider","id":"34732c2d-9d20-4e7b-945a-bff6d9caf390","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"locationId\": \"\",\n  \"marketplaceAppId\": \"\"\n}","options":{"raw":{"language":"json"}}},"url":"api.ropofy.com/api/v2/payments/custom-provider/disconnect","description":"<p>Desconecta un proveedor de pago personalizado.</p>\n","urlObject":{"path":["api","v2","payments","custom-provider","disconnect"],"host":["api","ropofy","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"34732c2d-9d20-4e7b-945a-bff6d9caf390"}],"id":"0d6ced23-33bb-486c-a068-acf084e78290","_postman_id":"0d6ced23-33bb-486c-a068-acf084e78290","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"4ce4db90-b5c5-49b4-a0a0-b9305eef97e2","id":"4ce4db90-b5c5-49b4-a0a0-b9305eef97e2","name":"Ropofy API v2","type":"collection"}}},{"name":"Invoices","item":[{"name":"Get Invoices","id":"e4f28b5a-d257-45df-9e53-f6fb05cc953e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"url":"api.ropofy.com/api/v2/invoices?altId=&altType=location&limit=20&offset=0","description":"<p>Lista las facturas de una location.</p>\n","urlObject":{"path":["api","v2","invoices"],"host":["api","ropofy","com"],"query":[{"description":{"content":"<p>ID de la location</p>\n","type":"text/plain"},"key":"altId","value":""},{"description":{"content":"<p>Tipo</p>\n","type":"text/plain"},"key":"altType","value":"location"},{"description":{"content":"<p>Límite</p>\n","type":"text/plain"},"key":"limit","value":"20"},{"description":{"content":"<p>Offset</p>\n","type":"text/plain"},"key":"offset","value":"0"}],"variable":[]}},"response":[],"_postman_id":"e4f28b5a-d257-45df-9e53-f6fb05cc953e"},{"name":"Create Invoice","id":"82122b2a-c0dd-41a3-a6cf-e8d32d3ac532","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"altId\": \"\",\n  \"altType\": \"location\",\n  \"name\": \"Factura #001\",\n  \"businessDetails\": {},\n  \"currency\": \"USD\",\n  \"items\": [],\n  \"discount\": {},\n  \"termsNotes\": \"\",\n  \"title\": \"\",\n  \"contactDetails\": {}\n}","options":{"raw":{"language":"json"}}},"url":"api.ropofy.com/api/v2/invoices","description":"<p>Crea una nueva factura en Ropofy.</p>\n","urlObject":{"path":["api","v2","invoices"],"host":["api","ropofy","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"82122b2a-c0dd-41a3-a6cf-e8d32d3ac532"},{"name":"Get Invoice","id":"25ee139f-86a8-4761-b992-327cb20da942","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"url":"api.ropofy.com/api/v2/invoices/?altId=&altType=location","description":"<p>Obtiene el detalle de una factura.</p>\n","urlObject":{"path":["api","v2","invoices",""],"host":["api","ropofy","com"],"query":[{"description":{"content":"<p>ID de la location</p>\n","type":"text/plain"},"key":"altId","value":""},{"description":{"content":"<p>Tipo</p>\n","type":"text/plain"},"key":"altType","value":"location"}],"variable":[]}},"response":[],"_postman_id":"25ee139f-86a8-4761-b992-327cb20da942"},{"name":"Update Invoice","id":"0252871e-ba34-47ca-9716-87d2073254b6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"\",\n  \"currency\": \"USD\",\n  \"items\": [],\n  \"discount\": {}\n}","options":{"raw":{"language":"json"}}},"url":"api.ropofy.com/api/v2/invoices/","description":"<p>Actualiza una factura existente.</p>\n","urlObject":{"path":["api","v2","invoices",""],"host":["api","ropofy","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"0252871e-ba34-47ca-9716-87d2073254b6"},{"name":"Delete Invoice","id":"501826b9-fdc9-4892-892f-d9017d479a50","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"url":"api.ropofy.com/api/v2/invoices/?altId=&altType=location","description":"<p>Elimina una factura.</p>\n","urlObject":{"path":["api","v2","invoices",""],"host":["api","ropofy","com"],"query":[{"description":{"content":"<p>ID de la location</p>\n","type":"text/plain"},"key":"altId","value":""},{"description":{"content":"<p>Tipo</p>\n","type":"text/plain"},"key":"altType","value":"location"}],"variable":[]}},"response":[],"_postman_id":"501826b9-fdc9-4892-892f-d9017d479a50"},{"name":"Send Invoice","id":"7c43339d-51a5-46cf-8b54-dead21be5325","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"altId\": \"\",\n  \"altType\": \"location\",\n  \"action\": \"SendEmail\",\n  \"userId\": \"\"\n}","options":{"raw":{"language":"json"}}},"url":"api.ropofy.com/api/v2/invoices//send","description":"<p>Envía una factura al contacto.</p>\n","urlObject":{"path":["api","v2","invoices","","send"],"host":["api","ropofy","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"7c43339d-51a5-46cf-8b54-dead21be5325"},{"name":"Void Invoice","id":"4a745e02-80c2-4c83-9ad9-0e46544f07f5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"altId\": \"\",\n  \"altType\": \"location\"\n}","options":{"raw":{"language":"json"}}},"url":"api.ropofy.com/api/v2/invoices//void","description":"<p>Anula una factura.</p>\n","urlObject":{"path":["api","v2","invoices","","void"],"host":["api","ropofy","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"4a745e02-80c2-4c83-9ad9-0e46544f07f5"},{"name":"Record Invoice Payment","id":"7554c3b8-26e0-401d-877e-ff8a82e3d9a3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"altId\": \"\",\n  \"altType\": \"location\",\n  \"mode\": \"cash\",\n  \"notes\": \"\"\n}","options":{"raw":{"language":"json"}}},"url":"api.ropofy.com/api/v2/invoices//record-payment","description":"<p>Registra un pago manual en una factura.</p>\n","urlObject":{"path":["api","v2","invoices","","record-payment"],"host":["api","ropofy","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"7554c3b8-26e0-401d-877e-ff8a82e3d9a3"},{"name":"Get Invoice Templates","id":"0a7bf01a-dd10-4294-9d0e-a607bee1c05a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"url":"api.ropofy.com/api/v2/invoices/templates?altId=&altType=location&limit=20","description":"<p>Lista los templates de facturas.</p>\n","urlObject":{"path":["api","v2","invoices","templates"],"host":["api","ropofy","com"],"query":[{"description":{"content":"<p>ID de la location</p>\n","type":"text/plain"},"key":"altId","value":""},{"description":{"content":"<p>Tipo</p>\n","type":"text/plain"},"key":"altType","value":"location"},{"description":{"content":"<p>Límite</p>\n","type":"text/plain"},"key":"limit","value":"20"}],"variable":[]}},"response":[],"_postman_id":"0a7bf01a-dd10-4294-9d0e-a607bee1c05a"}],"id":"f670c463-421c-45fe-be36-d47253d3eb43","_postman_id":"f670c463-421c-45fe-be36-d47253d3eb43","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"4ce4db90-b5c5-49b4-a0a0-b9305eef97e2","id":"4ce4db90-b5c5-49b4-a0a0-b9305eef97e2","name":"Ropofy API v2","type":"collection"}}},{"name":"Products","item":[{"name":"Get Products","id":"63e7c1b4-e514-418d-8a10-0fcac646ddb4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"url":"api.ropofy.com/api/v2/products?locationId=&limit=20&skip=0","description":"<p>Lista los productos de una location en Ropofy.</p>\n","urlObject":{"path":["api","v2","products"],"host":["api","ropofy","com"],"query":[{"description":{"content":"<p>ID de la location</p>\n","type":"text/plain"},"key":"locationId","value":""},{"description":{"content":"<p>Límite</p>\n","type":"text/plain"},"key":"limit","value":"20"},{"description":{"content":"<p>Paginación</p>\n","type":"text/plain"},"key":"skip","value":"0"}],"variable":[]}},"response":[],"_postman_id":"63e7c1b4-e514-418d-8a10-0fcac646ddb4"},{"name":"Create Product","id":"1b3d5606-55e7-41e5-83ad-ca56f4da2029","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"locationId\": \"\",\n  \"name\": \"Producto nuevo\",\n  \"description\": \"\",\n  \"productType\": \"SERVICE\",\n  \"availableInStore\": true,\n  \"image\": \"\",\n  \"statementDescriptor\": \"\"\n}","options":{"raw":{"language":"json"}}},"url":"api.ropofy.com/api/v2/products","description":"<p>Crea un nuevo producto.</p>\n","urlObject":{"path":["api","v2","products"],"host":["api","ropofy","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"1b3d5606-55e7-41e5-83ad-ca56f4da2029"},{"name":"Get Product","id":"b421899e-efed-440b-afe5-de923fe80967","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"url":"api.ropofy.com/api/v2/products/","description":"<p>Obtiene un producto por su ID.</p>\n","urlObject":{"path":["api","v2","products",""],"host":["api","ropofy","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"b421899e-efed-440b-afe5-de923fe80967"},{"name":"Update Product","id":"3b266951-4dda-4f11-8dbf-33201a3cd204","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"\",\n  \"description\": \"\",\n  \"availableInStore\": true\n}","options":{"raw":{"language":"json"}}},"url":"api.ropofy.com/api/v2/products/","description":"<p>Actualiza un producto existente.</p>\n","urlObject":{"path":["api","v2","products",""],"host":["api","ropofy","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"3b266951-4dda-4f11-8dbf-33201a3cd204"},{"name":"Delete Product","id":"ebfa3906-382c-48e4-b411-3898ceed1aaf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"url":"api.ropofy.com/api/v2/products/","description":"<p>Elimina un producto.</p>\n","urlObject":{"path":["api","v2","products",""],"host":["api","ropofy","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"ebfa3906-382c-48e4-b411-3898ceed1aaf"},{"name":"Get Product Prices","id":"91988990-382f-435f-bd92-02db6049015a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"url":"api.ropofy.com/api/v2/products//price","description":"<p>Lista los precios de un producto.</p>\n","urlObject":{"path":["api","v2","products","","price"],"host":["api","ropofy","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"91988990-382f-435f-bd92-02db6049015a"},{"name":"Create Product Price","id":"ea3bdf60-fc0f-402a-b61b-f87d0171fb93","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"Precio base\",\n  \"type\": \"one_time\",\n  \"currency\": \"USD\",\n  \"amount\": 0,\n  \"recurring\": {},\n  \"variantOptionIds\": []\n}","options":{"raw":{"language":"json"}}},"url":"api.ropofy.com/api/v2/products//price","description":"<p>Crea un precio para un producto.</p>\n","urlObject":{"path":["api","v2","products","","price"],"host":["api","ropofy","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"ea3bdf60-fc0f-402a-b61b-f87d0171fb93"},{"name":"Update Product Price","id":"db6072e7-0701-4250-9c52-ef4d317b34a0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"\",\n  \"amount\": 0\n}","options":{"raw":{"language":"json"}}},"url":"api.ropofy.com/api/v2/products//price/{{priceId}}","description":"<p>Actualiza el precio de un producto.</p>\n","urlObject":{"path":["api","v2","products","","price","{{priceId}}"],"host":["api","ropofy","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"db6072e7-0701-4250-9c52-ef4d317b34a0"},{"name":"Delete Product Price","id":"9fee6cbd-1fcc-41e9-88c2-e73a4c0f0327","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"url":"api.ropofy.com/api/v2/products//price/{{priceId}}","description":"<p>Elimina un precio de producto.</p>\n","urlObject":{"path":["api","v2","products","","price","{{priceId}}"],"host":["api","ropofy","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"9fee6cbd-1fcc-41e9-88c2-e73a4c0f0327"}],"id":"f0f3841d-8b1d-4510-9c1b-f5bf1dcaf633","_postman_id":"f0f3841d-8b1d-4510-9c1b-f5bf1dcaf633","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"4ce4db90-b5c5-49b4-a0a0-b9305eef97e2","id":"4ce4db90-b5c5-49b4-a0a0-b9305eef97e2","name":"Ropofy API v2","type":"collection"}}},{"name":"Businesses","item":[{"name":"Get Businesses","id":"bc736613-7678-465d-af10-a40032753ce4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"url":"api.ropofy.com/api/v2/businesses?locationId=","description":"<p>Lista los negocios de una location en Ropofy.</p>\n","urlObject":{"path":["api","v2","businesses"],"host":["api","ropofy","com"],"query":[{"description":{"content":"<p>ID de la location</p>\n","type":"text/plain"},"key":"locationId","value":""}],"variable":[]}},"response":[],"_postman_id":"bc736613-7678-465d-af10-a40032753ce4"},{"name":"Create Business","id":"2d8bd22b-4738-4f98-8d96-58507d071afa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"locationId\": \"\",\n  \"name\": \"Mi Negocio\",\n  \"phone\": \"\",\n  \"email\": \"\",\n  \"website\": \"\",\n  \"address\": \"\",\n  \"city\": \"\",\n  \"state\": \"\",\n  \"country\": \"CO\",\n  \"postalCode\": \"\"\n}","options":{"raw":{"language":"json"}}},"url":"api.ropofy.com/api/v2/businesses","description":"<p>Crea un nuevo negocio.</p>\n","urlObject":{"path":["api","v2","businesses"],"host":["api","ropofy","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"2d8bd22b-4738-4f98-8d96-58507d071afa"},{"name":"Get Business","id":"b17ce5b8-52fc-4e63-aba5-391d23f96e83","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"url":"api.ropofy.com/api/v2/businesses/{{businessId}}","description":"<p>Obtiene un negocio por su ID.</p>\n","urlObject":{"path":["api","v2","businesses","{{businessId}}"],"host":["api","ropofy","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"b17ce5b8-52fc-4e63-aba5-391d23f96e83"},{"name":"Update Business","id":"381dced4-2dfc-4a70-9380-906a73016cc4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"\",\n  \"phone\": \"\",\n  \"email\": \"\",\n  \"website\": \"\"\n}","options":{"raw":{"language":"json"}}},"url":"api.ropofy.com/api/v2/businesses/{{businessId}}","description":"<p>Actualiza los datos de un negocio.</p>\n","urlObject":{"path":["api","v2","businesses","{{businessId}}"],"host":["api","ropofy","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"381dced4-2dfc-4a70-9380-906a73016cc4"},{"name":"Delete Business","id":"3f1f2a39-d515-447b-ac2d-a28436ffbe4b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"url":"api.ropofy.com/api/v2/businesses/{{businessId}}","description":"<p>Elimina un negocio.</p>\n","urlObject":{"path":["api","v2","businesses","{{businessId}}"],"host":["api","ropofy","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"3f1f2a39-d515-447b-ac2d-a28436ffbe4b"}],"id":"44c58f2a-b681-4899-a6f3-19ae92418e22","_postman_id":"44c58f2a-b681-4899-a6f3-19ae92418e22","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"4ce4db90-b5c5-49b4-a0a0-b9305eef97e2","id":"4ce4db90-b5c5-49b4-a0a0-b9305eef97e2","name":"Ropofy API v2","type":"collection"}}},{"name":"Blogs","item":[{"name":"Get Blog Posts","id":"0eb0e0e4-ebd9-4bd9-8562-350f4f58f853","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"url":"api.ropofy.com/api/v2/blogs/posts?locationId=&limit=10&offset=0&status=","description":"<p>Lista los posts del blog de una location.</p>\n","urlObject":{"path":["api","v2","blogs","posts"],"host":["api","ropofy","com"],"query":[{"description":{"content":"<p>ID de la location</p>\n","type":"text/plain"},"key":"locationId","value":""},{"description":{"content":"<p>Límite</p>\n","type":"text/plain"},"key":"limit","value":"10"},{"description":{"content":"<p>Paginación</p>\n","type":"text/plain"},"key":"offset","value":"0"},{"description":{"content":"<p>Estado: draft, published</p>\n","type":"text/plain"},"key":"status","value":""}],"variable":[]}},"response":[],"_postman_id":"0eb0e0e4-ebd9-4bd9-8562-350f4f58f853"},{"name":"Create Blog Post","id":"fa5bb8cc-fe4e-4ca8-8ba3-8c59f55d5959","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"locationId\": \"\",\n  \"title\": \"\",\n  \"description\": \"\",\n  \"imageUrl\": \"\",\n  \"rawHTML\": \"\",\n  \"status\": \"draft\",\n  \"categories\": [],\n  \"tags\": [],\n  \"author\": \"\",\n  \"urlSlug\": \"\",\n  \"canonicalLink\": \"\"\n}","options":{"raw":{"language":"json"}}},"url":"api.ropofy.com/api/v2/blogs/posts","description":"<p>Crea un nuevo post en el blog de Ropofy.</p>\n","urlObject":{"path":["api","v2","blogs","posts"],"host":["api","ropofy","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"fa5bb8cc-fe4e-4ca8-8ba3-8c59f55d5959"},{"name":"Update Blog Post","id":"8893e0dc-3ec7-4f26-b446-d705f35741ad","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"title\": \"\",\n  \"description\": \"\",\n  \"status\": \"published\",\n  \"categories\": [],\n  \"tags\": []\n}","options":{"raw":{"language":"json"}}},"url":"api.ropofy.com/api/v2/blogs/posts/{{postId}}","description":"<p>Actualiza un post del blog.</p>\n","urlObject":{"path":["api","v2","blogs","posts","{{postId}}"],"host":["api","ropofy","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"8893e0dc-3ec7-4f26-b446-d705f35741ad"},{"name":"Get Blog Categories","id":"975d4f91-2fe5-4f9d-8495-2a5ce0a8fcd2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"url":"api.ropofy.com/api/v2/blogs/categories?locationId=","description":"<p>Lista las categorías del blog.</p>\n","urlObject":{"path":["api","v2","blogs","categories"],"host":["api","ropofy","com"],"query":[{"description":{"content":"<p>ID de la location</p>\n","type":"text/plain"},"key":"locationId","value":""}],"variable":[]}},"response":[],"_postman_id":"975d4f91-2fe5-4f9d-8495-2a5ce0a8fcd2"},{"name":"Get Blog Authors","id":"e336eae6-8d71-43e9-a73a-3c0e5b85b787","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"url":"api.ropofy.com/api/v2/blogs/authors?locationId=","description":"<p>Lista los autores del blog.</p>\n","urlObject":{"path":["api","v2","blogs","authors"],"host":["api","ropofy","com"],"query":[{"description":{"content":"<p>ID de la location</p>\n","type":"text/plain"},"key":"locationId","value":""}],"variable":[]}},"response":[],"_postman_id":"e336eae6-8d71-43e9-a73a-3c0e5b85b787"},{"name":"Create Blog Category","id":"89582053-275a-47eb-90ba-b7f85aa5eaf0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"locationId\": \"\",\n  \"label\": \"Nueva Categor\\u00eda\",\n  \"urlSlug\": \"\"\n}","options":{"raw":{"language":"json"}}},"url":"api.ropofy.com/api/v2/blogs/categories","description":"<p>Crea una categoría de blog.</p>\n","urlObject":{"path":["api","v2","blogs","categories"],"host":["api","ropofy","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"89582053-275a-47eb-90ba-b7f85aa5eaf0"}],"id":"847f67b4-eb5b-4cf1-be58-365e1f11439c","_postman_id":"847f67b4-eb5b-4cf1-be58-365e1f11439c","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"4ce4db90-b5c5-49b4-a0a0-b9305eef97e2","id":"4ce4db90-b5c5-49b4-a0a0-b9305eef97e2","name":"Ropofy API v2","type":"collection"}}},{"name":"Funnels","item":[{"name":"Get Funnels","id":"ba82eb62-8ab3-472a-a9e4-8500fc72c26a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"url":"api.ropofy.com/api/v2/funnels?locationId=&type=&category=","description":"<p>Lista todos los funnels de una location en Ropofy.</p>\n","urlObject":{"path":["api","v2","funnels"],"host":["api","ropofy","com"],"query":[{"description":{"content":"<p>ID de la location</p>\n","type":"text/plain"},"key":"locationId","value":""},{"description":{"content":"<p>Tipo de funnel</p>\n","type":"text/plain"},"key":"type","value":""},{"description":{"content":"<p>Categoría</p>\n","type":"text/plain"},"key":"category","value":""}],"variable":[]}},"response":[],"_postman_id":"ba82eb62-8ab3-472a-a9e4-8500fc72c26a"},{"name":"Get Funnel Pages","id":"a3ccb1f9-1704-4e7e-a73e-d678c04af946","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"url":"api.ropofy.com/api/v2/funnels/page?locationId=&funnelId=&limit=20&offset=0","description":"<p>Lista las páginas de un funnel.</p>\n","urlObject":{"path":["api","v2","funnels","page"],"host":["api","ropofy","com"],"query":[{"description":{"content":"<p>ID de la location</p>\n","type":"text/plain"},"key":"locationId","value":""},{"description":{"content":"<p>ID del funnel</p>\n","type":"text/plain"},"key":"funnelId","value":""},{"description":{"content":"<p>Límite</p>\n","type":"text/plain"},"key":"limit","value":"20"},{"description":{"content":"<p>Paginación</p>\n","type":"text/plain"},"key":"offset","value":"0"}],"variable":[]}},"response":[],"_postman_id":"a3ccb1f9-1704-4e7e-a73e-d678c04af946"},{"name":"Get Pages by Funnel ID","id":"274212d8-3026-43df-a7aa-68fa7770158f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"url":"api.ropofy.com/api/v2/funnels//pages","description":"<p>Obtiene todas las páginas de un funnel específico.</p>\n","urlObject":{"path":["api","v2","funnels","","pages"],"host":["api","ropofy","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"274212d8-3026-43df-a7aa-68fa7770158f"},{"name":"Count Funnel Pages Views","id":"c36cc30c-f699-4e3a-81ad-394f0e07e65b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"url":"api.ropofy.com/api/v2/funnels/page/count?locationId=&funnelId=","description":"<p>Obtiene el conteo de vistas de páginas.</p>\n","urlObject":{"path":["api","v2","funnels","page","count"],"host":["api","ropofy","com"],"query":[{"description":{"content":"<p>ID de la location</p>\n","type":"text/plain"},"key":"locationId","value":""},{"description":{"content":"<p>ID del funnel</p>\n","type":"text/plain"},"key":"funnelId","value":""}],"variable":[]}},"response":[],"_postman_id":"c36cc30c-f699-4e3a-81ad-394f0e07e65b"}],"id":"dea70428-632d-44c3-966e-754d585032e1","_postman_id":"dea70428-632d-44c3-966e-754d585032e1","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"4ce4db90-b5c5-49b4-a0a0-b9305eef97e2","id":"4ce4db90-b5c5-49b4-a0a0-b9305eef97e2","name":"Ropofy API v2","type":"collection"}}},{"name":"Social Planner","item":[{"name":"Get Social Posts","id":"8d819f36-4fb0-4261-b567-df50a29e3848","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"url":"api.ropofy.com/api/v2/social-media-posting/posts?locationId=&skip=0&limit=20","description":"<p>Lista los posts programados en el planificador social de Ropofy.</p>\n","urlObject":{"path":["api","v2","social-media-posting","posts"],"host":["api","ropofy","com"],"query":[{"description":{"content":"<p>ID de la location</p>\n","type":"text/plain"},"key":"locationId","value":""},{"description":{"content":"<p>Paginación</p>\n","type":"text/plain"},"key":"skip","value":"0"},{"description":{"content":"<p>Límite</p>\n","type":"text/plain"},"key":"limit","value":"20"}],"variable":[]}},"response":[],"_postman_id":"8d819f36-4fb0-4261-b567-df50a29e3848"},{"name":"Create Social Post","id":"744fd3ff-0595-4788-ba7b-6df855b8c98c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"locationId\": \"\",\n  \"accountIds\": [],\n  \"summary\": \"\",\n  \"scheduleAt\": \"\",\n  \"status\": \"schedule\",\n  \"ogTagImageUrl\": \"\",\n  \"userId\": \"\",\n  \"media\": []\n}","options":{"raw":{"language":"json"}}},"url":"api.ropofy.com/api/v2/social-media-posting/posts","description":"<p>Crea un post para redes sociales.</p>\n","urlObject":{"path":["api","v2","social-media-posting","posts"],"host":["api","ropofy","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"744fd3ff-0595-4788-ba7b-6df855b8c98c"},{"name":"Get Social Post","id":"47f5be12-788f-4c76-bc93-20cc3cb51eaf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"url":"api.ropofy.com/api/v2/social-media-posting/posts/{{postId}}","description":"<p>Obtiene un post programado por su ID.</p>\n","urlObject":{"path":["api","v2","social-media-posting","posts","{{postId}}"],"host":["api","ropofy","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"47f5be12-788f-4c76-bc93-20cc3cb51eaf"},{"name":"Update Social Post","id":"bab59dfe-21db-4629-8719-c9f64bb9c447","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"summary\": \"\",\n  \"scheduleAt\": \"\",\n  \"status\": \"schedule\"\n}","options":{"raw":{"language":"json"}}},"url":"api.ropofy.com/api/v2/social-media-posting/posts/{{postId}}","description":"<p>Actualiza un post programado.</p>\n","urlObject":{"path":["api","v2","social-media-posting","posts","{{postId}}"],"host":["api","ropofy","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"bab59dfe-21db-4629-8719-c9f64bb9c447"},{"name":"Delete Social Post","id":"2853c40d-1762-4b72-9b0e-eafa19146044","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"url":"api.ropofy.com/api/v2/social-media-posting/posts/{{postId}}","description":"<p>Elimina un post del planificador social.</p>\n","urlObject":{"path":["api","v2","social-media-posting","posts","{{postId}}"],"host":["api","ropofy","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"2853c40d-1762-4b72-9b0e-eafa19146044"},{"name":"Get Social Accounts","id":"90ce77a2-5af9-48a3-9048-618e4a1489e3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"url":"api.ropofy.com/api/v2/social-media-posting/accounts?locationId=&companyId=","description":"<p>Lista las cuentas de redes sociales conectadas.</p>\n","urlObject":{"path":["api","v2","social-media-posting","accounts"],"host":["api","ropofy","com"],"query":[{"description":{"content":"<p>ID de la location</p>\n","type":"text/plain"},"key":"locationId","value":""},{"description":{"content":"<p>ID de la compañía</p>\n","type":"text/plain"},"key":"companyId","value":""}],"variable":[]}},"response":[],"_postman_id":"90ce77a2-5af9-48a3-9048-618e4a1489e3"}],"id":"d3318f0a-337e-414d-8d33-71e8a7ed990d","_postman_id":"d3318f0a-337e-414d-8d33-71e8a7ed990d","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"4ce4db90-b5c5-49b4-a0a0-b9305eef97e2","id":"4ce4db90-b5c5-49b4-a0a0-b9305eef97e2","name":"Ropofy API v2","type":"collection"}}},{"name":"Media Storage","item":[{"name":"Get Files","id":"5e78da1c-a510-4cd5-b75c-8315790e3ae8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"url":"api.ropofy.com/api/v2/medias/files?locationId=&sortBy=&sortOrder=&query=","description":"<p>Lista los archivos almacenados en Ropofy.</p>\n","urlObject":{"path":["api","v2","medias","files"],"host":["api","ropofy","com"],"query":[{"description":{"content":"<p>ID de la location</p>\n","type":"text/plain"},"key":"locationId","value":""},{"description":{"content":"<p>Campo de ordenamiento</p>\n","type":"text/plain"},"key":"sortBy","value":""},{"description":{"content":"<p>asc | desc</p>\n","type":"text/plain"},"key":"sortOrder","value":""},{"description":{"content":"<p>Buscar por nombre</p>\n","type":"text/plain"},"key":"query","value":""}],"variable":[]}},"response":[],"_postman_id":"5e78da1c-a510-4cd5-b75c-8315790e3ae8"},{"name":"Upload File","id":"8a9c45da-4534-4024-a9cc-69541374830b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"locationId\": \"\",\n  \"hosted\": true,\n  \"fileUrl\": \"\"\n}","options":{"raw":{"language":"json"}}},"url":"api.ropofy.com/api/v2/medias/upload-file","description":"<p>Sube un archivo al almacenamiento de Ropofy.</p>\n","urlObject":{"path":["api","v2","medias","upload-file"],"host":["api","ropofy","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"8a9c45da-4534-4024-a9cc-69541374830b"},{"name":"Delete File","id":"bf06653b-1ecf-4860-9660-4bb0fb409acf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"url":"api.ropofy.com/api/v2/medias/files/{{mediaId}}?locationId=&altType=location","description":"<p>Elimina un archivo almacenado.</p>\n","urlObject":{"path":["api","v2","medias","files","{{mediaId}}"],"host":["api","ropofy","com"],"query":[{"description":{"content":"<p>ID de la location</p>\n","type":"text/plain"},"key":"locationId","value":""},{"description":{"content":"<p>Tipo</p>\n","type":"text/plain"},"key":"altType","value":"location"}],"variable":[]}},"response":[],"_postman_id":"bf06653b-1ecf-4860-9660-4bb0fb409acf"}],"id":"edb8405b-23ed-4c19-a54c-54c1144138bc","_postman_id":"edb8405b-23ed-4c19-a54c-54c1144138bc","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"4ce4db90-b5c5-49b4-a0a0-b9305eef97e2","id":"4ce4db90-b5c5-49b4-a0a0-b9305eef97e2","name":"Ropofy API v2","type":"collection"}}},{"name":"Snapshots","item":[{"name":"Get Snapshots","id":"3ff9074e-40bc-4999-9dc1-8e01f60092fc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"url":"api.ropofy.com/api/v2/snapshots?companyId=","description":"<p>Lista los snapshots disponibles para la compañía.</p>\n","urlObject":{"path":["api","v2","snapshots"],"host":["api","ropofy","com"],"query":[{"description":{"content":"<p>ID de la compañía</p>\n","type":"text/plain"},"key":"companyId","value":""}],"variable":[]}},"response":[],"_postman_id":"3ff9074e-40bc-4999-9dc1-8e01f60092fc"},{"name":"Get Snapshot Share Link","id":"3b1b48fc-f46b-4c53-978c-5776df0482f4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"url":"api.ropofy.com/api/v2/snapshots/share-link?companyId=&snapshotId=&locationId=","description":"<p>Obtiene el link de compartir de un snapshot.</p>\n","urlObject":{"path":["api","v2","snapshots","share-link"],"host":["api","ropofy","com"],"query":[{"description":{"content":"<p>ID de la compañía</p>\n","type":"text/plain"},"key":"companyId","value":""},{"description":{"content":"<p>ID del snapshot</p>\n","type":"text/plain"},"key":"snapshotId","value":""},{"description":{"content":"<p>ID de location destino</p>\n","type":"text/plain"},"key":"locationId","value":""}],"variable":[]}},"response":[],"_postman_id":"3b1b48fc-f46b-4c53-978c-5776df0482f4"},{"name":"Create Snapshot Share Link","id":"8f595314-59e8-4fc3-a339-60d10937402d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"companyId\": \"\",\n  \"snapshotId\": \"\",\n  \"shareType\": \"link\",\n  \"relationshipNotes\": \"\"\n}","options":{"raw":{"language":"json"}}},"url":"api.ropofy.com/api/v2/snapshots/share-link","description":"<p>Crea un link de compartir de snapshot.</p>\n","urlObject":{"path":["api","v2","snapshots","share-link"],"host":["api","ropofy","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"8f595314-59e8-4fc3-a339-60d10937402d"},{"name":"Get Snapshot by ID","id":"efa1d467-5cab-4419-ba79-039357db7392","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"url":"api.ropofy.com/api/v2/snapshots/","description":"<p>Obtiene el detalle de un snapshot.</p>\n","urlObject":{"path":["api","v2","snapshots",""],"host":["api","ropofy","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"efa1d467-5cab-4419-ba79-039357db7392"}],"id":"a40b0093-9ce4-4819-9ac3-3cca55073489","_postman_id":"a40b0093-9ce4-4819-9ac3-3cca55073489","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"4ce4db90-b5c5-49b4-a0a0-b9305eef97e2","id":"4ce4db90-b5c5-49b4-a0a0-b9305eef97e2","name":"Ropofy API v2","type":"collection"}}},{"name":"Trigger Links","item":[{"name":"Get Trigger Links","id":"29e15d5d-5865-4445-a779-4ed447a1cb59","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"url":"api.ropofy.com/api/v2/links?locationId=","description":"<p>Lista los trigger links de una location.</p>\n","urlObject":{"path":["api","v2","links"],"host":["api","ropofy","com"],"query":[{"description":{"content":"<p>ID de la location</p>\n","type":"text/plain"},"key":"locationId","value":""}],"variable":[]}},"response":[],"_postman_id":"29e15d5d-5865-4445-a779-4ed447a1cb59"},{"name":"Create Trigger Link","id":"7f51c6fb-ea03-45ae-ba2a-644cfaa34a8f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"Mi Link\",\n  \"locationId\": \"\",\n  \"redirectTo\": \"https://\"\n}","options":{"raw":{"language":"json"}}},"url":"api.ropofy.com/api/v2/links","description":"<p>Crea un nuevo trigger link en Ropofy.</p>\n","urlObject":{"path":["api","v2","links"],"host":["api","ropofy","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"7f51c6fb-ea03-45ae-ba2a-644cfaa34a8f"},{"name":"Update Trigger Link","id":"ba2046a0-5729-4a1d-a256-dd64cba058cd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"\",\n  \"redirectTo\": \"\"\n}","options":{"raw":{"language":"json"}}},"url":"api.ropofy.com/api/v2/links/{{linkId}}","description":"<p>Actualiza un trigger link.</p>\n","urlObject":{"path":["api","v2","links","{{linkId}}"],"host":["api","ropofy","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"ba2046a0-5729-4a1d-a256-dd64cba058cd"},{"name":"Delete Trigger Link","id":"cb53f394-9c48-482f-b0bd-9ac4ccfe2254","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"url":"api.ropofy.com/api/v2/links/{{linkId}}","description":"<p>Elimina un trigger link.</p>\n","urlObject":{"path":["api","v2","links","{{linkId}}"],"host":["api","ropofy","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"cb53f394-9c48-482f-b0bd-9ac4ccfe2254"}],"id":"04d5a2b7-115a-4883-a220-67659974713f","_postman_id":"04d5a2b7-115a-4883-a220-67659974713f","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"4ce4db90-b5c5-49b4-a0a0-b9305eef97e2","id":"4ce4db90-b5c5-49b4-a0a0-b9305eef97e2","name":"Ropofy API v2","type":"collection"}}},{"name":"Custom Fields V2","item":[{"name":"Get Custom Fields","id":"9e452616-3133-4947-8f02-bc2108e6e09b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"url":"api.ropofy.com/api/v2/custom-fields?locationId=&model=contact","description":"<p>Lista los campos personalizados de una location.</p>\n","urlObject":{"path":["api","v2","custom-fields"],"host":["api","ropofy","com"],"query":[{"description":{"content":"<p>ID de la location</p>\n","type":"text/plain"},"key":"locationId","value":""},{"description":{"content":"<p>Modelo: contact, opportunity, etc.</p>\n","type":"text/plain"},"key":"model","value":"contact"}],"variable":[]}},"response":[],"_postman_id":"9e452616-3133-4947-8f02-bc2108e6e09b"},{"name":"Create Custom Field","id":"01204aa3-6c25-4390-a8ae-acb4748b79f1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"locationId\": \"\",\n  \"name\": \"\",\n  \"dataType\": \"TEXT\",\n  \"model\": \"contact\",\n  \"position\": 0,\n  \"placeholder\": \"\",\n  \"acceptedValues\": [],\n  \"isRequired\": false\n}","options":{"raw":{"language":"json"}}},"url":"api.ropofy.com/api/v2/custom-fields","description":"<p>Crea un campo personalizado en Ropofy.</p>\n","urlObject":{"path":["api","v2","custom-fields"],"host":["api","ropofy","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"01204aa3-6c25-4390-a8ae-acb4748b79f1"},{"name":"Get Custom Field","id":"fed5500e-695c-438f-adce-2c9906d3305e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"url":"api.ropofy.com/api/v2/custom-fields/{{fieldId}}","description":"<p>Obtiene un campo personalizado por su ID.</p>\n","urlObject":{"path":["api","v2","custom-fields","{{fieldId}}"],"host":["api","ropofy","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"fed5500e-695c-438f-adce-2c9906d3305e"},{"name":"Update Custom Field","id":"1ea6219a-bbe3-4e11-881c-4c8c44ae9923","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"\",\n  \"placeholder\": \"\",\n  \"acceptedValues\": []\n}","options":{"raw":{"language":"json"}}},"url":"api.ropofy.com/api/v2/custom-fields/{{fieldId}}","description":"<p>Actualiza un campo personalizado.</p>\n","urlObject":{"path":["api","v2","custom-fields","{{fieldId}}"],"host":["api","ropofy","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"1ea6219a-bbe3-4e11-881c-4c8c44ae9923"},{"name":"Delete Custom Field","id":"a5a7b72e-d047-4380-be45-6d9b8d442fd9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"url":"api.ropofy.com/api/v2/custom-fields/{{fieldId}}","description":"<p>Elimina un campo personalizado de Ropofy.</p>\n","urlObject":{"path":["api","v2","custom-fields","{{fieldId}}"],"host":["api","ropofy","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"a5a7b72e-d047-4380-be45-6d9b8d442fd9"}],"id":"e0c5709d-e0f7-4782-bc6f-384be4900bdf","_postman_id":"e0c5709d-e0f7-4782-bc6f-384be4900bdf","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"4ce4db90-b5c5-49b4-a0a0-b9305eef97e2","id":"4ce4db90-b5c5-49b4-a0a0-b9305eef97e2","name":"Ropofy API v2","type":"collection"}}},{"name":"Courses (Memberships)","item":[{"name":"Get Courses","id":"c4997b40-5fcb-4a09-860b-45321fc5ea1c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"url":"api.ropofy.com/api/v2/courses?locationId=&limit=20&skip=0","description":"<p>Lista los cursos disponibles en Ropofy.</p>\n","urlObject":{"path":["api","v2","courses"],"host":["api","ropofy","com"],"query":[{"description":{"content":"<p>ID de la location</p>\n","type":"text/plain"},"key":"locationId","value":""},{"description":{"content":"<p>Límite</p>\n","type":"text/plain"},"key":"limit","value":"20"},{"description":{"content":"<p>Paginación</p>\n","type":"text/plain"},"key":"skip","value":"0"}],"variable":[]}},"response":[],"_postman_id":"c4997b40-5fcb-4a09-860b-45321fc5ea1c"},{"name":"Create Course","id":"1d867909-df46-4a2a-a953-a38ae48bccca","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"locationId\": \"\",\n  \"title\": \"\",\n  \"description\": \"\",\n  \"thumbnailUrl\": \"\",\n  \"currencyCode\": \"USD\",\n  \"price\": 0\n}","options":{"raw":{"language":"json"}}},"url":"api.ropofy.com/api/v2/courses","description":"<p>Crea un nuevo curso.</p>\n","urlObject":{"path":["api","v2","courses"],"host":["api","ropofy","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"1d867909-df46-4a2a-a953-a38ae48bccca"},{"name":"Get Course Categories","id":"aa685632-c565-402a-9a23-d857e33d4c0e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"url":"api.ropofy.com/api/v2/courses/{{courseId}}/categories","description":"<p>Lista las categorías de un curso.</p>\n","urlObject":{"path":["api","v2","courses","{{courseId}}","categories"],"host":["api","ropofy","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"aa685632-c565-402a-9a23-d857e33d4c0e"},{"name":"Get Course Posts","id":"ab257f7d-b6e7-42ff-8c52-dbce92d7a672","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"url":"api.ropofy.com/api/v2/courses/{{courseId}}/posts","description":"<p>Lista los posts/lecciones de un curso.</p>\n","urlObject":{"path":["api","v2","courses","{{courseId}}","posts"],"host":["api","ropofy","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"ab257f7d-b6e7-42ff-8c52-dbce92d7a672"}],"id":"00249927-8284-4abc-a8fd-90e8e8f81e40","_postman_id":"00249927-8284-4abc-a8fd-90e8e8f81e40","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"4ce4db90-b5c5-49b4-a0a0-b9305eef97e2","id":"4ce4db90-b5c5-49b4-a0a0-b9305eef97e2","name":"Ropofy API v2","type":"collection"}}},{"name":"Conversation AI","item":[{"name":"Get Bot Config","id":"2855aa61-a1ba-4d03-b40d-29a06cb5eed5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"url":"api.ropofy.com/api/v2/conversation-ai/settings?locationId=&channelType=","description":"<p>Obtiene la configuración del bot conversacional de Ropofy.</p>\n","urlObject":{"path":["api","v2","conversation-ai","settings"],"host":["api","ropofy","com"],"query":[{"description":{"content":"<p>ID de la location</p>\n","type":"text/plain"},"key":"locationId","value":""},{"description":{"content":"<p>Canal: WhatsApp, SMS, etc.</p>\n","type":"text/plain"},"key":"channelType","value":""}],"variable":[]}},"response":[],"_postman_id":"2855aa61-a1ba-4d03-b40d-29a06cb5eed5"},{"name":"Update Bot Config","id":"683651d2-b4fa-4af0-8479-45534e39001c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"locationId\": \"\",\n  \"type\": \"\",\n  \"status\": \"\",\n  \"channels\": [],\n  \"botPersonality\": \"Friendly\"\n}","options":{"raw":{"language":"json"}}},"url":"api.ropofy.com/api/v2/conversation-ai/settings","description":"<p>Configura el bot conversacional.</p>\n","urlObject":{"path":["api","v2","conversation-ai","settings"],"host":["api","ropofy","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"683651d2-b4fa-4af0-8479-45534e39001c"},{"name":"Generate Bot Response","id":"c2ea8710-7d7e-4c1d-a255-9c0647dbd89f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"locationId\": \"\",\n  \"conversationId\": \"\",\n  \"message\": \"\"\n}","options":{"raw":{"language":"json"}}},"url":"api.ropofy.com/api/v2/conversation-ai/generate-bot-response","description":"<p>Genera una respuesta del bot de Ropofy.</p>\n","urlObject":{"path":["api","v2","conversation-ai","generate-bot-response"],"host":["api","ropofy","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"c2ea8710-7d7e-4c1d-a255-9c0647dbd89f"}],"id":"583a7524-c42c-4480-b9b3-6bf925885d1f","_postman_id":"583a7524-c42c-4480-b9b3-6bf925885d1f","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"4ce4db90-b5c5-49b4-a0a0-b9305eef97e2","id":"4ce4db90-b5c5-49b4-a0a0-b9305eef97e2","name":"Ropofy API v2","type":"collection"}}},{"name":"Knowledge Base","item":[{"name":"Get Knowledge Bases","id":"73670c41-62ad-4343-900a-4cbb4c9a5471","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"url":"api.ropofy.com/api/v2/knowledge-base?locationId=","description":"<p>Lista las bases de conocimiento de una location.</p>\n","urlObject":{"path":["api","v2","knowledge-base"],"host":["api","ropofy","com"],"query":[{"description":{"content":"<p>ID de la location</p>\n","type":"text/plain"},"key":"locationId","value":""}],"variable":[]}},"response":[],"_postman_id":"73670c41-62ad-4343-900a-4cbb4c9a5471"},{"name":"Create Knowledge Base","id":"d28ec900-761b-43ee-ba59-974d5394e643","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"locationId\": \"\",\n  \"name\": \"Mi KB\",\n  \"description\": \"\"\n}","options":{"raw":{"language":"json"}}},"url":"api.ropofy.com/api/v2/knowledge-base","description":"<p>Crea una base de conocimiento.</p>\n","urlObject":{"path":["api","v2","knowledge-base"],"host":["api","ropofy","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"d28ec900-761b-43ee-ba59-974d5394e643"},{"name":"Get Knowledge Base","id":"3aef408e-943a-4627-bc2f-9a6c879d85d0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"url":"api.ropofy.com/api/v2/knowledge-base/{{kbId}}","description":"<p>Obtiene una base de conocimiento por su ID.</p>\n","urlObject":{"path":["api","v2","knowledge-base","{{kbId}}"],"host":["api","ropofy","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"3aef408e-943a-4627-bc2f-9a6c879d85d0"},{"name":"Update Knowledge Base","id":"9aa709c0-5619-4691-845d-b509f52eeccc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"\",\n  \"description\": \"\"\n}","options":{"raw":{"language":"json"}}},"url":"api.ropofy.com/api/v2/knowledge-base/{{kbId}}","description":"<p>Actualiza una base de conocimiento.</p>\n","urlObject":{"path":["api","v2","knowledge-base","{{kbId}}"],"host":["api","ropofy","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"9aa709c0-5619-4691-845d-b509f52eeccc"},{"name":"Delete Knowledge Base","id":"376fb1bb-7a4c-4288-a895-5b76a771a526","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"url":"api.ropofy.com/api/v2/knowledge-base/{{kbId}}","description":"<p>Elimina una base de conocimiento.</p>\n","urlObject":{"path":["api","v2","knowledge-base","{{kbId}}"],"host":["api","ropofy","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"376fb1bb-7a4c-4288-a895-5b76a771a526"}],"id":"4902508c-938b-4e6f-9498-333a0878d20e","_postman_id":"4902508c-938b-4e6f-9498-333a0878d20e","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"4ce4db90-b5c5-49b4-a0a0-b9305eef97e2","id":"4ce4db90-b5c5-49b4-a0a0-b9305eef97e2","name":"Ropofy API v2","type":"collection"}}},{"name":"Proposals & Documents","item":[{"name":"Get Documents","id":"9902290c-a89b-49ed-bd0f-89c8dfca7979","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"url":"api.ropofy.com/api/v2/documents?locationId=&limit=20&offset=0","description":"<p>Lista los documentos y contratos de una location en Ropofy.</p>\n","urlObject":{"path":["api","v2","documents"],"host":["api","ropofy","com"],"query":[{"description":{"content":"<p>ID de la location</p>\n","type":"text/plain"},"key":"locationId","value":""},{"description":{"content":"<p>Límite</p>\n","type":"text/plain"},"key":"limit","value":"20"},{"description":{"content":"<p>Paginación</p>\n","type":"text/plain"},"key":"offset","value":"0"}],"variable":[]}},"response":[],"_postman_id":"9902290c-a89b-49ed-bd0f-89c8dfca7979"},{"name":"Create Document","id":"2a427c59-ebcf-4015-9eba-830e26047256","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"locationId\": \"\",\n  \"name\": \"Contrato\",\n  \"contactId\": \"\",\n  \"userId\": \"\",\n  \"type\": \"proposal\"\n}","options":{"raw":{"language":"json"}}},"url":"api.ropofy.com/api/v2/documents","description":"<p>Crea un nuevo documento o contrato.</p>\n","urlObject":{"path":["api","v2","documents"],"host":["api","ropofy","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"2a427c59-ebcf-4015-9eba-830e26047256"},{"name":"Get Document","id":"ade2a46c-4f69-4db2-9c94-c38108e80798","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"url":"api.ropofy.com/api/v2/documents/{{documentId}}","description":"<p>Obtiene el detalle de un documento.</p>\n","urlObject":{"path":["api","v2","documents","{{documentId}}"],"host":["api","ropofy","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"ade2a46c-4f69-4db2-9c94-c38108e80798"},{"name":"Delete Document","id":"f77cec0a-46ed-4daf-98a0-fd37e036e51b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"url":"api.ropofy.com/api/v2/documents/{{documentId}}","description":"<p>Elimina un documento o contrato.</p>\n","urlObject":{"path":["api","v2","documents","{{documentId}}"],"host":["api","ropofy","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"f77cec0a-46ed-4daf-98a0-fd37e036e51b"},{"name":"Send Document","id":"c1c5b6af-814d-47a6-b18d-a7f2fd23e647","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"locationId\": \"\"\n}","options":{"raw":{"language":"json"}}},"url":"api.ropofy.com/api/v2/documents/{{documentId}}/send","description":"<p>Envía un documento para firma.</p>\n","urlObject":{"path":["api","v2","documents","{{documentId}}","send"],"host":["api","ropofy","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"c1c5b6af-814d-47a6-b18d-a7f2fd23e647"}],"id":"ad5bfe9c-8fe8-44bc-8f01-054231c094bc","_postman_id":"ad5bfe9c-8fe8-44bc-8f01-054231c094bc","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"4ce4db90-b5c5-49b4-a0a0-b9305eef97e2","id":"4ce4db90-b5c5-49b4-a0a0-b9305eef97e2","name":"Ropofy API v2","type":"collection"}}},{"name":"Custom Menus","item":[{"name":"Get Custom Menus","id":"d722705f-cff3-4b2c-864c-cfb3e1aaa92f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"url":"api.ropofy.com/api/v2/custom-menus?locationId=","description":"<p>Lista los menús personalizados de una location.</p>\n","urlObject":{"path":["api","v2","custom-menus"],"host":["api","ropofy","com"],"query":[{"description":{"content":"<p>ID de la location</p>\n","type":"text/plain"},"key":"locationId","value":""}],"variable":[]}},"response":[],"_postman_id":"d722705f-cff3-4b2c-864c-cfb3e1aaa92f"},{"name":"Create Custom Menu","id":"4ed770f5-648f-4ea6-8428-48e80299638b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"\",\n  \"locationId\": \"\",\n  \"link\": \"\",\n  \"openMode\": \"_blank\",\n  \"icon\": \"\",\n  \"userRoles\": [],\n  \"showOnCompany\": false,\n  \"showOnLocation\": true\n}","options":{"raw":{"language":"json"}}},"url":"api.ropofy.com/api/v2/custom-menus","description":"<p>Crea un menú personalizado en Ropofy.</p>\n","urlObject":{"path":["api","v2","custom-menus"],"host":["api","ropofy","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"4ed770f5-648f-4ea6-8428-48e80299638b"},{"name":"Update Custom Menu","id":"fe06d510-02d6-47c7-b91f-2f54b165dbf4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"\",\n  \"link\": \"\",\n  \"openMode\": \"_blank\"\n}","options":{"raw":{"language":"json"}}},"url":"api.ropofy.com/api/v2/custom-menus/{{menuId}}","description":"<p>Actualiza un menú personalizado.</p>\n","urlObject":{"path":["api","v2","custom-menus","{{menuId}}"],"host":["api","ropofy","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"fe06d510-02d6-47c7-b91f-2f54b165dbf4"},{"name":"Delete Custom Menu","id":"479a4967-b8db-4b5f-b3c4-baee8fea9c97","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"url":"api.ropofy.com/api/v2/custom-menus/{{menuId}}","description":"<p>Elimina un menú personalizado.</p>\n","urlObject":{"path":["api","v2","custom-menus","{{menuId}}"],"host":["api","ropofy","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"479a4967-b8db-4b5f-b3c4-baee8fea9c97"}],"id":"5414bba9-6a9f-4bfc-99e7-1f80b2f130e3","_postman_id":"5414bba9-6a9f-4bfc-99e7-1f80b2f130e3","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"4ce4db90-b5c5-49b4-a0a0-b9305eef97e2","id":"4ce4db90-b5c5-49b4-a0a0-b9305eef97e2","name":"Ropofy API v2","type":"collection"}}},{"name":"Associations","item":[{"name":"Get Associations","id":"7d5261c9-1144-4ccd-9cd6-4f3ad4e861e5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"url":"api.ropofy.com/api/v2/associations?locationId=&skip=0&limit=20","description":"<p>Lista las asociaciones entre entidades en Ropofy.</p>\n","urlObject":{"path":["api","v2","associations"],"host":["api","ropofy","com"],"query":[{"description":{"content":"<p>ID de la location</p>\n","type":"text/plain"},"key":"locationId","value":""},{"description":{"content":"<p>Paginación</p>\n","type":"text/plain"},"key":"skip","value":"0"},{"description":{"content":"<p>Límite</p>\n","type":"text/plain"},"key":"limit","value":"20"}],"variable":[]}},"response":[],"_postman_id":"7d5261c9-1144-4ccd-9cd6-4f3ad4e861e5"},{"name":"Create Association","id":"e1a42b1f-b3bb-48ba-8c22-7ecf8c897744","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"locationId\": \"\",\n  \"fromObjectId\": \"\",\n  \"toObjectId\": \"\",\n  \"fromObjectType\": \"contact\",\n  \"toObjectType\": \"opportunity\"\n}","options":{"raw":{"language":"json"}}},"url":"api.ropofy.com/api/v2/associations","description":"<p>Crea una asociación entre dos entidades.</p>\n","urlObject":{"path":["api","v2","associations"],"host":["api","ropofy","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"e1a42b1f-b3bb-48ba-8c22-7ecf8c897744"},{"name":"Delete Association","id":"14bfb757-cf68-4332-9e14-9dec8bab18d8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"url":"api.ropofy.com/api/v2/associations/{{associationId}}","description":"<p>Elimina una asociación.</p>\n","urlObject":{"path":["api","v2","associations","{{associationId}}"],"host":["api","ropofy","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"14bfb757-cf68-4332-9e14-9dec8bab18d8"}],"id":"9b50d2b5-cb7e-47ef-aff8-4a23cbe64f05","_postman_id":"9b50d2b5-cb7e-47ef-aff8-4a23cbe64f05","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"4ce4db90-b5c5-49b4-a0a0-b9305eef97e2","id":"4ce4db90-b5c5-49b4-a0a0-b9305eef97e2","name":"Ropofy API v2","type":"collection"}}},{"name":"Objects (Custom)","item":[{"name":"Get Object Schemas","id":"f7825f39-9157-433d-8d77-f715c68563e3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"url":"api.ropofy.com/api/v2/objects?locationId=","description":"<p>Lista los schemas de objetos personalizados de una location.</p>\n","urlObject":{"path":["api","v2","objects"],"host":["api","ropofy","com"],"query":[{"description":{"content":"<p>ID de la location</p>\n","type":"text/plain"},"key":"locationId","value":""}],"variable":[]}},"response":[],"_postman_id":"f7825f39-9157-433d-8d77-f715c68563e3"},{"name":"Create Object Schema","id":"1aeb85a2-a725-4efa-9ac4-a1e8f96dfd01","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"locationId\": \"\",\n  \"key\": \"\",\n  \"singular\": \"\",\n  \"plural\": \"\",\n  \"description\": \"\",\n  \"icon\": \"\",\n  \"fields\": []\n}","options":{"raw":{"language":"json"}}},"url":"api.ropofy.com/api/v2/objects","description":"<p>Crea un schema de objeto personalizado.</p>\n","urlObject":{"path":["api","v2","objects"],"host":["api","ropofy","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"1aeb85a2-a725-4efa-9ac4-a1e8f96dfd01"},{"name":"Get Object Schema","id":"238a32b1-ad28-43b3-837d-c5299ed078a6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"url":"api.ropofy.com/api/v2/objects/{{schemaKey}}","description":"<p>Obtiene un schema de objeto por su key.</p>\n","urlObject":{"path":["api","v2","objects","{{schemaKey}}"],"host":["api","ropofy","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"238a32b1-ad28-43b3-837d-c5299ed078a6"},{"name":"Update Object Schema","id":"96080522-83f5-48bb-a0d8-99abf4d3c6ea","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"singular\": \"\",\n  \"plural\": \"\",\n  \"description\": \"\",\n  \"icon\": \"\"\n}","options":{"raw":{"language":"json"}}},"url":"api.ropofy.com/api/v2/objects/{{schemaKey}}","description":"<p>Actualiza un schema de objeto personalizado.</p>\n","urlObject":{"path":["api","v2","objects","{{schemaKey}}"],"host":["api","ropofy","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"96080522-83f5-48bb-a0d8-99abf4d3c6ea"},{"name":"Get Object Records","id":"72f978d3-093f-493d-af14-50669e786ef4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"url":"api.ropofy.com/api/v2/objects/{{schemaKey}}/records?locationId=&page=1&limit=20","description":"<p>Lista los registros de un objeto personalizado.</p>\n","urlObject":{"path":["api","v2","objects","{{schemaKey}}","records"],"host":["api","ropofy","com"],"query":[{"description":{"content":"<p>ID de la location</p>\n","type":"text/plain"},"key":"locationId","value":""},{"description":{"content":"<p>Página</p>\n","type":"text/plain"},"key":"page","value":"1"},{"description":{"content":"<p>Límite</p>\n","type":"text/plain"},"key":"limit","value":"20"}],"variable":[]}},"response":[],"_postman_id":"72f978d3-093f-493d-af14-50669e786ef4"},{"name":"Create Object Record","id":"df2f538d-aa3f-4e52-afca-57bb57ca953c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"locationId\": \"\",\n  \"properties\": {}\n}","options":{"raw":{"language":"json"}}},"url":"api.ropofy.com/api/v2/objects/{{schemaKey}}/records","description":"<p>Crea un registro de objeto personalizado.</p>\n","urlObject":{"path":["api","v2","objects","{{schemaKey}}","records"],"host":["api","ropofy","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"df2f538d-aa3f-4e52-afca-57bb57ca953c"},{"name":"Get Object Record","id":"02a0e76c-f7bf-4fb5-936b-8f730fd3a4b1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"url":"api.ropofy.com/api/v2/objects/{{schemaKey}}/records/{{recordId}}","description":"<p>Obtiene un registro de objeto por su ID.</p>\n","urlObject":{"path":["api","v2","objects","{{schemaKey}}","records","{{recordId}}"],"host":["api","ropofy","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"02a0e76c-f7bf-4fb5-936b-8f730fd3a4b1"},{"name":"Update Object Record","id":"9b2becee-b1a1-41a0-8aaa-8f83b3cce0ca","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"properties\": {}\n}","options":{"raw":{"language":"json"}}},"url":"api.ropofy.com/api/v2/objects/{{schemaKey}}/records/{{recordId}}","description":"<p>Actualiza un registro de objeto personalizado.</p>\n","urlObject":{"path":["api","v2","objects","{{schemaKey}}","records","{{recordId}}"],"host":["api","ropofy","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"9b2becee-b1a1-41a0-8aaa-8f83b3cce0ca"},{"name":"Delete Object Record","id":"6c5a1d2f-8f00-41c7-9dd3-8cc1cd4fde4f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"url":"api.ropofy.com/api/v2/objects/{{schemaKey}}/records/{{recordId}}","description":"<p>Elimina un registro de objeto personalizado.</p>\n","urlObject":{"path":["api","v2","objects","{{schemaKey}}","records","{{recordId}}"],"host":["api","ropofy","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"6c5a1d2f-8f00-41c7-9dd3-8cc1cd4fde4f"}],"id":"545a88ae-e880-42d5-91e8-8f418f8b7d0b","_postman_id":"545a88ae-e880-42d5-91e8-8f418f8b7d0b","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"4ce4db90-b5c5-49b4-a0a0-b9305eef97e2","id":"4ce4db90-b5c5-49b4-a0a0-b9305eef97e2","name":"Ropofy API v2","type":"collection"}}},{"name":"Companies","item":[{"name":"Get Company","id":"f276273c-efc9-4aa0-8a7e-6f4b67ee8d1f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"url":"api.ropofy.com/api/v2/companies/","description":"<p>Obtiene el detalle de una compañía en Ropofy.</p>\n","urlObject":{"path":["api","v2","companies",""],"host":["api","ropofy","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"f276273c-efc9-4aa0-8a7e-6f4b67ee8d1f"},{"name":"Update Company","id":"c2effc02-e29a-497d-b3e6-a24fa0793d2d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"\",\n  \"email\": \"\",\n  \"phone\": \"\",\n  \"address\": \"\",\n  \"website\": \"\"\n}","options":{"raw":{"language":"json"}}},"url":"api.ropofy.com/api/v2/companies/","description":"<p>Actualiza los datos de una compañía.</p>\n","urlObject":{"path":["api","v2","companies",""],"host":["api","ropofy","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"c2effc02-e29a-497d-b3e6-a24fa0793d2d"}],"id":"c88422d4-5073-4d10-9548-5af2a1fc3dc0","_postman_id":"c88422d4-5073-4d10-9548-5af2a1fc3dc0","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"4ce4db90-b5c5-49b4-a0a0-b9305eef97e2","id":"4ce4db90-b5c5-49b4-a0a0-b9305eef97e2","name":"Ropofy API v2","type":"collection"}}},{"name":"Emails","item":[{"name":"Crear template","id":"df72a28b-6dde-4642-a633-f42f3ba390bd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"{{bearer_token}}"},{"key":"Content-Type","value":"application/json"},{"key":"User-Agent","value":"insomnia/12.6.0"}],"body":{"mode":"raw","raw":"{\n\t\"name\": \"Newsletter Template\",\n\t\"editorType\": \"builder\",\n\t\"editorContent\": \"<html><body>Hello World</body></html>\",\n\t\"subjectLine\": \"Welcome to our newsletter\",\n\t\"fromName\": \"John Doe\",\n\t\"fromEmail\": \"john@example.com\",\n\t\"previewText\": \"Email preview text\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.ropofy.com/api/v2/emails/public/v2/locations/{{id_location}}/templates","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"4ce4db90-b5c5-49b4-a0a0-b9305eef97e2","id":"4ce4db90-b5c5-49b4-a0a0-b9305eef97e2","name":"Ropofy API v2","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v2","emails","public","v2","locations","{{id_location}}","templates"],"host":["api","ropofy","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"df72a28b-6dde-4642-a633-f42f3ba390bd"},{"name":"Consultar templates","id":"90f770e6-9d01-48bf-b08c-10adfafb02eb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer {{location_id}}"},{"key":"User-Agent","value":"insomnia/12.6.0"},{"key":"Version","value":"2023-02-21"}],"url":"https://api.ropofy.com/api/v2/emails/public/v2/locations/{{location_id}}/templates","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"4ce4db90-b5c5-49b4-a0a0-b9305eef97e2","id":"4ce4db90-b5c5-49b4-a0a0-b9305eef97e2","name":"Ropofy API v2","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v2","emails","public","v2","locations","{{location_id}}","templates"],"host":["api","ropofy","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"90f770e6-9d01-48bf-b08c-10adfafb02eb"},{"name":"Actualizar template","id":"031927dd-8b62-4a20-921b-913108434e42","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer {{location_id}}"},{"key":"Version","value":"2023-02-21","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"Newsletter Template\",\n  \"editorContent\": \"<html><body>Hello World</body></html>\",\n  \"editorType\": \"html\",\n  \"previewText\": \"Email preview text\",\n  \"subjectLine\": \"Welcome to our newsletter\",\n  \"fromName\": \"John Doe\",\n  \"fromEmail\": \"john@example.com\",\n  \"archived\": false,\n  \"parentFolderId\": \"67f15c2ae99226d5bcccb8f0\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.ropofy.com/api/v2/emails/public/v2/locations/{{location_id}}/templates/{{template_id}}","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"4ce4db90-b5c5-49b4-a0a0-b9305eef97e2","id":"4ce4db90-b5c5-49b4-a0a0-b9305eef97e2","name":"Ropofy API v2","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v2","emails","public","v2","locations","{{location_id}}","templates","{{template_id}}"],"host":["api","ropofy","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"031927dd-8b62-4a20-921b-913108434e42"}],"id":"fbb0a357-86f2-4dcd-b152-ad9ebe4dab27","_postman_id":"fbb0a357-86f2-4dcd-b152-ad9ebe4dab27","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"4ce4db90-b5c5-49b4-a0a0-b9305eef97e2","id":"4ce4db90-b5c5-49b4-a0a0-b9305eef97e2","name":"Ropofy API v2","type":"collection"}}}],"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]}},"variable":[{"id":"ea1eadf9-fa6f-43bb-b5f0-b095d46ae2d5","key":"baseUrl","value":"https://api.ropofy.com/api/v2"},{"id":"d06583f4-f8e4-4ed8-8d42-935759d06df9","key":"locationId","value":""},{"id":"d90a3c25-4de8-42b2-95bf-330b2dfc51d4","key":"companyId","value":""},{"id":"3396b8ca-4d4d-4545-869a-f3c06449734e","key":"contactId","value":""},{"id":"a4470545-3a7c-47e1-b879-8635449ef096","key":"conversationId","value":""},{"id":"6fa7e158-cba0-49aa-96ec-7b07ede5b174","key":"calendarId","value":""},{"id":"9a825890-931a-43b6-bfed-00a41453bdc8","key":"eventId","value":""},{"id":"cfa887a8-b0db-4556-a997-ec33b14d2e78","key":"opportunity_id","value":""},{"id":"d5081305-2fe4-4654-b211-931bd2d30e81","key":"pipelineId","value":""},{"id":"62e62d5f-ddd4-439b-b51f-aa0ca3ca4af0","key":"stageId","value":""},{"id":"97d43f26-22ab-43f6-a432-c037c4573e3f","key":"userId","value":""},{"id":"3bebc329-9ed7-48a4-a114-2f71cb214f3e","key":"workflowId","value":""},{"id":"f04a2ff3-99d9-438e-bbb2-99a73b91c082","key":"campaignId","value":""},{"id":"5de34451-f056-487b-a78c-55370dd9de45","key":"productId","value":""},{"id":"417fa5f6-8f94-4dbf-88e8-654e7211fb65","key":"invoiceId","value":""},{"id":"da333769-c66e-4493-8f81-2e3d07777fa1","key":"funnelId","value":""},{"id":"0c820ca5-2ad1-4545-ab8b-8f0a58e9b4d1","key":"snapshotId","value":""}]}