Add Single Subscriber
documentedAdd a single subscriber to a list using the REST API.
POST /rest/subscriber/addSubscribersno implementation yet0 runsNo 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/subscriber/add\" \
-X POST \
-H \"Content-Type: application/json\" \
-H \"Accept: application/json\" \
-d '{\"api_key\":\"{{$api_key}}\",\"list\":\"{{$list_uid}}\",\"FNAME\":\"{{$first_name}}\",\"LNAME\":\"{{$last_name}}\",\"EMAIL\":\"{{$email}}\"}'