Mailchimp-API-3.0-PHP
Mailchimp-API-3.0-PHP copied to clipboard
Make ApiResource::postToActionEndpoint() public
Is it possible to make ApiResource::postToActionEndpoint()
public?
Some post actions (like Delete list member) are not implemented in the lib and and its not possible to call that actions manually
We can definitely add any missing action endpoints to their respective resource. I can work on adding this one later today. What others have you noticed are missing?
Just did diff between implemented actions and mailchimp swagger json
Full list of missing actions seems to be following:
/lists/{list_id}/members/{subscriber_hash}/actions/delete-permanent
/campaigns/{campaign_id}/actions/create-resend
/customer-journeys/journeys/{journey_id}/steps/{step_id}/actions/trigger
/automations/{workflow_id}/actions/archive