We’re excited to announce the release of public API support for the CSV API Module in Social Planner as part of the Phase 3 release. These APIs will enable developers to fetch, upload, delete, and process CSVs and their posts
We’ve added a few new scopes for accessing the Social Planner CSV APIs –
– socialplanner/csv.readonly
– socialplanner/csv.write
🚀 🚀 API Endpoints – CSV APIs:
– GET /social-media-posting/:locationId/csv : Retrieves CSVs list to check status.
– GET /social-media-posting/:locationId/csv/:id : Retrieves a CSV by CSV ID.
– POST /social-media-posting/:locationId/csv : Uploads CSV to process and sends for review.
– POST /social-media-posting/:locationId/set-accounts : Sets accounts to CSV for post creation.
– DELETE /social-media-posting/:locationId/csv/:id : Deletes CSV by CSV ID.
– PATCH /social-media-posting/:locationId/csv/:id : Publishes CSV posts based on CSV uploaded and accounts set.
– DELETE /social-media-posting/:locationId/csv/:csvId/post/:postId : Deletes CSV post by post ID.
🚀 Why it Matters?
Developers will be able to use the CSV APIs seamlessly through OAUTH channel using specific scopes. The remaining CSV APIs will be released in near future with additional features and validations