HealthITAU / pyconnectwise

A library for simplifying interactions with the ConnectWise Manage API in Python
https://healthit.com.au
GNU General Public License v3.0
42 stars 7 forks source link

Support Extra Data Fields in Automate #13

Open Yoshify opened 9 months ago

Yoshify commented 9 months ago

Endpoints for EDF's exist for Automate as per documentation here, but are undocumented within their OpenAPI schemas.

This means the library never generated them because it doesn't know they exist.

This is a pretty important one to be missing (at least in our personal use cases), so whether we workaround this ourselves or bring it to ConnectWise's attention to get it fixed themselves is up to decision.

The 2 options for DIYing support: