MerakiApiUtilities/README.md
2026-05-08 16:21:43 -04:00

805 B

Meraki API Utilities

Configuration

This project requires a .env file to run both scripts.


Environment Variables

The following environment variables must be defined in your .env file:

  • API_KEY
    Your Cisco Meraki API key used to access and manage Meraki networks.

  • SMTP_SERVER
    Your outgoing SMTP mail server address.

  • SMTP_PORT
    Your outgoing SMTP mail server port.

  • SMTP_EMAIL
    The email address used to send notifications.

  • SMTP_PASS
    The password for the SMTP email account.


Notes

  • Ensure the .env file is stored securely and is not committed to version control.
  • Verify that the API key has the required permissions for your intended operations.
  • SMTP credentials should be for a dedicated service account where possible.