Email install instructions to a developer
POST/v1/widgets/:widget_id/send-install
"Send to my developer": email the widget's embed snippet plus the chosen platform's install steps to the given address. Member-level — anyone who can view the snippet may forward it; nothing is mutated. The email fan-out runs in a fire-and-forget task AFTER the response (smtplib blocks the loop), so everything it needs is resolved to plain strings first — same pattern as the chat-handoff alert (routers/chat_internal.py).
Request
Responses
- 200
- 422
Successful Response
Validation Error