I am trying to make a power shell script for using mail chimp. I am some what of a newbie. It seems I would mostly use HTTP Post/Get/Patch calls to talk to the Mail Chimp API v3. Still I’m a bit lost with powershell, and was wondering if anyone can point me to a tutorial that has Powershell calling to Mail Server APIs…
So looks like MailChimp API is a RESTful API, so you would be interested in researching: Invoke-RestMethod
Here is a nice post by Microsoft’s “Scripting Guy!” on the invoke-restmethod cmdlet.
https://blogs.technet.microsoft.com/heyscriptingguy/2013/10/21/invokerestmethod-for-the-rest-of-us/