If you activate a form in Poool Engage, you will want to choose the most appropriate mode for data collection.
Poool does not store any data collected through the form fields of Engage elements. Therefore, it is essential that you implement your own logic.
To help with this, we offer several options.
Zapier Integration
We provide a connection with Zapier, which allows you to send data to your own system.
You can easily activate the connection via the "Integrations" tab at the top right of your Dashboard.
By selecting the "Zapier" option, you will be guided through establishing the connection.
Webhooks
Another option is to set up webhooks to retrieve information in your own tool.
Still within the "Integrations" section, go to the Webhooks section to enter the destination URL.
🔎 This activation requires coordination with your technical team for the creation of the webhook. You can find more details on this in our dedicated technical documentation.
JavaScript Event
The "formSubmit" JavaScript event is triggered when the user submits the form.
You can also rely on this event to save the provided information. Here is the technical documentation on this subject.
Our teams are available to guide you on the most appropriate method, according to your needs 🙂