telnyx-email-curl

Installation
SKILL.md

Telnyx Email - curl

Installation

# curl is pre-installed on macOS, Linux, and Windows 10+
# jq is required for examples that capture IDs from responses:
#   macOS: brew install jq
#   Debian/Ubuntu: sudo apt-get install jq

Setup

export TELNYX_API_KEY="YOUR_API_KEY_HERE"

All examples below use $TELNYX_API_KEY for authentication.

Installs
2
Repository
team-telnyx/ai
GitHub Stars
212
First Seen
Aug 12, 2026
telnyx-email-curl — team-telnyx/ai