Authenticate using your Blogs API key and the required OAuth scopes to securely access endpoints such as blogs and emails.
Willo must be authorized to access your Blogs API data. Use the OAuth flow or an API token to grant the necessary permissions.
Endpoints include GET emails/builder, POST emails/builder, POST /blogs/posts, PUT /blogs/posts/:postId, GET /blogs/categories, GET /blogs/authors, GET /blogs/posts/url-slug-exists, GET /blogs/categories and related read only endpoints.
Trigger: a new blog post is published in Blogs API
Actions: create an email template, attach the post, and schedule the email in Willo
Method path: POST /blogs/posts and POST /emails/builder to coordinate content and campaigns
Key fields: postId, title, slug, date, authorId
Trigger: updates to blogs/categories or blogs/authors
Actions: refresh Willo category and author lists and map new fields
Method path: GET /blogs/categories and GET /blogs/authors
Key fields: categoryId, authorId, slug
Trigger: post status changes or slug updates
Actions: publish updates, push notifications to Willo campaigns
Method path: PUT /blogs/posts/:postId
Key fields: postId, status, slug
Automate content driven email campaigns without writing code
Streamline data flow between blog content and email workflows
Receive real time updates when new posts go live
A concise glossary covering endpoints, authentication steps, triggers, and data fields used when connecting Blogs API with Willo.
A specific URL and HTTP method used to perform an action against a service.
The process of proving identity to gain access to secured endpoints.
A URL friendly version of a post title used in links.
Building integrations and automations without custom code.
Trigger a welcome post sequence to new subscribers as soon as a post is published.
Send a weekly digest highlighting latest posts and popular topics.
Feature author bios and related posts in a monthly or biweekly newsletter.
Obtain your API key from the Blogs API dashboard and authorize Willo.
Set up triggers such as new post, updated category, or author change.
Map fields like title, slug, date, and author to Willo fields and run a test.
You do not need to write code to connect Willo to the Blogs API. The integration supports no-code triggers and actions that map fields between posts and emails. Advanced users can customize with code samples if needed. The goal is to make setup fast and reliable.
Essential endpoints include getting blog posts, creating posts, and managing emails. Commonly used are GET /blogs/posts, POST /blogs/posts, GET /blogs/categories, and GET /blogs/authors to populate dynamic content for newsletters.
Yes. You can schedule emails that accompany new posts and set publish-at times for blog entries. Willo can queue messages and ensure delivery in line with your editorial calendar.
Authenticate by providing your API key and securing the connection with OAuth scopes. Use the standard token flow to refresh credentials and keep access limited to necessary endpoints.
Yes. Slug updates and post status changes can be pushed via PUT or PATCH requests. Make sure to validate slug uniqueness and post state transitions.
There is a no-code option through prebuilt triggers and actions. You can create powerful automations without writing code, using point-and-click setup.
You can view logs and history inside Willo under the integrations tab. Look for the Blogs API connection and check activity logs for requests and responses.
Due to high volume, we will be upgrading our server soon!
Complete Operations Catalog - 126 Actions & Triggers