cancel
Showing results for 
Search instead for 
Did you mean: 

Integration of Partner Leads from Relayware system to C4C

Former Member
0 Kudos

Hi Everyone,

In my project we need to integrate Partner Leads from Relayware system to SAP C4C.

The integration is needed to manual import leads from relayware using the standard upload templates in C4C.

Is it possible to do it using custom APIs without the engagement of any middleware system?

Thanks,

Shikha

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

You have the following options for integration scenarios to get data into C4C

1. Get data into C4C Custom Business Object/Standard Business Object

a. Push the data in via a 3rd party application that can consume the C4C SOAP or C4C oData Web Services for the BO. This is what Michael suggests above.

b. Pull the data in via C4C SDK batch job or a SDK real-time call (user clicks a custom button) that can call a 3rd party SOAP or REST API

c. Push the data in via C4C Migration Workbench/Mass Data Maintenance excels (only for Standard BOs)

d. Push the data in via C4C SDK xml file upload with the WebDAV adapter (only for Custom BOs)

Former Member
0 Kudos

Hi Shikha,

Yes it is possible to use the C4C APIs without a middleware.  We have many customers that do this for 3rd party vendors.  The APIs are SOAP based so all you need is to consume them from your application.  For partner leads you will be looking for the "ManageLead" service (https://myXXXXXX.crm.ondemand.com/sap/bc/srt/scs/sap/managemarketingleadin will be the end point to build the client).  In the work center Application & User Management -> Service Explorer you can find the documentation of this service.