{"id":38970,"date":"2026-04-30T09:00:00","date_gmt":"2026-04-30T09:00:00","guid":{"rendered":"https:\/\/www.aurorainbox.com\/2026\/04\/30\/conectar-claude-code-whatsapp-aurora-mcp\/"},"modified":"2026-04-30T09:00:00","modified_gmt":"2026-04-30T09:00:00","slug":"conectar-claude-code-whatsapp-aurora-mcp","status":"publish","type":"post","link":"https:\/\/www.aurorainbox.com\/en\/2026\/04\/30\/connect-claude-code-whatsapp-aurora-mcp\/","title":{"rendered":"How to connect Claude Code to WhatsApp with Aurora MCP (2026)"},"content":{"rendered":"<p>Connecting Claude Code to WhatsApp Business takes 5 minutes with Aurora MCP. Aurora exposes an MCP server in <code>https:\/\/developers.aurorainbox.com\/mcp<\/code> With 30+ tools (search chats, send messages, create contacts, move opportunities through the funnel, launch webhooks) that any MCP-compatible agent can use. All you need is an Aurora Inbox workspace and a key. <code>ak_live_*<\/code> from the Developer Portal and a command <code>Claude MCP Add<\/code>This guide covers the setup from start to finish.<\/p>\n<h2 id=\"requisitos-previos\">Prerequisites<\/h2>\n<p>Before running the command, make sure you have:<\/p>\n<ul>\n<li><strong>Aurora Inbox Workspace<\/strong> active (the <a href=\"https:\/\/www.aurorainbox.com\/en\/Identity\/Account\/Register\/?Trial=1\">free trial<\/a> It is used to test the entire flow).<\/li>\n<li><strong>WhatsApp Business number connected<\/strong> in Aurora (via OAuth with Meta or manual registration).<\/li>\n<li><strong>Claude Code<\/strong> installed (<code>npm install -g @anthropic-ai\/claude-code<\/code> or the official installer).<\/li>\n<li><strong>Key Platform API <code>ak_live_*<\/code><\/strong> generated in the Developer Portal (below).<\/li>\n<\/ul>\n<h2 id=\"paso-1-generar-la-clave-de-aurora\">Step 1: Generate the Aurora key<\/h2>\n<ol>\n<li>Enter your workspace at <code>app.aurorainbox.com<\/code>.<\/li>\n<li>Go to <strong>Integrations \u2192 Developer Portal<\/strong> (Direct URL: <a href=\"https:\/\/app.aurorainbox.com\/integrations\/developer-portal\">https:\/\/app.aurorainbox.com\/integrations\/developer-portal<\/a>).<\/li>\n<li>Click on <strong>Generate new key<\/strong>Give it a descriptive name (e.g. <code>claude-code-laptop-alex<\/code>).<\/li>\n<li>Copy the key \u2014 it starts with <code>ak_live_\u2026<\/code>It is only displayed once; if you lose it, you must generate another one.<\/li>\n<\/ol>\n<p>The key is scoped to a single tenant (an Aurora workspace) with scope <code>aurora.api.platform<\/code>Any action that Claude Code performs is done with your workspace identity and is recorded in the audit log.<\/p>\n<h2 id=\"paso-2-agregar-aurora-mcp-a-claude-code\">Step 2: Add Aurora MCP to Claude Code<\/h2>\n<p>A single command:<\/p>\n<pre><code class=\"language-bash\">claude mcp add aurora \\ --transport http \\ https:\/\/developers.aurorainbox.com\/mcp \\ --header &quot;Authorization: Bearer ak_live_REEMPLAZA_TU_CLAVE&quot;\n<\/code><\/pre>\n<p>This adds Aurora to your user configuration (<code>~\/.claude.json<\/code>To verify that it was registered:<\/p>\n<pre><code class=\"language-bash\">Claude MCP list\n<\/code><\/pre>\n<p>You should see <code>Aurora<\/code> in the list with status <code>connected<\/code>If it appears <code>failed<\/code>Check that the key is complete and starts with <code>ak_live_<\/code>.<\/p>\n<h2 id=\"paso-3-probar-la-conexion\">Step 3: Test the connection<\/h2>\n<p>Open Claude Code in any project and ask it for something simple:<\/p>\n<pre><code>&gt; List the first 5 contacts from my Aurora Inbox account.\n<\/code><\/pre>\n<p>Claude Code is going to call the tool <code>list_contacts<\/code> and return an array with <code>id<\/code>, <code>yam<\/code>, <code>phone<\/code>, <code>e-mail<\/code>, <code>companyName<\/code>If the response arrives, the setup works.<\/p>\n<h2 id=\"que-herramientas-expone-aurora-mcp\">What tools does Aurora MCP offer?<\/h2>\n<p>Aurora MCP covers all 10 functional areas of the product. Each tool mirrors a Platform V1 API REST endpoint 1:1.<\/p>\n<table>\n<thead>\n<tr>\n<th>Category<\/th>\n<th>Representative tools<\/th>\n<th>Use case<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td>Chats<\/td>\n<td><code>search_chats<\/code>, <code>get_chat<\/code>, <code>create_chat<\/code>, <code>assign_chat_agents<\/code>, <code>set_chat_owner<\/code><\/td>\n<td>Tray triage, agent assignment<\/td>\n<\/tr>\n<tr>\n<td>Messages<\/td>\n<td><code>send_message<\/code> (1 ms\/sec per tenant), internal notes with <code>note=true<\/code><\/td>\n<td>Responses, follow-ups, and feedback for the team<\/td>\n<\/tr>\n<tr>\n<td>Chatbots<\/td>\n<td><code>start_chatbot<\/code>, <code>stop_chatbot<\/code>, <code>list_chat_chatbots<\/code>, <code>list_chatbots<\/code><\/td>\n<td>Activate workflows in specific chats<\/td>\n<\/tr>\n<tr>\n<td>Contacts<\/td>\n<td><code>list_contacts<\/code>, <code>get_contact<\/code>, <code>create_contact<\/code>, <code>update_contact<\/code>, <code>upsert_contact<\/code>, <code>delete_contact<\/code><\/td>\n<td>Basic CRM from the agent<\/td>\n<\/tr>\n<tr>\n<td>Companies<\/td>\n<td><code>list_companies<\/code>, <code>get_company<\/code>, <code>create_company<\/code>, <code>update_company<\/code><\/td>\n<td>B2B Accounts<\/td>\n<\/tr>\n<tr>\n<td>Opportunities<\/td>\n<td><code>create_opportunity<\/code>, <code>update_opportunity<\/code>, <code>delete_opportunity<\/code>, <code>list_chat_opportunities<\/code><\/td>\n<td>Moving deals through the funnel<\/td>\n<\/tr>\n<tr>\n<td>Channels<\/td>\n<td>List and review the status of WhatsApp Cloud API, WhatsApp Business, Messenger, and Instagram.<\/td>\n<td>Multi-channel diagnostics<\/td>\n<\/tr>\n<tr>\n<td>Equipment \/ Users<\/td>\n<td>Team and User tools for inviting, assigning, and querying<\/td>\n<td>Programmatic onboarding<\/td>\n<\/tr>\n<tr>\n<td>Webhooks<\/td>\n<td><code>create_webhook<\/code>, <code>list_webhooks<\/code>, <code>delete_webhook<\/code> (max. 5 per tenant)<\/td>\n<td>Outbound events to your infrastructure<\/td>\n<\/tr>\n<tr>\n<td>Diagnosis<\/td>\n<td><code>health<\/code>, <code>whoami<\/code><\/td>\n<td>Validate connectivity and permissions<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p>The <code>ChannelType<\/code> that accept <code>create_chat<\/code> and related endpoints are: <code>0=WhatsApp Cloud API<\/code>, <code>1=WhatsApp Business<\/code>, <code>2=Messenger<\/code>, <code>3=Instagram<\/code>.<\/p>\n<h2 id=\"tres-prompts-de-ejemplo-end-to-end\">Three example end-to-end prompts<\/h2>\n<h3 id=\"triage-matutino\">Morning triage<\/h3>\n<pre><code>Search Aurora for all unanswered WhatsApp chats from the last 24 hours. For each one, read the customer&#039;s last message and give me a one-line summary and the priority (high\/medium\/low) based on whether it mentions money, urgency, or a complaint.\n<\/code><\/pre>\n<p>Claude Code calls <code>search_chats(unanswered=true)<\/code> and then <code>get_chat(id)<\/code> for each one. You get a prioritized list in natural language.<\/p>\n<h3 id=\"crear-contacto-y-abrir-oportunidad\">Make contact and open opportunity<\/h3>\n<pre><code>I have a new lead: Daniel Mart\u00ednez, +52 55 1234 5678, daniel@empresa.mx, Company &quot;Log\u00edstica MX&quot;. Create him in Aurora and open an opportunity in the &quot;Q3 Sales&quot; funnel of the sales team with an estimated amount of $80,000 MXN.\n<\/code><\/pre>\n<p>Claude Code chains <code>upsert_contact<\/code> \u2192 <code>create_chat<\/code> (WhatsApp Cloud channel) \u2192 <code>create_opportunity<\/code> \u2192 <code>update_opportunity(dealAmount=80000)<\/code>All within the chat session without you having to open the Aurora UI.<\/p>\n<h3 id=\"follow-up-masivo\">Massive follow-up<\/h3>\n<pre><code>Look for chats in the &quot;no customer response&quot; status that are older than 72 hours. Send each one a short, friendly follow-up message asking if they still need help. Wait 1 second between messages to respect the rate limit.\n<\/code><\/pre>\n<p>Claude Code automatically respects the rate limit of <code>send_message<\/code> (1 message\/second per tenant \u2014 if it exceeds this, it receives <code>Rate limit exceeded\u2026 retry after 1s<\/code> and stops).<\/p>\n<h2 id=\"solucion-de-problemas\">Troubleshooting<\/h2>\n<h3 id=\"error-401-unauthorized\">Error 401 Unauthorized<\/h3>\n<p>The key was not pasted completely or has gaps. Regenerate and paste it carefully. The key must start exactly with <code>ak_live_<\/code>.<\/p>\n<h3 id=\"error-403-forbidden-en-herramientas-especificas\">Error 403 Forbidden in specific tools<\/h3>\n<p>Some tools require additional roles (e.g. <code>delete_contact<\/code> (requires the Contact Administrator role). Check the user roles associated with the key in <strong>Integrations \u2192 Developer Portal \u2192 Permissions<\/strong>.<\/p>\n<h3 id=\"las-herramientas-no-aparecen-en-claude-mcp-list\">The tools do not appear in <code>Claude MCP list<\/code><\/h3>\n<p>Restart Claude Code (<code>Ctrl+C<\/code> and <code>Claude<\/code> again). If it persists, run <code>curl https:\/\/developers.aurorainbox.com\/.well-known\/mcp.json<\/code> and verify that the server responds.<\/p>\n<h3 id=\"rate-limit-en-send_message\">Rate limit in <code>send_message<\/code><\/h3>\n<p>Aurora limits sending to 1 message per second per tenant to protect number quality in Meta. If your agent wants to send 100 messages, sequence them with a 1-second delay or use the endpoint <code>\/Platform\/V1\/Messaging\/Bulk<\/code> (not exposed via MCP by design).<\/p>\n<h2 id=\"como-lo-hace-aurora-mcp\">How Aurora MCP does it<\/h2>\n<p>Unlike attaching the WhatsApp Cloud API endpoint directly to an agent, Aurora MCP provides:<\/p>\n<ul>\n<li><strong>Simple Auth<\/strong>: a key <code>ak_live_*<\/code> It reuses the same Platform API system you already had. No three-legged OAuth, no expiring tokens.<\/li>\n<li><strong>Native audit log<\/strong>Each call is recorded in Aurora with the <code>keyId<\/code> that originated it.<\/li>\n<li><strong>Rate limits per tenant<\/strong>Your agent cannot degrade the quality of the Meta number by sending too quickly.<\/li>\n<li><strong>Multi-channel<\/strong>The same tool works for WhatsApp Cloud, WhatsApp Business, Messenger, and Instagram \u2014 the agent chooses the channel with <code>channelType<\/code>.<\/li>\n<li><strong>CRM behind<\/strong>Each chat is already linked to a contact and can generate opportunities \u2014 it&#039;s not just &quot;send a message&quot;.<\/li>\n<\/ul>\n<p>Recommended plan to start with: <strong>Aurora IA $179 USD\/month ($3,200 MXN)<\/strong> which includes GPT-5, native RAG, onboard scheduling and MCP server.<\/p>\n<p><a href=\"https:\/\/www.aurorainbox.com\/en\/Identity\/Account\/Register\/?Trial=1\">Start your free trial<\/a> and connect Claude Code in 5 minutes.<\/p>\n<h2 id=\"preguntas-frecuentes\">Frequently Asked Questions<\/h2>\n<h3 id=\"aurora-mcp-es-gratis\">Is Aurora MCP free?<\/h3>\n<p>The MCP server is included in any paid Aurora Inbox plan (CRM $99 USD, IA $179 USD, IA Plus $329 USD). The 14-day trial also includes it without restriction.<\/p>\n<h3 id=\"funciona-con-claude-code-en-modo-cli-y-en-modo-ide-vs-codejetbrains\">Does it work with Claude Code in CLI mode and in IDE mode (VS Code\/JetBrains)?<\/h3>\n<p>Yes. The configuration remains in <code>~\/.claude.json<\/code> and applies to all Claude Code surfaces.<\/p>\n<h3 id=\"mi-clave-queda-visible-en-logs-de-claude-code\">Is my key visible in Claude Code logs?<\/h3>\n<p>Claude Code masks headers <code>Authorization<\/code> in its debug log. Still, it tries <code>ak_live_*<\/code> as password \u2014 don&#039;t commit it to git.<\/p>\n<h3 id=\"puedo-darle-una-clave-por-agente-o-por-desarrollador\">Can I give you one key per agent or per developer?<\/h3>\n<p>Yes, recommended. It generates one key per human and one per machine; it revokes keys individually from the Developer Portal without affecting the others.<\/p>\n<h3 id=\"soporta-multi-tenant\">Does it support multi-tenant?<\/h3>\n<p>Each key is scoped to one tenant. If you manage multiple Aurora workspaces, generate one key per workspace and add them with distinct names: <code>claude mcp add aurora-prod \u2026<\/code> and <code>claude mcp add aurora-staging \u2026<\/code>.<\/p>\n<h3 id=\"que-pasa-si-anthropic-actualiza-el-protocolo-mcp\">What happens if Anthropic updates the MCP protocol?<\/h3>\n<p>Aurora supports version <code>2025-03-26<\/code> (the stable spec of Anthropic) on transport <code>streamable-http<\/code>Future versions will be added while maintaining backward compatibility according to the <a href=\"https:\/\/modelcontextprotocol.io\">official spec<\/a>.<\/p>\n<h3 id=\"puedo-conectar-otros-agentes-codex-cursor-claude-desktop-al-mismo-aurora\">Can I connect other agents (Codex, Cursor, Claude Desktop) to the same Aurora?<\/h3>\n<p>Yes. Same key, same endpoint. Each client has a slightly different setup\u2014check our guides for <a href=\"\/en\/conectar-codex-cli-whatsapp-aurora-mcp\/\">Codex CLI<\/a>, <a href=\"\/en\/conectar-claude-desktop-whatsapp-aurora-mcp\/\">Claude Desktop<\/a>, <a href=\"\/en\/conectar-cursor-whatsapp-aurora-mcp\/\">Cursor<\/a> and <a href=\"\/en\/conectar-vscode-copilot-whatsapp-aurora-mcp\/\">VS Code Copilot<\/a>.<\/p>","protected":false},"excerpt":{"rendered":"<p>Connect Claude Code to WhatsApp Business in 5 minutes with Aurora MCP: one command, one key and your Anthropic agent can read chats, create contacts and send messages.<\/p>","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[452],"tags":[454,540,538,539,219],"class_list":["post-38970","post","type-post","status-publish","format-standard","hentry","category-blog","tag-agentes-de-ia","tag-aurora-mcp","tag-claude-code","tag-mcp","tag-whatsapp-business"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v25.8 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>C\u00f3mo conectar Claude Code a WhatsApp con Aurora MCP (2026)<\/title>\n<meta name=\"description\" content=\"Conecta Claude Code a WhatsApp Business en 5 minutos con Aurora MCP: un comando, una clave y tu agente de Anthropic puede leer chats, crear contactos y enviar mensajes.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.aurorainbox.com\/en\/2026\/04\/30\/connect-claude-code-whatsapp-aurora-mcp\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"C\u00f3mo conectar Claude Code a WhatsApp con Aurora MCP (2026)\" \/>\n<meta property=\"og:description\" content=\"Conecta Claude Code a WhatsApp Business en 5 minutos con Aurora MCP: un comando, una clave y tu agente de Anthropic puede leer chats, crear contactos y enviar mensajes.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.aurorainbox.com\/en\/2026\/04\/30\/connect-claude-code-whatsapp-aurora-mcp\/\" \/>\n<meta property=\"og:site_name\" content=\"Aurora Inbox\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/profile.php?id=100089808166715\" \/>\n<meta property=\"article:published_time\" content=\"2026-04-30T09:00:00+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.aurorainbox.com\/wp-content\/uploads\/2025\/01\/Datos-Automotriz-3.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1080\" \/>\n\t<meta property=\"og:image:height\" content=\"780\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"alejandro\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@aurorainbox\" \/>\n<meta name=\"twitter:site\" content=\"@aurorainbox\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"alejandro\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"7 minutes\" \/>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How to connect Claude Code to WhatsApp with Aurora MCP (2026)","description":"Connect Claude Code to WhatsApp Business in 5 minutes with Aurora MCP: one command, one key and your Anthropic agent can read chats, create contacts and send messages.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.aurorainbox.com\/en\/2026\/04\/30\/connect-claude-code-whatsapp-aurora-mcp\/","og_locale":"en_US","og_type":"article","og_title":"C\u00f3mo conectar Claude Code a WhatsApp con Aurora MCP (2026)","og_description":"Conecta Claude Code a WhatsApp Business en 5 minutos con Aurora MCP: un comando, una clave y tu agente de Anthropic puede leer chats, crear contactos y enviar mensajes.","og_url":"https:\/\/www.aurorainbox.com\/en\/2026\/04\/30\/connect-claude-code-whatsapp-aurora-mcp\/","og_site_name":"Aurora Inbox","article_publisher":"https:\/\/www.facebook.com\/profile.php?id=100089808166715","article_published_time":"2026-04-30T09:00:00+00:00","og_image":[{"width":1080,"height":780,"url":"https:\/\/www.aurorainbox.com\/wp-content\/uploads\/2025\/01\/Datos-Automotriz-3.jpg","type":"image\/jpeg"}],"author":"alejandro","twitter_card":"summary_large_image","twitter_creator":"@aurorainbox","twitter_site":"@aurorainbox","twitter_misc":{"Written by":"alejandro","Est. reading time":"7 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.aurorainbox.com\/en\/2026\/04\/30\/connect-claude-code-whatsapp-aurora-mcp\/#article","isPartOf":{"@id":"https:\/\/www.aurorainbox.com\/en\/2026\/04\/30\/connect-claude-code-whatsapp-aurora-mcp\/"},"author":{"name":"alejandro","@id":"https:\/\/3.94.236.79\/#\/schema\/person\/cab6aa1a99141147753f3471a570dff5"},"headline":"C\u00f3mo conectar Claude Code a WhatsApp con Aurora MCP (2026)","datePublished":"2026-04-30T09:00:00+00:00","mainEntityOfPage":{"@id":"https:\/\/www.aurorainbox.com\/en\/2026\/04\/30\/connect-claude-code-whatsapp-aurora-mcp\/"},"wordCount":999,"commentCount":0,"publisher":{"@id":"https:\/\/3.94.236.79\/#organization"},"keywords":["Agentes de IA","Aurora MCP","Claude Code","MCP","WhatsApp Business"],"articleSection":["Blog"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.aurorainbox.com\/en\/2026\/04\/30\/connect-claude-code-whatsapp-aurora-mcp\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.aurorainbox.com\/en\/2026\/04\/30\/connect-claude-code-whatsapp-aurora-mcp\/","url":"https:\/\/www.aurorainbox.com\/en\/2026\/04\/30\/connect-claude-code-whatsapp-aurora-mcp\/","name":"How to connect Claude Code to WhatsApp with Aurora MCP (2026)","isPartOf":{"@id":"https:\/\/3.94.236.79\/#website"},"datePublished":"2026-04-30T09:00:00+00:00","description":"Connect Claude Code to WhatsApp Business in 5 minutes with Aurora MCP: one command, one key and your Anthropic agent can read chats, create contacts and send messages.","breadcrumb":{"@id":"https:\/\/www.aurorainbox.com\/en\/2026\/04\/30\/connect-claude-code-whatsapp-aurora-mcp\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.aurorainbox.com\/en\/2026\/04\/30\/connect-claude-code-whatsapp-aurora-mcp\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.aurorainbox.com\/en\/2026\/04\/30\/connect-claude-code-whatsapp-aurora-mcp\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.aurorainbox.com\/"},{"@type":"ListItem","position":2,"name":"C\u00f3mo conectar Claude Code a WhatsApp con Aurora MCP (2026)"}]},{"@type":"WebSite","@id":"https:\/\/3.94.236.79\/#website","url":"https:\/\/3.94.236.79\/","name":"Aurora Inbox","description":"The best artificial intelligence agent","publisher":{"@id":"https:\/\/3.94.236.79\/#organization"},"alternateName":"Aurora Inbox","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/3.94.236.79\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/3.94.236.79\/#organization","name":"Aurora Inbox","url":"https:\/\/3.94.236.79\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/3.94.236.79\/#\/schema\/logo\/image\/","url":"https:\/\/www.aurorainbox.com\/wp-content\/uploads\/2024\/01\/BRANDMARK-Gray80x80.png","contentUrl":"https:\/\/www.aurorainbox.com\/wp-content\/uploads\/2024\/01\/BRANDMARK-Gray80x80.png","width":81,"height":81,"caption":"Aurora Inbox"},"image":{"@id":"https:\/\/3.94.236.79\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/profile.php?id=100089808166715","https:\/\/x.com\/aurorainbox","https:\/\/www.instagram.com\/aurorainboxlatam\/","https:\/\/www.youtube.com\/@aurorainbox"]},{"@type":"Person","@id":"https:\/\/3.94.236.79\/#\/schema\/person\/cab6aa1a99141147753f3471a570dff5","name":"Alexander","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/3.94.236.79\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/da3b787e0efd5514e93ef918069c677c2a2dd12bf6a91634804bd4e2632bebee?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/da3b787e0efd5514e93ef918069c677c2a2dd12bf6a91634804bd4e2632bebee?s=96&d=mm&r=g","caption":"alejandro"},"sameAs":["https:\/\/ww3.aurorainbox.com"]}]}},"_links":{"self":[{"href":"https:\/\/www.aurorainbox.com\/en\/wp-json\/wp\/v2\/posts\/38970","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.aurorainbox.com\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.aurorainbox.com\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.aurorainbox.com\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.aurorainbox.com\/en\/wp-json\/wp\/v2\/comments?post=38970"}],"version-history":[{"count":0,"href":"https:\/\/www.aurorainbox.com\/en\/wp-json\/wp\/v2\/posts\/38970\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.aurorainbox.com\/en\/wp-json\/wp\/v2\/media?parent=38970"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.aurorainbox.com\/en\/wp-json\/wp\/v2\/categories?post=38970"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.aurorainbox.com\/en\/wp-json\/wp\/v2\/tags?post=38970"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}