What | Why you need it |
---|---|
A Typeform account with an active form | The form will be the entry point that will collect the data you want in folk (name, emails, etc.). |
n8n (self-hosted or n8n Cloud) | n8n will receive the form submissions and create contacts in folk. |
A folk workspace and API key | The API key will allow n8n to perform requests on the folk’s API and create the contacts in the workspace. |
Optional: a dedicated group in folk | This will keep the imported contacts organized and will let you filter or perform actions on them later. |
https://api.folk.app/v1/people
filter[emails][eq]
items
from the API response and set it as the condition’s value
PATCH
https://api.folk.app/v1/people/{{ $json.data.items[0].id }}
to update the first person matching the searchid
field and drop it in the URL field. Make sure to remove
spaces that might be inserted by n8n.POST
https://api.folk.app/v1/people