Activity
Mon
Wed
Fri
Sun
May
Jun
Jul
Aug
Sep
Oct
Nov
Dec
Jan
Feb
Mar
Apr
What is this?
Less
More

Memberships

AI Automation Society

336.5k members • Free

ManyChat Made Easy

112 members • $9/month

AI Growth Club

181 members • Free

AI Automation Made Easy

15.9k members • Free

Hackathon

2.6k members • Free

Vibe Coding For Women

358 members • Free

AI Creator University

759 members • $9/m

AI Video Bootcamp

18k members • $9/month

Evelyn VIP Courses Vault

379 members • Free

1 contribution to "Paper Click" Marketers
Direct Mail skill file (for claw/claude/agents)
Example directmail skill. md file you can load up for your agents. ------------------------------------ # Skill: Thanks.io Direct Mail Automation Handle direct mail workflows including sending handwritten postcards, letters, and managing mailing lists via the Thanks.io API. ## Requirements - An active Thanks.io account. - API Key (found at: https://dashboard.thanks.io/profile/api). - Environment Variable: THANKS_IO_API_KEY ## Actions ### send_postcard Sends a personalized postcard to a recipient. - type: "4x6" (default), "6x9", or "6x11" - front_image_url: Public URL for the front image. - message: The handwritten message for the back. - recipient: { "name", "address", "city", "province", "postal_code", "country" } - handwriting_style: (Optional) Integer ID for the pen style. ### send_letter Sends a professional letter. - message: Content of the letter. - recipient: { "name", "address", "city", "province", "postal_code", "country" } - window: boolean (true for windowed envelope). ### add_recipient Adds a contact to a mailing list for automated campaigns. - mailing_list_id: The ID of the list. - recipient_data: Object containing name and address fields. ## Implementation (Python Shell) import requests import os API_KEY = os.getenv("THANKS_IO_API_KEY") BASE_URL = "https://api.thanks.io/api/v2" def call_thanks_io(endpoint, payload): headers = { "Authorization": f"Bearer {API_KEY}", "Content-Type": "application/json" } response = requests.post( f"{BASE_URL}/{endpoint}", json=payload, headers=headers ) return response.json() # Example: Send Postcard # payload = { # "front_image_url": "URL_HERE", # "message": "Hi %FIRST_NAME%, thanks!", # "recipients": [recipient_obj] # } # call_thanks_io("send/postcard", payload)
1 like • Mar 7
This is awesome!! I’m teaching agents how to use Claude code, Co-work and I have an agent tha just started using Thanks so this is perfect timing 😁
1-1 of 1
Tamra Simons
1
4points to level up
@tamra-simons
Agent Mentor & Coffee-Fueled Strategist ☕ | I help real estate agents turn their expertise into scalable offers, with systems that actually convert.

Active 2h ago
Joined Jan 20, 2026
Utah
Powered by