Skip to content

Commit

Permalink
Merge pull request #1617 from SEKOIA-IO/update-automation-library-doc…
Browse files Browse the repository at this point in the history
…umentation

Refresh automation library documentation
  • Loading branch information
squioc authored Feb 5, 2024
2 parents 1851d7d + 0c5b654 commit 4e78edb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion _shared_content/automate/library/salesforce.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ Salesforce provides users comprehensive tools to manage customer data, automate
| `org_type` | `string` | Organization type. Might be one of the following: 'production', 'sandbox', 'trial', 'developer'. Default is 'production' |
| `client_id` | `string` | Client id to interact with salesforce API |
| `client_secret` | `string` | Client secret to interact with salesforce API |
| `rate_limit` | `string` | Rate limit for requests to salesforce. Value should have next format {max_rate}/{time_period}. For example: 3/60. Sekoia will use default rate limits if value is empty or invalid. More information you can find in docs: https://developer.salesforce.com/docs/atlas.en-us.salesforce_app_limits_cheatsheet.meta/salesforce_app_limits_cheatsheet/salesforce_app_limits_platform_api.htm |
| `base_url` | `string` | Url of salesforce instance. Consists of https://<instance>.salesforce.com |

## Triggers
Expand All @@ -26,8 +27,9 @@ Trigger playbook to get Salesforce information
| `intake_server` | `string` | Server of the intake server (e.g. 'https://intake.sekoia.io') |
| `intake_key` | `string` | Intake key to use when sending events |
| `chunk_size` | `integer` | The max size of chunks for the batch processing |
| `frequency` | `integer` | Batch frequency in seconds |


## Extra

Module **`Salesforce` v1.4.11**
Module **`Salesforce` v1.5.2**

0 comments on commit 4e78edb

Please sign in to comment.