Auto Capture vs Webhook
SalesPop Support
Last Update 2 jaar geleden
SalesPop has two main methods for capturing data from a source. You can use either a auto capture (webform) or a webhook.
But what do you do when the app you're integrating with SalesPop has both webforms as well as the ability to send a webhook? How do you decide between the two?
When to Choose Auto Capture (Webform)
The more detail you can add to a notification, the more persuasive and convincing it is. Here's when we'd opt for using a webform over a webhook:
1. The webhook doesn't contain location data. SalesPop can detect the location of the website visitor, even if fields like City and State are not included in the webform.
2. The webhook is missing important values like the First Name, or Email value (used to look up a gravatar)
Here is a help doc on using a webform.
When to Choose Webhook
If the webhook you're choosing has the ability to send a location, i.e. City and State, we'd recommend going this route for a couple of reasons:
1. Configuring webhooks can often times be easier than configuring webforms
2. While both are quite reliable, webhooks are slightly more reliable than webforms
3. Webhooks rarely change, while the code on webforms can be changed by the site owner
4. If the webhook gives you more data than the webform (like the product selected)
Here is a help doc on using a webhook.
Ultimately, the choice is yours. And having the ability to choose is awesome. These tips should point you in the right direction.