Invite collaborators
documentedInvite collaborators to the event via email addresses.
POST /events/{event_id}/collaboration.jsonEventsno 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.ticketbud.com/events/{{$event_id}}/collaboration.json?access_token={{OAUTH2_ACCESS_TOKEN}}&emails[][email]={{$collab_email1}}&emails[][email]={{$collab_email2}}" \
-X POST \
-H "Accept: application/json" \
-H "Content-Type: application/json" \
-d '{"emails": [{"email": "{{$collab_email1}}"}, {"email": "{{$collab_email2}}"}]}'