Create room invite link
documentedCreates an invitation link for the chat room.
POST /rooms/{room_id}/linkRoomsno 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.chatwork.com/v2/rooms/{{$room_id}}/link" \
-X POST \
-H "Accept: application/json" \
-H "Content-Type: application/x-www-form-urlencoded" \
-H "x-chatworktoken: {{CHATWORK_API_KEY}}" \
-d ""