Create newsletter
documentedCreate a newsletter
POST /api2/nieuwsbrieven/{id}News Lettersno 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://{{$recras_base_url}}/api2/nieuwsbrieven/{{$newsletter_id}}" \
-X POST \
-H "Authorization: Bearer {{RECRAS_API_KEY}}" \
-H "Accept: application/json" \
-H "Content-Type: application/json" \
-d '{"naam": "{{$naam}}", "contactformulier": {{$contactformulier}}}'