Back to Directory
Intercom favicon

Intercom

Ecosystem

AI-powered customer service platform for e-commerce, building UCP integration to give support agents full context on agent-initiated purchases.

Intercom is a customer service platform used by over 25,000 businesses. Its AI agent, Fin, handles customer inquiries automatically, escalating to human agents when needed. Intercom is building UCP integration to surface transaction context from agent-initiated purchases in both Fin and human-agent conversations.

When a customer contacts support about an order placed by an AI shopping agent, Intercom needs UCP transaction metadata to provide a complete picture: what the agent was instructed to do, what it purchased, and what checkout decisions it made. Without this, support agents are working with incomplete information.

Intercom's integration also covers Fin. When a shopper asks the AI support agent about an order placed through a UCP shopping agent, Fin can query UCP order data directly, rather than relying on static order records that may not reflect agent session context.

Why This Matters for UCP

Intercom surfaces UCP transaction metadata in support conversations, giving both AI and human support agents full context on orders placed through AI shopping agents.

UCP Capabilities

order management

UCP Endpoint

Ecosystem — Endpoint not yet publicly available

Integration Example

// Intercom UCP order context integration
// Surface UCP transaction data in Intercom conversations
app.post('/webhooks/intercom', async (req, res) => {
  const { conversation_id, order_id } = req.body;

  if (order_id) {
    const ucpOrder = await ucpClient.orders.get({ order_id });
    await intercom.conversations.addNote({
      id: conversation_id,
      note: `UCP order: placed via ${ucpOrder.agent_platform}, instruction: "${ucpOrder.agent_instruction}"`
    });
  }
});

UCP Status

Ecosystem

Tags

customer-supportcxai-agenthelpdeskpost-purchase

Pricing

paid

Added 2026-04-13
Documentation

Is this your listing? Claim it to get analytics, a verified badge, and priority placement. Claim your listing →

Reviews

★★★★★4.7 (3 reviews)

These are illustrative examples to show what reviews will look like. Submit your own experience below.

ML

M. Lee

Backend Developer · Mar 3, 2026

★★★★

Works well for our use case. The documentation is accurate and the implementation matches what the spec describes.

RK

R. Kapoor

Platform Engineer · Jan 15, 2026

★★★★★

Integrated in an afternoon. Solid implementation with no unexpected edge cases in production.

JS

J. Santos

Senior Engineer · Feb 28, 2026

★★★★★

Integration was straightforward. The UCP endpoint discovery works as documented and checkout completes in under 2 seconds.

21 other tools in Commerce Enablers

Is this your tool? Claim this listing

Related Commerce Enablers

UCPStore favicon

UCPStore

Commerce Enablers

Live

Service that transforms existing e-commerce stores into UCP-compatible endpoints without platform migration.

saasshopifywoocommerce
UnverifiedAgent-Ready: 70%
4.4implementation(13 signals)
freemium
SFCC UCP Cartridge favicon

SFCC UCP Cartridge

Commerce Enablers

Live

Open-source Salesforce Commerce Cloud cartridge that implements UCP checkout for SFCC storefronts.

salesforcesfcccartridge
UnverifiedAgent-Ready: 70%
4.8implementation(17 signals)
Open Sourcefree
Shopify Checkout Kit favicon

Shopify Checkout Kit

Commerce Enablers

Live

Shopify's developer toolkit for implementing UCP on any Shopify storefront, enabling AI agent-initiated checkouts.

shopifyofficialcheckout
UnverifiedAgent-Ready: 70%
4.9implementation(29 signals)
free