diff --git a/_shared_content/automate/library/salesforce.md b/_shared_content/automate/library/salesforce.md index f0e5aea5da..3b6f3c3a28 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.4.5** \ No newline at end of file diff --git a/mkdocs.yml b/mkdocs.yml index c09e94c59b..0e2cb11f8b 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -292,6 +292,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 @@ -310,7 +311,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 @@ -464,6 +464,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