Skip to content

Commit

Permalink
Merge pull request #317 from ballerina-platform/revamp-2023
Browse files Browse the repository at this point in the history
Update Module.md with correct image links
  • Loading branch information
sahanHe authored Feb 2, 2024
2 parents f1ac44e + 7c9571e commit 2d898e3
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions ballerina/Module.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,20 @@ Ballerina Salesforce connector supports [Salesforce v59.0 REST API](https://deve
1. Create a Salesforce account with the REST capability.

2. Go to Setup --> Apps --> App Manager
![Setup Side Panel](https://raw.githubusercontent.com/ballerina-platform/module-ballerinax-sfdc/revamp-2023/docs/setup/side-panel.png)

<img src=https://raw.githubusercontent.com/ballerina-platform/module-ballerinax-sfdc/revamp-2023/docs/setup/resources/side-panel.png alt="Setup Side Panel" width="50%">

3. Create a New Connected App
![Create Connected Apps](https://raw.githubusercontent.com/ballerina-platform/module-ballerinax-sfdc/revamp-2023/docs/setup/create-connected-apps.png)
- Here we will be using https://test.salesforce.com as we are using sandbox enviorenment. Users can use https://login.salesforce.com for normal usage
![Create Connected Apps](https://raw.githubusercontent.com/ballerina-platform/module-ballerinax-sfdc/revamp-2023/docs/setup/create_connected%20_app.png)

<img src=https://raw.githubusercontent.com/ballerina-platform/module-ballerinax-sfdc/revamp-2023/docs/setup/resources/create-connected-apps.png alt="Create Connected Apps" width="50%">

- Here we will be using https://test.salesforce.com as we are using sandbox enviorenment. Users can use https://login.salesforce.com for normal usage.

<img src=https://raw.githubusercontent.com/ballerina-platform/module-ballerinax-sfdc/revamp-2023/docs/setup/resources/create_connected%20_app.png alt="Create Connected Apps" width="50%">

4. After the creation user can get consumer key and secret through clicking on the `Manage Consume Details` button.
![Consumer Secrets](https://raw.githubusercontent.com/ballerina-platform/module-ballerinax-sfdc/revamp-2023/docs/setup/crdentials.png)

<img src=https://raw.githubusercontent.com/ballerina-platform/module-ballerinax-sfdc/revamp-2023/docs/setup/resources/crdentials.png alt="Consumer Secrets" width="50%">

5. Next step would be to get the token.
- Log in to salesforce in your prefered browser and enter the following url
Expand Down

0 comments on commit 2d898e3

Please sign in to comment.