Create a cross-post workflow with the PostOnce Public API.
curl -s \ -H "Authorization: Bearer po_live_xxxxx_xxxxx" \ -H "Content-Type: application/json" \ -X POST https://postonce.to/api/public/v1/workflows \ -d '{ "name": "Instagram to Facebook", "source_account_id": "source-account-id", "target_account_ids": ["target-account-id"], "is_active": true }'
{ "error": { "code": "workflow_limit_reached", "message": "You have reached the maximum number of workflows for your plan." } }