Heroku AppLink

Heroku AppLink enables Heroku apps to be exposed as APIs within Salesforce. Starting at ~$0/hour.

Integrate With Salesforce & Agentforce

An easy and secure automated way of connecting and publishing your apps to interact with Salesforce, Data Cloud, and Agentforce.

Easy Agent Action Creation

Automatically generate external service actions and Agentforce agent actions from your app’s APIs and invoke them in Salesforce.

Salesforce Flows & Apex-Based Invocation

Use Salesforce Flow and Apex to call your published Heroku apps synchronously or asynchronously.

Managed Security

Heroku apps can execute with three user interaction modes (user, user-plus, authorized-user) to apply Salesforce permissions when performing DML operations on Salesforce data via the SDK.

User: Uses the requesting user’s Salesforce permissions for DML operations. For example, a sales rep can only interact with opportunities they own.

User-Plus: Allows developers and admins to grant an additional session-based permission set for extra data access. For instance, non-sales leaders can access a custom DiscountOverride__c field.

Authorized-User: Enables apps to run as a specific authorized user (e.g., an integration user) for more controlled data access, often used for background tasks like worker dynos or nightly jobs.This allows access to objects and fields based on the authorized user’s permissions, even across multiple Salesforce orgs.

Region Availability

The available application locations for this add-on are shown below, and depend on whether the application is deployed to a Common Runtime region or Private Space. Learn More

  • Common Runtime
  • Private Spaces
Region Available
United States Available
Europe Available
Region Available Installable in Space
Dublin Available
Frankfurt Available
London Available
Montreal Available
Mumbai Available
Oregon Available
Singapore Available
Sydney Available
Tokyo Available
Virginia Available

Plans & Pricing

    • Requests
Install Heroku AppLink
heroku addons:create heroku-applink

To provision, copy the snippet into your CLI or use the install button above.

Heroku AppLink Documentation