Webhook Using CSV as Lookup to Write to a Field
Hi all,
I haven't worked with webhooks very much, but I'm investigating if this is a possible use case, and if so, how to create it.
Some background: my organization uses email domain to label what company or agency a contact belongs to. Currently we have a smart campaign with dozens of flow steps and a choice for each domain. We say if their Domain is agencyA.org, then their Agency Name is Agency A.
We are planning to make sure the values are updated, as it's been a few years, and checking and changing the many choices will be cumbersome to say the least. I think a webhook via FlowBoost could work, but I've only set up one webhook before and I essentially copied the FlowBoost user guide. I haven't been able to find a similar use case here on the forum, and I'm way out of my depth with Javascript.
So, my question is this: if I upload a CSV file with relevant fields to Design Studio and reference it in the webhook, how can I write use column A (domain) to write column B (company/agency) to a different field?