Grant Integration Permissions
Administrators can grant permissions to specific staff and administrators to update, execute, or anonymously execute integration settings.
Granting Administrator Access
Administrators can grant access to staff to allow them to manage and execute integration settings using the NUIntegrationService endpoint.
- From Setup, enter
Manage Users
in theQuick Find
box, then select Permission Sets. - Click Nimble Integration Framework Administrator.
- Click Manage Assignments.
- Click Add Assignments.
- Select the users that should have administrator access to integration settings.
- Click Assign.
Granting Executor Access
Administrators can grant access to staff and developers allowing them to execute integration settings through the NUIntegrationService endpoint. This permission set does not allow a user to create, edit, or delete integration settings.
- From Setup, enter
Manage Users
in theQuick Find
box, then select Permission Sets. - Click Nimble Integration Framework Executor.
- Click Manage Assignments.
- Click Add Assignments.
- Select the users that should have executor access to integration settings.
- Click Assign.
Granting Anonymous Access
To allow a developer to connect to the Salesforce NUIntegrationService endpoint anonymously, a Lightning Platform Site—typically Community Hub—must be used. In addition, administrators must update the Community Hub Guest permission set to grant access to the NUIntegrationService Apex class.
From Setup, enter
Manage Users
in theQuick Find
box, then select Permission Sets.Click Community Hub Guest.
Click Apex Class Access.
- Click Edit.
In
Available Apex Classes
, selectNUINT.NUIntegrationService
.Click .
Click Save.