From ec8f7b9a55d73564ff0ebc5967bcb133dafbd73a Mon Sep 17 00:00:00 2001 From: squioc Date: Thu, 19 Oct 2023 15:04:16 +0000 Subject: [PATCH] Refresh automation library documentation --- _shared_content/automate/library/salesforce.md | 5 +++-- mkdocs.yml | 3 ++- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/_shared_content/automate/library/salesforce.md b/_shared_content/automate/library/salesforce.md index f0e5aea5da..f3453636b1 100644 --- a/_shared_content/automate/library/salesforce.md +++ b/_shared_content/automate/library/salesforce.md @@ -14,7 +14,7 @@ Salesforce provides users comprehensive tools to manage customer data, automate ## Triggers -### Collect Salesforce events +### [BETA] Collect Salesforce events Trigger playbook to get Salesforce information @@ -25,8 +25,9 @@ Trigger playbook to get Salesforce information | `ratelimit_per_minute` | `integer` | Maximum number of requests per minute | | `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 | ## Extra -Module **`Salesforce` v1.2.5** \ No newline at end of file +Module **`Salesforce` v1.3.0** \ No newline at end of file diff --git a/mkdocs.yml b/mkdocs.yml index 5b77d60c3c..13a3f78c99 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -289,6 +289,7 @@ nav: - RSS: xdr/features/automate/library/rss.md - RiskIQ: xdr/features/automate/library/riskiq.md - STIX: xdr/features/automate/library/stix.md + - Salesforce: xdr/features/automate/library/salesforce.md - Sekoia.io: xdr/features/automate/library/sekoia-io.md - SentinelOne: xdr/features/automate/library/sentinelone.md - ServiceNow: xdr/features/automate/library/servicenow.md @@ -307,7 +308,6 @@ nav: - WithSecure: xdr/features/automate/library/withsecure.md - fileutils: xdr/features/automate/library/fileutils.md - Debug playbooks: xdr/features/automate/debug-playbooks.md - - External integrations: - FortiSOAR: xdr/features/integrations/fortisoar.md - Palo Alto Cortex XSOAR: xdr/features/integrations/interconnect_sekoia_with_xsoar.md @@ -460,6 +460,7 @@ nav: - RSS: tip/features/automate/library/rss.md - RiskIQ: tip/features/automate/library/riskiq.md - STIX: tip/features/automate/library/stix.md + - Salesforce: tip/features/automate/library/salesforce.md - Sekoia.io: tip/features/automate/library/sekoia-io.md - SentinelOne: tip/features/automate/library/sentinelone.md - ServiceNow: tip/features/automate/library/servicenow.md