ShipPulse
  • Pricing
  • Docs
  • Blog
  • Compare

Product

TestimonialsChangelogStatus PagesFeedbackRoadmapPricing

Resources

DocsBlogAPI ReferenceSDKHelp Center

Company

AboutContact

Legal

TermsPrivacyCookie PolicyDPASub-processors

Product updates

Changelog updates only. Unsubscribe any time.

ShipPulse operated by Igor Bogdanov, Limassol, Cyprus. [email protected]. Cyprus registration number pending — will be published once issued.

ShipPulse

© 2026 ShipPulse. All rights reserved.

OverviewQuick StartCore ConceptsWidget ReferencePlatform GuidesAPI ReferenceAPI PlaygroundError HandlingPaginationRate LimitingJavaScript SDKWebhooksZapier, n8n & MakeCustom DomainsTeam ManagementBilling & PlansNotification ChannelsAI FeaturesOverviewFrom SenjaFrom Testimonial.toFrom HeadwayFrom Canny

Introduction

  • Overview
  • Quick Start
  • Core Concepts

Embed Widgets

  • Widget Reference
  • Platform Guides

REST API

  • API Reference
  • API Playground
  • Error Handling
  • Pagination
  • Rate Limiting

SDK & Webhooks

  • JavaScript SDK
  • Webhooks
  • Zapier, n8n & Make

Guides

  • Custom Domains
  • Team Management
  • Billing & Plans
  • Notification Channels
  • AI Features

Migrations

  • Overview
  • From Senja
  • From Testimonial.to
  • From Headway
  • From Canny

Need help?

[email protected]
Docs / Migration / Headway

Migrate from Headway

Bring your changelog history and subscribers from Headway to ShipPulse.

Step 1: Export changelog entries

Headway does not have a built-in CSV export for changelog entries. You have two options:

  1. Manual copy: Open each entry in Headway, copy the title and body, and create it in ShipPulse.
  2. API export(if you have API access): Use Headway's API to fetch entries as JSON, then use our POST /api/v1/changelog endpoint to bulk-create entries.

Step 2: Re-create entries in ShipPulse

  1. Go to your ShipPulse project → Changelog → New entry.
  2. Paste the title, body content, and set the type (feature, fix, improvement, etc.).
  3. Set the original publish date if needed.
  4. Publish immediately or schedule for later.

Step 3: Migrate subscribers

Export your subscriber list from Headway (Settings → Subscribers → Export). Then use ShipPulse's subscriber import or add them via the API:

curl -X POST https://shippulse.dev/api/v1/subscribers \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"email": "[email protected]"}'

Step 4: Replace the Headway widget

  1. Create a changelog widget in ShipPulse (sidebar, modal, badge, or banner).
  2. Copy the embed snippet.
  3. Remove the Headway script from your site and paste the ShipPulse snippet.

Bonus: ShipPulse also includes

  • Testimonials collection & display widgets
  • Status page with monitoring
  • Feedback boards & roadmap
  • All under one subscription — replacing 3-4 separate tools

Migration assistance

Contact [email protected] — we'll handle the migration free of charge for annual subscribers.