Sign in

Create List

documented

Create a new list with a name and description.

POST /rest/subscribers_list/createListsno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://api.easysendy.com/rest/subscribers_list/create" \
  -X POST \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -d '{"api_key":"{{EASYSENDY_API_KEY}}","name":"{{$name}}","description":"{{$description}}"}'
Create List · easysendy · OpenIntegrations