commonfields: id: Postmark Spamcheck version: -1 name: Postmark Spamcheck display: Postmark Spamcheck category: Messaging and Conferencing provider: ActiveCampaign description: Postmark's spam API, Spamcheck, is a RESTfull interface to the Spam filter tool SpamAssassin. configuration: - display: URL name: base_url defaultvalue: https://spamcheck.postmarkapp.com type: 0 required: true additionalinfo: Postmark Spamcheck API URL - display: Trust any certificate (not secure) name: insecure defaultvalue: 'false' type: 8 additionalinfo: "When 'trust any certificate' is selected, the integration ignores TLS/SSL certificate validation errors. Used to test connection issues or connect to a server without a valid certificate." required: false - display: Use system proxy settings name: proxy defaultvalue: 'false' type: 8 additionalinfo: Runs the integration instance using the proxy server (HTTP or HTTPS) that you defined in the server configuration. required: false script: script: '' type: python commands: - name: postmark-spamcheck arguments: - name: entryid required: true description: Entry ID of mail EML file. - name: short auto: PREDEFINED predefined: - 'True' - 'False' description: Only return spam score. outputs: - contextPath: Postmark.Spamcheck.score description: Value of SpamAssassin score. - contextPath: Postmark.Spamcheck.success description: State of SpamAssassin check. - contextPath: Postmark.Spamcheck.rules description: ' List the matched SpamAssassin rules.' - contextPath: Postmark.Spamcheck.report description: Detailed SpamAssassin report. description: Check the spamscore of your email message dockerimage: demisto/python3:3.12.8.3296088 subtype: python3 fromversion: 6.0.0 tests: - No tests (auto formatted)