Integration
Connect Jumpseller to Resend
When something happens in Jumpseller, your agent does the next thing in Resend. Describe it in plain language and the automation is built, tested on every branch and kept running.
Build it
What do you want Jumpseller and Resend to do together?
Describe it and your agent reads both APIs, builds the automation, tests every branch and ships it. The list below is what exists today, not the limit.
Ask the assistant
You'll sign in before anything runs. What you typed comes with you.
Or work from Claude Code
Install the APIANT plugin for Claude Code and build, edit, test and read run history from your terminal. Every plan gets this, including free, and it spends no assistant credits.
Connect Claude CodeEverything your agent can do with Jumpseller and Resend
Triggers and actions 6 triggers ยท 45 actions
Trigger
Customer CreatedTriggers when a new customer registers into the store.
Trigger
Customer UpdatedTriggers when a customer is updated.
Trigger
Order PaidTriggers when a new order is paid.
Trigger
Order UpdatedTriggers when an order status is updated (from an initial "pending payment" to either a "paid", "canceled" or "abandoned" status).
Trigger
Product CreatedTriggers when a new product is created.
Trigger
Product UpdatedTriggers when a product is updated.
Action
Add CategoryCreate a new Category. POST /categories.json
Action
Add CustomerAdds a new customer to your Jumpseller store.
Action
Create ProductCreates a Product
Action
Create Product VariantCreates a new Product Variant
Action
Delete CustomerDelete an existing Customer. DELETE /customers/{id}.json
Action
Delete ProductDelete an existing Product. DELETE /products/{id}.json
Action
Find Customer From EmailFinds a customer in your Jumpseller store by their email address.
Action
Find ProductFinds a Jumpseller Product, returning the full product details (including its variants)
Action
Find Product From SKUFinds a product given a SKU, ID or Barcode
Action
Get CustomerRetrieve a single Customer by id. GET /customers/{id}.json
Action
Get ProductRetrieve a single Product by id. GET /products/{id}.json
Action
List CategoriesRetrieve all Categories. GET /categories.json
Action
List CustomersRetrieve all Customers. GET /customers.json
Action
List ProductsRetrieve all Products in the store. GET /products.json (supports category/status filters and pagination).
Action
Update CustomerUpdates an existing customer in your Jumpseller store.
Action
Update ProductUpdates a Product
Action
Update Product by SKUUpdates a product given a SKU
Action
Add Contact to SegmentAdds a contact to a Resend segment. You can identify the contact by its ID or email address.
Action
Add SuppressionAdds an email address to your Resend suppression list so no further mail is sent to it.
Action
Cancel EmailCancels a scheduled Resend email that has not been sent yet.
Action
Create API KeyCreates a new Resend API key. The key itself is returned once, so store it right away.
Action
Create ContactCreates a contact in Resend. Returns the new contact's ID.
Action
Create DomainAdds a sending domain to Resend. Returns the DNS records you need to add at your domain host to verify it.
Action
Create SegmentCreates a new segment in Resend for grouping contacts.
Action
Delete API KeyDeletes a Resend API key so it can no longer be used.
Action
Delete ContactDeletes a contact from Resend. You can identify the contact by its ID or email address.
Action
Delete DomainRemoves a sending domain from Resend.
Action
Delete SegmentDeletes a segment from Resend. The contacts themselves are not deleted.
Action
List API KeysReturns the API keys on your Resend account, with each key's name and when it was last used. The key values themselves are never returned.
Action
List ContactsReturns the contacts in your Resend account, optionally limited to one segment.
Action
List DomainsReturns the sending domains on your Resend account and each one's verification status.
Action
List SegmentsReturns the contact segments in your Resend account.
Action
List Sent EmailsReturns the emails you have sent through Resend, newest first, with each email's id, sender, recipients, subject, send time and latest delivery event. Supports paging before or after a given email id.
Action
List SuppressionsReturns the email addresses on your Resend suppression list, showing for each one the address, why it was suppressed (bounce, complaint or added manually), the email that triggered it and when it was added.
Action
Remove Contact From SegmentRemoves a contact from one of your Resend segments. Identify the contact by its ID or by its email address, and name the segment to take it out of. The contact itself is not deleted.
Action
Remove SuppressionTakes an email address off your Resend suppression list so you can send to it again. Identify it by the suppression ID or by the email address itself.
Action
Retrieve ContactReturns one contact from your Resend audience, including their name, email address, whether they have unsubscribed, when they were added, and any custom properties stored on them. Look the contact up by its ID or by its email address.
Action
Retrieve DomainReturns one of your Resend sending domains, including its name, verification status, sending region, tracking settings and the DNS records it needs with each record's current status.
Action
Retrieve SegmentReturns one of your Resend segments by its ID, with the segment's name and when it was created.
Action
Retrieve Sent EmailReturns one email you sent through Resend, with its sender, recipients, subject, HTML and text body, tags, send time and latest delivery event.
Action
Send Batch EmailsSends up to 100 emails through Resend in a single call. Give it a list of emails, each with a sender, recipients, subject and body, and it returns the id of every email it created.
Action
Send EmailSends an email through Resend. Set the sender, recipients and subject, provide an HTML or plain text body, and optionally add CC/BCC, reply-to, attachments, tags or a send time.
Action
Update ContactUpdates a contact in your Resend audience. Identify the contact by ID or email address, then change the name, the subscribed/unsubscribed state, or the custom properties. Anything you leave blank stays as it is.
Action
Update EmailReschedules an email you already queued in Resend, moving it to a new send date and time. Only emails that have not gone out yet can be changed.
Action
Verify DomainAsks Resend to re-check the DNS records for one of your sending domains and start verifying it. Verification runs in the background, so the domain shows as pending until it finishes.
No trigger or action matches that. Ask your agent to add it: it reads the API documentation and builds what you describe.
Each app on its own
Reviews