Hi,
I am looking for a maintainable solution to track the source “events” when uploading a list of participants to HubSpot.
Now, I want to walk you through some of the considerations I’ve made and ask for advice for the most elegant, simple, and maintainable solution.
By default the Original Source will be “Offline Source”, this is ok. But, we wat to distinguish between e.g. “Event” and “Webinar” and between the different titles as well.
I think the Original Source Drill Down 1 and 2 should be adequate for that.
Now, some problems: Entering the data can be difficult. If someone writes “Event” instead of “Events”, the reporting on Events would break.
Also, if I override the Original Source data, there could be problems, for instance, if the contact is already in the database, I don’t want to override the Original Source but the Record Source, otherwise the data entry would be false.
Also, to be consistent with HubSpot, I should also update the Record Source (and possibly other fields I am not aware of).
To avoid problems with the data entry, I am thinking about writing a workflow that checks for all these things so that after an event, one only has to enroll a list of contacts into this workflow. However, I do not like this solution very much, as one would always need to update the workflow according to the name of the event.
I would like to hear your thoughts on this. Is there a straightforward way of doing it?
I am looking for operational elegance here, if at all possible.
Thank you so much for your help!