move-coop / parsons

A python library of connectors for the progressive community.
https://www.parsonsproject.org/
Other
257 stars 125 forks source link

[Feature/Addition] Add methods for messages to Action Network connector #905

Closed mkrausse-ggtx closed 8 months ago

mkrausse-ggtx commented 9 months ago

There is a messages endpoint which allows the ability to access mass emails sent. Building a get_messages() and get_message() method would allow people to create analysis of emails outside of the Action Network platform. It can return body text, subject lines, etc. Allowing for complex analysis not possible inside the software itself.

Here is the API documentation: https://actionnetwork.org/docs/v2/messages

Detailed Description

Context

I created a similar process for EveryAction and use it in analysis of donations per email, etc.

Possible Implementation

Priority

Medium. I actually already built it and I am creating an issue to allow others to comment on it.

shaunagm commented 8 months ago

@NirTatcher is working on this (I can't assign them to the issue, for Github anti-abuse reasons I suppose)