Plinqx Publisher Named Credentials
Available: Base
Overview
Plinqx Publisher uses Salesforce Named Credentials (and related External Credentials) to securely store:
- The base URL for an external system
- The authentication mechanism (for example, Basic Auth, OAuth 2.0, or JWT)
- Optional secret values (for example, API keys) stored encrypted
Once configured, a Named Credential can be referenced from Plinqx Publisher Inbound/Outbound configurations instead of hard-coding URLs and credentials in endpoints.
Prerequisites
Access
You need access to:
- The Plinqx app in Salesforce
- The Publisher tab
- Salesforce Setup (to review/edit the created Named Credential)
Recommended permissions (admin/configurator)
- Permission to create/modify Named Credentials and External Credentials in Salesforce Setup
- Any Plinqx permission sets required to access Publisher -> Named Credentials
Where Named Credentials are used in Publisher
Publisher endpoints can reference a Named Credential. For example, an Outbound endpoint detail includes a NamedCredential value that determines what base URL and authentication will be used when the callout runs.

Create a Named Credential from Plinqx Publisher
Open Named Credentials in Publisher
- Open the Plinqx app.
- Navigate to Publisher.
- Open Events and Endpoints (Named Credentials).
Tip: This screen lists the Named Credentials created via the Plinqx Publisher experience.
Start the wizard
- Click New.
Step 1 - Authentication Details
In Named Credential Setup, configure the authentication approach.
Fields shown:
- Authentication Protocol (e.g., Custom, Basic Authentication, OAuth 2.0, JWT, etc.)
- Principal Type
- Principal Name

Click Next to continue.

Step 2 - External Credential
Set the External Credential that will be linked to the Named Credential.
Fields shown:
- External Credential Label
- Developer Name

Click Next to continue.
Step 3 - Named Credential
Configure the Named Credential record.
Key fields:
- Named Credential Label
- Developer Name
- Base URL (the root URL for the external system, e.g.,
https://api.example.com)
Common options:
- Generate Authorization Header
- Allow Merge Fields in Header
- Allow Merge Fields in Body
Optional Credential Secret:
- Parameter Name (e.g.,
ApiKey,password) - Secret Value
- Store Encrypted

Click Next to continue.
Step 4 - Review and Create
Review the summary (protocol, principal, external credential, named credential, base URL) and click Create.
