Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Related Marketing Cloud SOAP web service consists of various web services like list management, member management, functional emails, reporting and SMS sending.

All API methods are presented in the form of Web Services. This enables you to manage all RMC Campaign functions via SOAP calls.

 

In This Section

Authentication Web Service includes necessary login and logout methods to execute requests. To access other web service methods, each time you must first  Login and get a  Service Ticket . By using this  Service Ticket you can access other web service and methods.

Member Web Service offers methods required allowing you to access, update and transfer member information, change them or transfer new members.  

SendList Web Service offers methods to help you transfer send lists collectively. This web service is the web service to provide the necessary functions to manipulate data in send lists.

 

Report Web Service

You can export and analyze the reports on the campaigns you sent by using Report Web Service.

 

Campaign Web Service

You can use Campaign Web Service methods to make your campaign deliveries.

 

Transactional Email Web Service

Transactional Email Web Service offers methods to provide sending functional send triggered emails like "Forgot Password", Your "Order DeliveryConfirmation".

 

SMS Web Service

SMS Web Service enables you to send SMS messages to your member list. 

 

Warning

For developers to access  MemberSendListReport  Web Services, they must first use Authentication Web ServiceLogin method to get a Service Ticket . Developers can send requests to other web service and methods by using this Service Ticket .