Expand my Community achievements bar.

Guidelines for the Responsible Use of Generative AI in the Experience Cloud Community.
SOLVED

ExactTarget Fuel SDK Integration

Avatar

Level 1

Has anyone ever integrated the ExactTarget Fuel SDK with AEM for sending transactional e-mails? Our team is trying and we have hit some major roadblocks.

The issues seem to be mostly around dependencies that the SDK requires, but that are not included during packaging and installation to AEM. We've created a stand-alone bundle with nothing but the Fuel SDK and all of its dependencies, however we are now having problems getting the AEM ExactTarget Service to point to the new exported Fuel dependency.

Any help or ideas are greatly appreciated, and I thank you in advance.

1 Accepted Solution

Avatar

Correct answer by
Level 10

You are on the right track. Create an Eclipse plug-in project that contains just the JAR files that make up this SDK. When you deploy and active - you can use that API in another bundle. 

View solution in original post

1 Reply

Avatar

Correct answer by
Level 10

You are on the right track. Create an Eclipse plug-in project that contains just the JAR files that make up this SDK. When you deploy and active - you can use that API in another bundle.