Q: Use in email?
Can I create link, so I can send email with this link, to prospective member , from AI bot with questions to answer and Ai bot will review answers to decide if we accept member based on the type of member we allow into our community?
release0
Dec 1, 2025A: Yes, you can absolutely use Release0 this way.
You can send a link in an email that opens your agent directly.
Every agent has its own public URL, for example:
https://r0.ar/workspace-id/your-agent-id
You can send that link to applicants, and they can answer all your questions directly in the agent.
The agent can review answers and decide if the person qualifies.
Inside Release0 you can:
1. Ask structured questions
(name, background, goals, etc.)
2. Use AI evaluation logic
You can use the LLM block to evaluate:
• “Does this person meet our membership criteria?”
• “Should we approve or decline them?”
• “What risk level does this applicant represent?”
• “Does their profile match our community values?”
3. Automatically classify them
With a Condition block, you can create logic like:
• If accepted → show “Congratulations!” message
• If rejected → show a polite decline message
• If uncertain → route to manual review
Optional: Pass user info through the link
If you want, you can include parameters inside the link:
https://r0.ar/your-agent-id?email=test@example.com&user_id=123
This allows your agent to automatically capture the person’s data.