Translation Layer for an Inter-app pipeline.
Hey Qrew!
Question for your expertise.
I have a request from my userbase to create a number of pipelines to help transmit a request from one app to another.
The gist is, when a request in system A meets certain criteria, that request needs to be submitted in system B or C. The pipeline will take the request details from system A and distribute them to the appropriate system.
The roadblock I'm facing is that I have site (name, company, address, etc) and site contact (name, email, phone, etc) data that needs to be brought over from system A into B or C, but none of the record IDs match between these systems. So if I use the pipeline and pull site record ID 10 from system A, site record ID 10 will pull something completely different in B and C.
I need either a translation layer in each system, or if there is a way to universalize without ruining existent data, I would prefer that.
As always, your wisdom is appreciated!