• Hello, I would like to connect newsletters with WordPress. In my case I use Substack, a community of content creators, mainly newsletters, where you can get followers internally.

    I thought of 2 options:

    Option 1: Every time we send a newsletter via Substack, an article is created in WordPress.

    Option 2: Every time we make an article in WordPress, a draft is created in Substack.

Viewing 1 replies (of 1 total)
  • Moderator bcworkz

    (@bcworkz)

    Your WP site can connect to other various Internet resources. It’ll normally require a certain plugin or even custom code to do so. What’s required to do so is the remote resource needs to offer some sort of API or call some sort of web hook when a certain action happens. For example, if you publish an article elsewhere and that elsewhere is able to send related data to a WP webhook which you designate, then WP can use the data to create a related article in WP.

    Conversely, if you published an article in WP, WP could send related data to the remote site’s API so that it can publish a similar article. Since WP is open source and fully extensible, there’s some way to get WP to do what you want on its end. The question is what sort of API or webhook options are available from Substack? Perhaps you should be inquiring through their support forum.

Viewing 1 replies (of 1 total)

The topic ‘Connect newsletters with WordPress’ is closed to new replies.