Publish journey event
documentedPublish an event to start a Subscriber Activity journey.
POST /api/v3.3/events/publish/{clientId}Journeysno 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.createsend.com/api/v3.3/events/publish/{{$client_id}}" \
-X POST \
-u "{{CAMPAIGNMONITOR_API_KEY}}:" \
-H "Accept: application/json" \
-H "Content-Type: application/json" \
-d '{"ContactID": {"Email": "{{$contact_email}}"}, "EventName": "{{$event_name}}", "Data": {"Name": "{{$data_name}}", "Item": "{{$data_item}}", "Price": "{{$data_price}}"}}'