
Solved
Qualtrics integration with CRM
Hi all, I'm looking to implement an Eloqua - Qualtrics integration. Unfortunately, there isn't an out of the box integration, nor information about possible solution. Anyone has an experience with this or any knowledge to share? Thanks 

Best answer by MohammedAli_Rajapkar
To achieve a workflow 1, you will need to create an API integration using the following API calls
• Create Mailing List: https://api.qualtrics.com/docs/create-mailing-lists
• Contacts can be onboarded one at a time or in batch form
o Create Contact (one at a time): https://api.qualtrics.com/docs/create-recipient-contact
o Create Contacts Import(batch): https://api.qualtrics.com/docs/create-contacts-import
• Generate Distribution Links: https://api.qualtrics.com/docs/generate-distribution-invite
Once the personal links are generated then you can save it on SFTP through which you can read the file from Eloqua to distribute it.
I am not sure about Eloqua API's which you can use to trigger the survey from Eloqua however, if you want to distribute the survey through Qualtrics then you can use "Create Survey Distribution API: https://api.qualtrics.com/docs/create-survey-distribution".
Hope this help!
View original• Create Mailing List: https://api.qualtrics.com/docs/create-mailing-lists
• Contacts can be onboarded one at a time or in batch form
o Create Contact (one at a time): https://api.qualtrics.com/docs/create-recipient-contact
o Create Contacts Import(batch): https://api.qualtrics.com/docs/create-contacts-import
• Generate Distribution Links: https://api.qualtrics.com/docs/generate-distribution-invite
Once the personal links are generated then you can save it on SFTP through which you can read the file from Eloqua to distribute it.
I am not sure about Eloqua API's which you can use to trigger the survey from Eloqua however, if you want to distribute the survey through Qualtrics then you can use "Create Survey Distribution API: https://api.qualtrics.com/docs/create-survey-distribution".
Hope this help!
Leave a Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.