Intercom
EcosystemAI-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
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}"`
});
}
});Category
Commerce EnablersUCP Status
EcosystemTags
Pricing
paid
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.
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.
R. Kapoor
Platform Engineer · Jan 15, 2026
Integrated in an afternoon. Solid implementation with no unexpected edge cases in production.
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