Salesforce Certified Marketing Cloud Consultant — Question 59
A company is hosting a series of events and wants its customers who register to enter into a journey.
Which two methods are viable configurations for entry? (Choose two.)
Answer options
- A. A form hosted on the company website that fires the entry event via SOAP API.
- B. A form hosted on the company website that fires the entry event via REST API.
- C. A SmartCapture form hosted in CloudPages that updates a Profile attribute.
- D. A SmartCapture form hosted in CloudPage that populates the entry source.
Correct answer: B, D
Explanation
Option B is correct as it uses a REST API to trigger the entry event, which is a common method for such integrations. Option D is also correct because it utilizes a SmartCapture form to define the entry source for the journey. Options A and C are incorrect since SOAP API is less commonly used in this context, and merely updating a Profile attribute does not directly relate to entering a journey.