new
improved
fixed
Social Planner
Updates in Public APIs for Social Plannerš
Weāre excited to announce the release of public API support for CSV API Module in Social Planner as part of the Phase 3 release. These APIs will enable developers to fetch, upload, delete, process CSVs and its posts
We've added 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 posts 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 release in near future with additional features and validations