The FeedBlitz API: Workflow for Building a Plugin

The goal of this example is to show you what API calls to make so you can programmatically add a subscriber’s email (and other information) to a list at FeedBlitz. Let’s assume you’re developing a plugin for WordPress; any WP plugin developer should be able to integrate with FeedBlitz! The example below isn’t limited to…

Read More

The FeedBlitz REST API

The REST API is an XML-based API. It is, like FeedBlitz itself, complex and at times may be challenging to use. For simple use cases, such as integrating a FeedBlitz subscription mechanism into your site or service, we recommend using one of the APIs I’ve already covered this week, or a plugin / widget that…

Read More

The FeedBlitz API: Email Parsers

Email parsers allow FeedBlitz to add email addresses to a mailing list based on a notification email from any third party solution. FeedBlitz grabs the incoming email notification using a “parser,” splits it up into its component parts, then extracts the data to add the subscriber (and other information about the subscriber) to a list.…

Read More

The FeedBlitz API: Simple Subscription Links

These links (URLs) allow a user to start the dual opt-in process. You can put these URLs in a sidebar, an email signature, or a web site widget. Using these links, you can ask a user to subscribe anywhere a URL can be used. Programming Required: None API Key Needed: No Best suited for: Site…

Read More

Getting to Grips with the FeedBlitz APIs

This week on the blog we’ll be running a series on how, if you want to access FeedBlitz programmatically, to pick and choose the right API (Application Programming Interface) to use. We’ll wrap it up with a couple of quick examples to help folks such as WordPress plugin developers get started quickly. FeedBlitz has evolved…

Read More

Need a FeedBlitz API Key? Permission Granted

FeedBlitz API key generation has now been made automatic; the prior manual approval process has been eliminated. Meaning: You can use our API keys in third party integrations without delay. Implication: More uses for FeedBlitz’s APIs are coming soon. Access: Log in to your FeedBlitz account, it’s under My Account | API Keys in the…

Read More