M

Make.com

Subscribe to guaranteed press articles from Make.com (formerly Integromat). Automate PR subscriptions in your workflows.

What You Can Automate

New customer → PR subscription

Automatically subscribe to press coverage when you get a new customer

Product launch → Guaranteed article

Trigger a press subscription when you release a new product

Funding round → Media coverage

Subscribe to guaranteed articles when you close a funding round

Monthly trigger → Recurring coverage

Set up monthly PR subscriptions for continuous press

Setup Guide

1

Create an HTTP Module

In your Make scenario, add an HTTP → Make a request module.

URL

https://api.pressbeat.io/v1/subscriptions

Method

POST
2

Add Headers

Configure the request headers for authentication:

Authorization: Bearer YOUR_API_KEY
Content-Type: application/json
3

Set Request Body

Configure the JSON body with your subscription details:

{
  "url": "https://your-company.com",
  "plan": "starter",
  "articles_per_month": 1,
  "country": "US",
  "topic": "Product Launch"
}

Plans: "starter" ($500/article, DR30+) or "premium" ($2,000/article, DR50+)

Run Your Scenario

Save and activate your scenario. PressBeat will create subscriptions for guaranteed articles whenever your trigger fires.

Example: Stripe Payment → PR Subscription

Stripe: New Payment
Filter: Amount > $1000
PressBeat: Subscribe

This scenario creates a press subscription for 1 guaranteed article every time you receive a payment over $1,000.

Need an API Key?

Contact us to get API access for your Make.com integrations.

View Full API Docs