Integration Guide

Choose your framework and copy the code.

POSThttps://flowqen.com/api/f/YOUR_FORM_ID
<form action="https://flowqen.com/api/f/YOUR_FORM_ID" method="POST">
<input type="text" name="name" placeholder="Name" required>
<input type="email" name="email" placeholder="Email" required>
<textarea name="message" placeholder="Message"></textarea>
<!-- Spam protection (hidden) -->
<input type="text" name="_gotcha" style="display:none">
<button type="submit">Send</button>
</form>
Replace YOUR_FORM_ID with the actual ID from your dashboard endpoint URL.

Use cases

© 2026 Flowqen. All rights reserved.