All Platforms
iMessage

iMessage

Coming Soon

Apple Messages integration

Connect agents to iMessage through Apple's messaging infrastructure. Reach iOS and macOS users on their native messaging app with full support for reactions, typing indicators, and rich link previews.

Identity Types

user

Connection Methods

  • Apple ID

Supported Features

ReactionsTyping indicatorsRead receiptsGroup chatsRich links
imessage-agent.ts
1// Coming soon
2const identity = await ac.identities.create({
3 platform: "imessage",
4 type: "user",
5 connectionMethod: "apple_id",
6 displayName: "Support Agent",
7})
8 
9await ac.messages.send({
10 identityId: identity.id,
11 conversationId: "conv_...",
12 body: "How can I help?",
13})

Ready to connect
your agents?

Join the beta. Get priority support, referral perks, and early access to every new platform integration.