To connect Blogs API with VideoPeel you will generate API tokens or use OAuth credentials with the required scope emails/builder.readonly. Store these securely in VideoPeel and test the connection.
VideoPeel uses a connector that handles the auth handshake with Blogs API. Ensure the APPNAME has the correct permissions and the scopes match the Blogs API needs.
GET emails/builder; POST emails/builder; POST /emails/builder/data; DELETE /emails/builder/:locationId/:templateId; GET emails/schedule; GET /blogs/posts/url-slug-exists; POST /blogs/posts; PUT /blogs/posts/:postId; GET /blogs/posts/url-slug-exists; GET /blogs/categories; GET /blogs/authors
A new blog post is published in Blogs API
VideoPeel creates a new video project using the blog content and fetches post assets
POST /blogs/posts
title, slug, content, excerpt, author, publish_date, postId
Blog post updated in Blogs API
VideoPeel updates the corresponding video draft content
PUT /blogs/posts/:postId
postId, title, slug, content, publish_date
When a new post is created, check slug uniqueness
VideoPeel stores slug and maps categories and author in VideoPeel assets
GET /blogs/posts/url-slug-exists
slug, postId, title
Automate blog to video workflows without coding
Centralized automation inside VideoPeel and Blogs API
Scale content distribution to video formats across platforms
Understand terms and how the data moves between Blogs API and VideoPeel
A set of rules that allow apps to talk to Blogs API
A specific path and method to access a function of the API
A URL friendly identifier derived from the post title
A notification or trigger sent by an API when an event occurs
Automatically convert new posts into bite sized clips ready for social
Publish a weekly video series generated from blog content
Create recap videos from long form posts
Begin by granting access to the Blogs API in VideoPeel with the required scope
Link post title slug content and author fields to the corresponding VideoPeel assets
Run a test connect and then switch on automated syncing
Authentication for the Blogs API requires secure credentials such as API tokens or OAuth with the scope emails and builder access. Store credentials safely in VideoPeel and test the connection before enabling automation. Use the smaller scoped tokens to minimize risk and rotate credentials regularly.
Syncing posts typically uses endpoints that create and update blog posts. For creating posts use POST /blogs/posts and for updates use PUT /blogs/posts/:postId. You can also verify slug availability with GET /blogs/posts/url-slug-exists. Test these in a staging environment to confirm field mappings and triggers.
Yes you can map custom fields from Blogs API to VideoPeel fields. Define a clear mapping for title slug content excerpt and author to ensure the video assets reflect the original post accurately. If a field does not exist in VideoPeel create a fallback or use a default value.
No heavy coding is required. This integration is designed as a no code connection using endpoints and field mappings. You configure the connectors authorize the apps and map fields then activate the workflow.
Testing is done in a sandbox or staging environment. Create a test post in Blogs API validate slug and mappings then run a test to verify that VideoPeel creates or updates the video draft accordingly. Review logs for any errors and adjust mappings as needed.
If a post is updated in Blogs API VideoPeel can update the corresponding video draft automatically. Ensure the postId remains stable and map updated fields such as title content and publish date to the VideoPeel assets.
API rate limits vary by plan. Monitor your usage with the provided dashboards and implement batching or pacing where needed. If you anticipate spikes contact support to discuss higher limits or alternative endpoints.
Due to high volume, we will be upgrading our server soon!
Complete Operations Catalog - 126 Actions & Triggers