From 0c5b654dbe033eba1bb57f89485782280eff30e6 Mon Sep 17 00:00:00 2001 From: squioc Date: Mon, 5 Feb 2024 14:25:57 +0000 Subject: [PATCH] Refresh automation library documentation --- _shared_content/automate/library/salesforce.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/_shared_content/automate/library/salesforce.md b/_shared_content/automate/library/salesforce.md index 55f79ff555..5d5119462c 100644 --- a/_shared_content/automate/library/salesforce.md +++ b/_shared_content/automate/library/salesforce.md @@ -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://.salesforce.com | ## Triggers @@ -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** \ No newline at end of file +Module **`Salesforce` v1.5.2** \ No newline at end of file