What app type do I need?

How to choose the best type of application for your case

Vladimir

Last Update 3 года назад

You can create 4 different types of applications. Go to "Apps" tab in your dashboard and press button "Create App" to create new application.


You can also disable app if you don't want to process requests and consuming credits by this app. Just toggle the switch on the right top corner of app card. You can enable it later - all its configuration will be in place.

1. Zapper

This type of application is suitable for medium request volumes. Its advantage is the use of a constructor on the service, followed by testing the chain of requests.


But often the zapper is suitable for relatively simple and common cases. For example, get the results of validation and write them into the corresponding data column in the list on the hubspot. If you need functionality that goes beyond the standard, it will be much more difficult to configure such an application.


Also zapper is a paid service.


2. Webhook

The best choice if there are a lot of requests and they will be sent frequently. The webhook does not constantly pinging us in expectation of receiving the result of the validation(polling), it receives the results immediately upon completion of the validation. Needs a server with a dedicated route.


3. Private API / Custom integration

Optimal for medium volume request rates (<60 / minute). Uses a polling mechanism. You can customize it however you like, but you should consider the two-query structure and polling constraints.


4. JavaScript Widget

Application for validating addresses from subscription and registration forms. It is configured in the constructor, then the code is embedded into your site.


Read how to customize the widget in the best way and use it in this article.

Was this article helpful?

0 out of 0 liked this article

Still need help? Message Us