How to integrate SEObot to my website?
There are the following options:
Use Webhooks. SEObot provides two events: created and updated for articles. You can assign the same or different webhook URLs. Use Menu -> Connect my Blog -> Webhooks.
Use the REST API to create a custom integration. Refer to the npm package and check out the Next.js integration example. Use Menu -> Connect my Blog -> REST API.
To manually copy and paste article content, use the Copy RichText/HTML/Markdown options in the SEObot editor.
Use Webhooks. SEObot provides two events: created and updated for articles. You can assign the same or different webhook URLs. Use Menu -> Connect my Blog -> Webhooks.
Use the REST API to create a custom integration. Refer to the npm package and check out the Next.js integration example. Use Menu -> Connect my Blog -> REST API.
To manually copy and paste article content, use the Copy RichText/HTML/Markdown options in the SEObot editor.
Updated on: 06/01/2025
Thank you!