Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make ApiResource::postToActionEndpoint() public #84

Open
andrii-pukhalevych opened this issue May 21, 2021 · 2 comments
Open

Make ApiResource::postToActionEndpoint() public #84

andrii-pukhalevych opened this issue May 21, 2021 · 2 comments
Assignees

Comments

@andrii-pukhalevych
Copy link
Contributor

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

@Jhut89
Copy link
Owner

Jhut89 commented May 24, 2021

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?

@Jhut89 Jhut89 self-assigned this May 24, 2021
@andrii-pukhalevych
Copy link
Contributor Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants