function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
ankit kadamankit kadam 

How to create API in marketing cloud to get the data from the Health Cloud to Marketing Cloud?

Hi All,

I have a requirement to get the data from the Health Cloud to Marketing Cloud through API integration. How can i achieve this in the marketing cloud?
Please help me on this.

Regards
Ankit Kadam
leafarhzleafarhz
Hello There, 

Not a lot of information for the architecture but here is what i think:

Health Cloud is just a Service Cloud package, which means that you are just getting data from Salesforce Standards and Custom Objects, then you will have 2 options:

Salesforce MC connector where you can map your Objects to a Data Extension.

You can also write an Apex Class or trigger to send data from Salesforce to MC using the API, or you can use Heroku to move the data from one place to the other, here is an example in my blog:

https://rafahernandez.org/2017/12/30/salesforce-marketing-cloud-api-heroku-integration/


Let me know if you have more details or questions.

Rafa