Can we use query string to an external landing page(not created in Eloqua)?
Hi Team,
We need to create a landing page for showing the Order Cancellations data for B2B and B2C orders.
The landing page will be originating from the email we send out of Eloqua, there will be a hyperlink like
Click here to see order details - https://crmapps.husqvarnagroup.com/cancellation?k=encryptedkey
This encrypted key will have information of Order ID and Store Type ( will use the same encryption we use for other portals )
The cancellations data is available on the SQL Database - USF_RNDBBACKUP under the table rex.cancellations and rex.cancel_reasons
Using the data available on the table we need to pull all the data against the order ID and show the landing page.