Configuring Remote Access
Once logged in, navigate to List Services > Remote Access and click on the New Access
button on the top right corner of the screen.
Then follow the steps shown in the video below to grant access to your domain:
TIP
If you're using the SDK on a landing page hosted on a MindFire Microsite and need to access a record using its PURL value, ensure that only the "purl" field is selected in the "Columns to Authenticate" dropdown.
Multiple configurations for a single domain
Starting with JS SDK version 0.3.0 (pixel-v030.js), you can define multiple Remote Access configurations for a single domain. This allows you to use different authentication fields for the same domain.
Use case example: USPS Informed Delivery integration
This feature is especially valuable for USPS Informed Delivery workflows, where you need to:
- First authenticate a record using the USPS Mailer ID and Serial Number on the USPS Target URL page
- Then use the record's PURL on subsequent landing pages to update the same record
Implementation
When you configure multiple Remote Access entries for a single domain, you must pass the specific configuration ID to the JS SDK. This tells the system which configuration to use for record authentication.
For detailed implementation steps, see our JS SDK guide.