The meeting link is sent to a fixed address without user confirmation
Source references: 3The live workflow hard-codes `team@company.com` as the recipient, while neither the stated purpose nor the preceding steps establish that this is the user's intended audience.
If the address exists but is not the intended participant, the open meeting link would be disclosed to the wrong mailbox. The message would also be sent under the user's Gmail identity.
The step performs an external email action and sends the meeting link to the fixed address `team@company.com`, with no preceding recipient confirmation. The address may be intended as a template placeholder, but the instruction never says to replace it, so literal execution could disclose the link to an unintended or unauthorized recipient. A user can require the recipient to be explicit input and confirm the address, subject, and body before sending.
Create a Google Meet meeting space and share the join link.Show 2 other places
2. Copy the meeting URI from the response3. Email the link: `gws gmail +send --to team@company.com --subject 'Join the meeting' --body 'Join here: MEETING_URI'`1. Create meeting space: `gws meet spaces create --json '{"config": {"accessType": "OPEN"}}'`2. Copy the meeting URI from the response3. Email the link: `gws gmail +send --to team@company.com --subject 'Join the meeting' --body 'Join here: MEETING_URI'`