Create a Panel to Initiate Content Sync
After you develop a connected app that copies CMS content to another system, you can create an interface for users to initiate the connected app to copy new content.
Here’s a screenshot of a sample content sync panel:
To create a content sync panel, you need these items.
- A connected app that syncs content from CMS to Marketing Cloud, Heroku, or another system
- An HTTPS endpoint that triggers your connected app to initiate the sync
- Step 1: Configure a Remote Site
- Step 2: Write Apex to Send an HTTP Call to the Connected App
- Step 3: Create a Lightning Web Component for the Content Sync Panel
- Step 4: Add a Tab for the Content Sync Panel