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
Create an HTTP Module
In your Make scenario, add an HTTP → Make a request module.
URL
https://api.pressbeat.io/v1/subscriptionsMethod
POSTAdd Headers
Configure the request headers for authentication:
Authorization: Bearer YOUR_API_KEY
Content-Type: application/jsonSet 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
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.