MicrosoftGraphMailApiModule
Common Microsoft Graph Mail code that will be appended into the Microsoft Graph Mail integrations when it's deployed.
python · ApiModules
Details
| ID | MicrosoftGraphMailApiModule |
|---|---|
| Language | python |
| From Version | 6.5.0 |
| Docker Image | demisto/crypto:1.0.0.4834757 |
| Tags | infra server |
README
To use the common Microsoft Graph Mail API logic (authentication and API requests), run the following command to import the MicrosoftGraphMailApiModule.
def main():
...
from MicrosoftGraphMailApiModule import *
if __name__ in ["builtins", "__main__"]:
main()
Then, the MsGraphMailBaseClient will be available for usage. For examples, see the Microsoft Graph Listener or Microsoft Graph Mail integrations.
commonfields: id: MicrosoftGraphMailApiModule version: -1 name: MicrosoftGraphMailApiModule script: '' type: python subtype: python3 tags: - infra - server comment: Common Microsoft Graph Mail code that will be appended into the Microsoft Graph Mail integrations when it's deployed. system: true scripttarget: 0 dependson: {} timeout: 0s dockerimage: demisto/crypto:1.0.0.4834757 fromversion: 6.5.0 tests: - No test