tray-newsletter

Automate newsletter subscription and double opt-in confirmation workflows for Tray stores.

14|Updated Mar 21, 2026
One-click install
npx skills add https://github.com/tray-tecnologia/tray-api-claude-plugin --skill tray-newsletter
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: tray-newsletter
Source: https://github.com/tray-tecnologia/tray-api-claude-plugin/tree/main/skills/newsletter
Command: npx skills add https://github.com/tray-tecnologia/tray-api-claude-plugin --skill tray-newsletter

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Centralizes and simplifies the integration of newsletter signups for Tray stores, enabling developers to manage subscribers and confirmations via API.

Core Features & Use Cases

  • Create and list newsletter subscribers for a Tray store.
  • Confirm subscriptions using a double opt-in flow to ensure consent.
  • Handle basic subscriber data (email, name) and integration with the Tray API.

Quick Start

Subscribe a customer to the newsletter by providing email and name, then confirm the subscription via the confirmation endpoint.

Frequently Asked Questions about tray-newsletter

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate newsletter signups for a Tray store using the API?▼

You can automate newsletter signups by capturing subscriber emails and names, then using the POST /newsletters endpoint to add them to your Tray store. This automates the subscription workflow directly through the API.

What is double opt-in confirmation for newsletter subscriptions and how does it work?▼

Double opt-in confirmation requires subscribers to verify their email address before being added to your newsletter list. The POST /newsletters/confirm endpoint finalizes this consent verification process.

How do I retrieve a list of existing newsletter subscribers from Tray?▼

You can retrieve existing newsletter subscribers by making a request to the GET /newsletters endpoint. This lists all current subscribers for your Tray store.

Do I need an access_token to manage newsletter subscriptions via the Tray API?▼

Yes, you need an access_token to authenticate API requests. The token is required to securely manage newsletter subscribers and perform subscription and confirmation operations.

What subscriber data is required to create a newsletter subscription in Tray?▼

Creating a newsletter subscription requires the subscriber's email address and name. This basic data is sent to the POST /newsletters endpoint to register the customer.