The Rumicat API lets you create and send newsletters from your own tools. One key, a few endpoints, done in under two minutes. Get Your API KeyGo to rumicat.com/settings/api and click "Generate new key." Give it a name (like the tool you're connecting), copy the key, and store it somewhere safe. You won't see it again. Your key looks like this: Include it in every request as a header:
Create a NewsletterSend your content as HTML. We convert it to our editor format automatically. Images from external URLs are downloaded and hosted on our CDN.
Body:
The response includes a dashboard_url that links directly to the editor where you can review the draft. It also includes a Send ItOnce your draft is ready, send it to all subscribers:
Or schedule it for later by including a body:
Sending runs the same checks as the dashboard: content moderation, email verification, spam check. If something's flagged, you'll get a clear error telling you what to fix. Preview FirstWant to see what it looks like before sending? Send a test email to your own inbox:
No body needed. The preview goes to the email address of the publication owner. Other Endpoints
Supported HTMLKeep it simple. These tags work:
Everything else gets stripped. The result looks identical to creating content in the editor. ErrorsAll errors return a JSON object with a code and a message. Common ones:
That's ItCreate a key, push content, preview if you want, send. If you run into anything, reach out at rumicat@nternet.company. |
The Rumicat API lets you create and send newsletters from your own tools. One key, a few endpoints, done in under two minutes. Get Your API KeyGo to rumicat.com/settings/api and click "Generate new key." Give it a name (like the tool you're connecting), copy the key, and store it somewhere safe. You won't see it again. Your key looks like this: Include it in every request as a header:
Create a NewsletterSend your content as HTML. We convert it to our editor format automatically. Images from external URLs are downloaded and hosted on our CDN.
Body:
The response includes a dashboard_url that links directly to the editor where you can review the draft. It also includes a Send ItOnce your draft is ready, send it to all subscribers:
Or schedule it for later by including a body:
Sending runs the same checks as the dashboard: content moderation, email verification, spam check. If something's flagged, you'll get a clear error telling you what to fix. Preview FirstWant to see what it looks like before sending? Send a test email to your own inbox:
No body needed. The preview goes to the email address of the publication owner. Other Endpoints
Supported HTMLKeep it simple. These tags work:
Everything else gets stripped. The result looks identical to creating content in the editor. ErrorsAll errors return a JSON object with a code and a message. Common ones:
That's ItCreate a key, push content, preview if you want, send. If you run into anything, reach out at rumicat@nternet.company. |