- Notifications
You must be signed in to change notification settings - Fork1
heroku-examples/heroku-agentforce-tutorial-java
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
💡Heroku Integration Pilot Only:
This branch is only intended for developers who have joined the Heroku Integration Pilot. if you have not please refer to the main branch of this repository for alternative instructions.
This tutorial explains how to deploy a Heroku application written in Java that can be used to build an Agentforce custom action, extending the capabilities of any Agentforce agent with the power of Heroku's fully managed, elastic compute services.
You can deploy this application to your Heroku account using the button below or manually via the CLI.
To proceed with a CLI deployment, install theHeroku CLI and log in with your Heroku account (orsign up). Then, execute the following CLI commands:
git clone -b heroku-integration-pilot https://github.com/heroku-examples/heroku-agentforce-tutorial-javacd heroku-agentforce-tutorial-javaheroku create myagentactiongit push heroku heroku-integration-pilot:mainOnce this has been deployed, refer to the instructions inconfiguring Heroku-based actions in your Salesforce organization.
Although you cannot integrate this app with Agentforce until you deploy it, you can still develop and test your action’s inputs and outputs locally, using the built-inSwagger UI. Once you are satisfied with your changes, refer to the deployment and configuration steps above.
git clone -b heroku-integration-pilot https://github.com/heroku-examples/heroku-agentforce-tutorial-javacd heroku-agentforce-tutorial-javamvn clean installmvn spring-boot:runOnce the application is running, navigate to the URL below, and click theTry it Out button.
http://localhost:8080/swagger-ui/index.htmlAbout
Resources
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
Packages0
Uh oh!
There was an error while loading.Please reload this page.
Contributors3
Uh oh!
There was an error while loading.Please reload this page.