kudosity-contacts-lists

Installation
SKILL.md

Create Contact Lists & Add Contacts

You can create contact lists and add contacts using the Kudosity V1 API.

Authentication

All list operations use V1 Basic Auth:

  • Header: Authorization: Basic {credentials}
  • Credentials: base64 encode {KUDOSITY_API_KEY}:{KUDOSITY_API_SECRET}
  • The user must have KUDOSITY_API_KEY and KUDOSITY_API_SECRET environment variables set
  • Credentials come from the Kudosity dashboard under Developers → API Settings

API Details

  • Base URL: https://api.transmitsms.com
  • Content-Type: application/x-www-form-urlencoded
  • All requests use curl commands with Basic Auth

Step 1: Create a List

Installs
1
Repository
kudosity/skills
First Seen
Today
kudosity-contacts-lists — kudosity/skills