The most common way this question gets asked is oddly specific, and the specificity is the interesting part: people do not search for an AI that answers Etsy messages, they search for one that answers Etsy messages in my style. That distinction is the whole job. Generic reply generators have existed for years and Etsy sellers keep not using them, because a reply that does not sound like you is worse than a slow reply.

Can an Agent Connect to Etsy Messages?
No, and it is worth being blunt about this because a lot of the advice online implies otherwise.
Etsy publishes a machine-readable specification for its Open API v3. We pulled it on 26 August 2026 and counted what is in it. The answer is 76 endpoints, grouped into 27 resource areas:
| Area | Resource groups in the spec |
|---|---|
| Your shop | Shop, Shop Section, Shop Holiday Preferences, Shop Processing Profiles, Shop Production Partner, Shop Shipping Profile, Shop Return Policy |
| Listings | ShopListing plus Inventory, Product, Offering, Image, Video, File, Translation, Personalization, Variation Image |
| Orders and money | Shop Receipt, Shop Receipt Transactions, Payment, Ledger Entry |
| Everything else | Review, User, User Address, Buyer Taxonomy, Seller Taxonomy, Other |
| Messaging | Nothing. No message, conversation, chat or inbox path exists in the specification |
This is not an oversight anyone expects Etsy to fix soon. A seller opened a feature request titled "Incoming messages should be available via API" in Etsy's public API repository on 6 March 2026, and it sat with no replies when we checked. The seller's own framing is telling: "I know messages are not supported and I understand the reasoning of keeping buyers and sellers on the platform." Etsy's commercial interest is in conversations happening on Etsy, so an inbox that other software can read is not a feature they are motivated to ship.
What that leaves you with is two honest routes and one you should avoid. The honest ones are the notification email, which Etsy sends you anyway, and copy-paste. The one to avoid is any tool that automates your browser to read and send inside the Etsy interface. It breaks whenever Etsy changes its markup, it is difficult to keep within Etsy's terms, and the failure mode is your shop rather than a broken script.
What "In My Specific Style" Actually Means
Sellers asking for this usually cannot articulate their own voice, which is normal. You do not notice your own defaults. But a style guide is recoverable from your existing replies, and once written down it is surprisingly concrete. The dimensions that matter:
- Opening. Do you use the buyer's first name? "Hi Sarah!" and "Hello," and no greeting at all are three different shops.
- Length. Some sellers answer a sizing question in nine words. Some write a paragraph and add a care tip. Both work; mixing them at random does not.
- Formality and contractions. "We'll get that out today" versus "Your order will ship today."
- Emoji and punctuation. Exclamation marks per message is a real and measurable part of a voice, and it is the thing generic reply tools get most obviously wrong.
- Sign-off. First name, shop name, both, or nothing.
- How you deliver bad news. This is the highest-value dimension and the one people forget. Do you apologise first and explain second, or explain first? Do you offer a remedy before it is asked for?
- What you never say. Promises about carrier delivery dates, for instance, or discounts you do not actually offer.
Write those seven things down and you have most of a working style guide. The agent's job is then constrained rather than creative, which is exactly the shape of task agents are reliable at.
The Three Setups That Work
Given the API constraint, there are three practical shapes. They differ in how much plumbing you want to own.
| Setup | How the message reaches the agent | Effort to set up | Best for |
|---|---|---|---|
| Paste and draft | You paste the buyer's message into the agent | Minutes. Nothing to connect | Trying it out, and low message volume |
| Notification inbox | Etsy's message notification emails land in a mailbox the agent reads | An hour, mostly filtering rules | Most working shops. This is the default recommendation |
| Notification inbox plus order context | As above, plus the agent looks up the buyer's order through Etsy's receipts endpoints | Half a day, needs API credentials | Shops where most questions are "where is my order" |
The third row is where the API does earn its keep. You cannot read the message through the API, but once you have the message by email you can use the receipts and transactions endpoints to pull the actual order behind it: what was bought, when it shipped, which shipping profile applied. That turns "I'll check and get back to you" into a draft that already contains the answer. If you have never wired an agent to a credentialed endpoint before, connecting an agent to a private API covers the mechanics, and scoping that credential to read-only is worth the ten minutes.
Whichever setup you pick, the output goes into a draft, not into Etsy. That constraint is not timidity, it is what keeps the whole thing inside supported behaviour.
Which Messages to Draft, and Which to Never Automate
The useful split is not by topic but by what happens when the reply is wrong.
| Message type | Let the agent draft it? | Why |
|---|---|---|
| Where is my order | Yes | The answer is a fact lookup, and with order context attached the draft is usually sendable as written |
| Sizing, materials, care instructions | Yes | Same answer every time; this is what your listing already says |
| Do you ship to my country, how long | Yes, with a hard rule | Fine to draft, but the draft must never state a delivery date as a promise |
| Can you customise this | Draft the routine cases only | "Yes, colour changes are fine" is routine. Anything needing a quote is not |
| Delayed or damaged order | No | The buyer is already unhappy; a well-formed reply that misses the tone makes it worse |
| Refund, return or cancellation requests | No | A decision with money attached, and a drafted promise is hard to walk back |
| Anything attached to an open case | No | Formal process. Write these yourself, slowly |
| Wholesale or collaboration enquiries | No | Rare, high value, and worth your actual attention |
Roughly speaking the top half of that table is most of your message volume and almost none of your stress. Automating the drafting of exactly that half is the whole win. The bottom half is where sellers imagine automation going wrong, and they are right, which is why the answer is to leave it alone rather than to build clever guardrails around it.
Building the Style Guide From Your Own Replies
This is the step people skip, and skipping it is why the generic tools feel wrong. It takes about half an hour, once.
- Collect twenty to forty of your own replies. Copy them out of Etsy Messages by hand. Pick ones you were happy with, and deliberately include two or three where you delivered bad news, because that is the hardest register to fake.
- Ask the agent to describe the voice, not to imitate it yet. Have it produce a written guide covering the seven dimensions above. Read what it says about you. This is the step that catches a wrong read early, and it is often mildly revealing.
- Correct the guide by hand. Delete anything that is an accident rather than a preference. If you use three exclamation marks when tired and one when not, the guide should say one.
- Add the never-say list explicitly. Delivery-date promises, discounts, anything about another seller, and any claim about materials you cannot substantiate.
- Freeze the guide and reference it in every drafting run. Not "write like me", but the actual guide text, every time.
- Re-derive it every few months. Voices drift, especially when your product range changes.
If you want the scheduling side, where the drafting runs on its own each morning rather than when you remember, writing a prompt for a recurring agent covers how to phrase a job that fires on a timer without going stale.
What We Saw Running This
We built the notification-inbox version against a small handmade-goods shop's message history, using thirty-one of the seller's own past replies as the style input, and drafted against a week of incoming messages.
The headline number was less interesting than the failure pattern. Most drafts came back usable with a small edit, which is what you would expect. What was not expected: the drafts that needed the most editing were not the complicated messages, they were the short ones. A buyer asking "is this in stock?" got a four-sentence reply with a care tip attached, because the style guide had been derived from a set of replies that skewed long. The agent was correctly imitating an average that did not exist. Real sellers write short answers to short questions and long ones to long questions, and "match the length of the message you are answering" turned out to be the single most useful line we added to the guide.
The second finding was about order context. Without it, roughly a third of drafts were some polite variant of "let me check and get back to you", which is worth nothing because you still have to go and check. Wiring the receipts lookup in changed those from a placeholder into an actual answer, and it is the reason we recommend the third setup for any shop whose inbox is mostly order-status questions.
The honest limit: on the bad-news messages we deliberately included, the drafts were fluent and slightly wrong every time. Not offensive, just a half-step too breezy about someone else's problem. We stopped drafting those, which is how the recommendation in the table above came about rather than being a principle we started with.
What Goes Wrong
The draft invents a delivery date. This is the expensive one. An agent that has read a hundred cheerful shipping replies will happily write "it should be with you by Thursday", and now you have promised a carrier's performance. Put the prohibition in the style guide as a rule, not a preference, and check for it specifically for the first week.
Personalisation notes get missed. Etsy orders can carry buyer personalisation, and a message about a custom order often only makes sense alongside it. If your agent has the order context but is not reading the personalisation field, its draft will confidently answer the wrong question.
The style guide gets stale after a product change. A shop that adds a new material starts getting a new class of question, and a guide derived before that change has no instinct for it. Re-derive rather than patching.
You start trusting it on the messages you should not. The drift is gradual and it always goes the same way: the routine drafts are good, so the boundary softens, and eventually something gets drafted about a refund. Keep the never-automate list written down next to the shop's other rules.
Someone sells you an "Etsy integration". Given there is no messages API, ask exactly how it reads your inbox. If the answer is that it logs in as you, understand what you are agreeing to before you connect it.
None of this replaces knowing your buyers. It removes the part where you retype the same shipping answer for the ninth time this week. For the wider picture of what else in a shop is worth handing over, our guide to AI agents for Etsy sellers covers listings, inventory and review workflows, AI agents for eBay sellers covers the same ground on a platform that does expose messaging, and a Shopify inventory restock agent is the equivalent job for sellers running their own storefront alongside Etsy.
If you are still deciding whether any of this is worth paying for, the cheapest AI agent platforms in 2026 compares what the free tiers actually cover, and what an AI agent is is the place to start if the whole category is new to you.
Frequently Asked Questions
Does Etsy have an API for messages?
No. We checked Etsy's own published OpenAPI specification for the Open API v3 on 26 August 2026. It defines 76 endpoints across 27 resource groups covering shops, listings, inventory, receipts and transactions, payments, ledger entries, reviews, shipping profiles, return policies and user addresses. There is no messages, conversations, chat or inbox path anywhere in it. A seller feature request asking for incoming messages via the API was opened in Etsy's public API repository on 6 March 2026 and has no replies. So any tool claiming to plug directly into your Etsy inbox is either using the email notifications, or driving the browser as you.
Which AI agent can answer Etsy messages in my specific style?
Any agent that you feed your own past replies to. Style is not a model feature you shop for, it is an input you supply. Export twenty to forty of your own real replies, have the agent derive a written style guide from them covering greeting, sign-off, sentence length, formality, emoji use and how you handle bad news, then make that guide a permanent part of the drafting instruction. The agent quality matters far less than whether your actual voice is in the prompt.
Can an AI agent send Etsy messages automatically?
Not through a supported route, and you should not want it to. With no messages API, automatic sending means something typing into the Etsy web interface on your behalf, which is fragile and puts your shop at risk if it misfires. The pattern that works is draft-then-approve: the agent writes the reply and you paste and send it. On a normal message volume that is a few seconds per message versus a few minutes.
What Etsy messages should never be automated?
Anything where being wrong is expensive or being cold is damaging. That means disputes and cases, anything involving a refund decision, complaints about a delayed or damaged order, custom or bespoke quotes where the price depends on judgment, and any message that reads as personally upset. Drafting is fine for the routine half: order status, shipping timelines, care instructions, sizing and materials questions, and simple customisation availability.
Will Etsy penalise me for using AI to write replies?
Etsy's rules are about the content and conduct of your messages, not about which text editor produced them. What gets sellers in trouble is spam, off-platform solicitation, unsolicited marketing and misleading claims, and an agent can commit all of those faster than you can. Keep a human on the send button, never let a draft promise a delivery date or refund you have not verified, and the drafting itself is not the risk. Read Etsy's current seller policies rather than trusting any summary, including this one.
How much does it cost to run an Etsy reply agent?
On Gravity the free tier covers one agent at $0 a month, which is enough for a single shop drafting replies from your notification inbox. Paid plans start at $20 a month with a lot of usage included, and you can buy extra usage beyond your plan if your message volume grows. For a shop handling a handful of messages a day, the free tier is genuinely the whole answer.
Does this work for a shop with more than one person answering messages?
Yes, and it usually helps more. A multi-person shop has a consistency problem the solo seller does not: three people answering the same question three ways. Deriving one style guide from the replies you consider best, then drafting everything from it, is a way of making the shop sound like one voice. Have each person still review their own drafts before sending.
Sources
- Etsy. Open API v3 OpenAPI specification, etsy.com/openapi/generated/oas/3.0.0.json, retrieved and counted 26 August 2026. Source for the 76 endpoints, the 27 resource groups listed in the table, and the absence of any message, conversation, chat or inbox path. This is Etsy's own machine-readable specification, not a third-party summary.
- Etsy Open API repository. "Incoming messages should be available via API," discussion #1547, github.com/etsy/open-api, opened 6 March 2026, no replies as of 26 August 2026. Source for the seller-side request and the quoted acknowledgement that messages are not supported.
- Etsy. Open API v3 reference documentation, developer.etsy.com, checked 26 August 2026. Source for the receipts and transactions endpoints used in the order-context setup.
- Gravity pricing: free tier with one agent at $0 per month; paid plans from $20 a month with a lot of usage included; buy more usage if you run out. Checked 26 August 2026.
- Related reading: AI agents for Etsy sellers, AI agents for eBay sellers, best AI agents for customer support, what an AI agent is.
