Skip to content

Commit

Permalink
Merge pull request #6 from dust-tt/sf-readme2
Browse files Browse the repository at this point in the history
Renaming
  • Loading branch information
albandum authored Aug 20, 2024
2 parents d2d47b6 + 0d0815f commit 42f7ab8
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions salesforce/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
This script synchronizes account data from Salesforce to Dust, updating a specified Dust datasource with the latest account information. It's designed to run periodically, fetching recently updated accounts and their related data from Salesforce, then formatting and uploading this information to Dust.

## Usage example
![Example usage of the script](https://i.ibb.co/c2yZGgY/Screenshot-2024-08-19-at-17-32-01.png)
![Example usage of the script](https://i.ibb.co/PCHQcqv/Screenshot-2024-08-20-at-09-15-30.png)

Example of account summary added to the Dust datasource:

Expand Down Expand Up @@ -104,7 +104,7 @@ Choose either the username/password or OAuth 2.0 authentication method and set t
Run the script with:

```bash
npx tsx account-summaries-to-dust.ts
npx tsx sfdc-accounts-to-dust.ts
```

The script will:
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion zendesk/readme.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Import Zendesk to Dust
# Import Zendesk tickets to Dust

This script syncs ticket data from Zendesk to a Dust datasource. It retrieves tickets updated in the last 24 hours, along with their comments and user information, and upserts this data to a specified Dust datasource.

Expand Down
File renamed without changes.

0 comments on commit 42f7ab8

Please sign in to comment.