Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
Discussion options

On Twenty.com, we have a form to collect leads but it is not possible yet to automatically send the content of that form to the CRM.

It would be nice to have a FormBuilder that allows us to create forms to fill internal objects from external sources.
We probably want to set enough a abstraction initially to be able to get to that "form builder" vision later, but ship a v1 that is limited to filling contact/company object.

Since the form endpoint will be available externally without auth, it should implement a captcha solution.

You must be logged in to vote

Replies: 3 comments · 2 replies

This comment was marked as spam.

Comment options

Lead forms would be a great addition, even a Google Forms connector would be sufficient.

You must be logged in to vote
0 replies
Comment options

Note we now have Workflows with Webhook triggers in Workflows so it's very easy to plug an external form system.

You must be logged in to vote
2 replies
@hubyhuby
Comment options

Note we now have Workflows with Webhook triggers in Workflows so it's very easy to plug an external form system.

Just fiddling around to try to understand how easy it is to get my contact form into twenty CRM... It doesn t look as easy as with make.com for example... Where you just select your google account, then your excel spreadsheet. I understand we don t have a make or n8n directly in twenty (for now ;) but I don t see the easy part in "easy to plug an external form system" :D

I imagine now that we have the Apps in Twenty 2.X , that the idea is to develop an App that would do this work for connecting to google form, or create a simple contact form like on Calendly ( name email phone and drop downs to qualify the leads).

image
@FelixMalfait
Comment options

FelixMalfait May 28, 2026
Maintainer Author

What you did above is a good start, but it should be a POST request not a GET so that you can map the payload.

With apps what could be done is directly building the form and serving it with Twenty (no Google Form at all, you create a publicly exposed Logic Function that serves the HTML), but that's more advanced 馃槄

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
4 participants
Morty Proxy This is a proxified and sanitized view of the page, visit original site.