Move your feedback boards, votes, and roadmap from Canny to ShipPulse.
Use the ShipPulse API to bulk-create feedback posts from the Canny export:
# For each row in Canny's posts.csv:
curl -X POST https://shippulse.dev/api/v1/feedback \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"title": "Feature request title",
"body": "Description from Canny",
"status": "open",
"votes": 42
}'Tip: Write a small script to loop through the CSV and POST each row. ShipPulse preserves vote counts from imports.
yourapp.canny.io with your ShipPulse feedback URL.Free migration for Pro & Agency plans
Email [email protected] with your Canny export and we'll import everything for you.