Hi @Aine,
While I haven’t done a direct Emarsys–Qualtrics integration using SAP Integration Suite myself, I know it’s possible via Open Connectors or Integration Flows (iFlows) within the Suite.
A general approach could look like:
1. Trigger from Emarsys (e.g., contact event or campaign).
2. Use SAP Integration Suite to map the data to the Qualtrics API (most likely a survey distribution or contact import).
3. Handle authentication and headers via SAP’s prebuilt adapters or use a custom HTTP call to Qualtrics endpoints.
4. Make sure you pass values like contactId, email, or transaction metadata into Qualtrics Embedded Data.
If you haven’t seen it, Qualtrics has a Public API reference that’s super useful.
I hope it helps you and others facing similar issue.
-- Rochak