daisycrego / jbg-admin

Admin app for Jill Biggs Group follow-up boss event management
1 stars 0 forks source link

Sync Leads feature --> abort when an existing lead is found, add webhooks? #31

Closed daisycrego closed 3 years ago

daisycrego commented 3 years ago

Sync Leads feature --> abort when an existing lead is found, add webhooks?

Currently the Sync Leads feature will run for all the leads (>40,000) and update all of them. Without webhooks in place, this is the reliable way to know whether or not a lead has changed. However, we don't want to necessarily do the updating like that. Maybe having a webhook is going to be useful in this case as well, because it's going to lead to less mass-elimination and replacement of data.

daisycrego commented 3 years ago

Adding Webhooks on top of the Sync Leads Feature

daisycrego commented 3 years ago

Final Tasks for Sync Leads Feature

Spoke to Dan, for now we will not use the webhooks for the Leads side of the app at all. It's likely the admin is going to be running the Sync Leads button once a week, and that should be sufficient.