Active |
---|
This application does not need additional settings. So you can make connection only by using your login credentials or by following the instructions below . |
With Yoast modules in Boost.space Integrator, you can create, update, retrieve, search, and delete:
-
posts
-
categories
-
tags
-
pages
-
custom types
To get started with Yoast, create an account at yoast.com
To connect Yoast app, you need to obtain the API Key from your Yoast account and insert it in the Yoast module’s create a connection dialog.
-
Log in to your Yoast account.
-
Click Company Name > API Key, and copy the API Key to a safe place.
-
Log in to your Boost.space Integrator account, insert a Yoast module scenario and click the Add button next to the Connection field.
-
In the Connection name field, enter a name for the connection.
-
In the API Key field, enter the details copied in step 2 and click Save.
You have successfully connected the Yoast app and can now build scenarios.
You can create, update, retrieve, search, and delete posts using the following modules.
Updates an existing SEO post.
Connection |
|
Post ID |
Select or map the Post ID whose details you want to update. |
For field descriptions, see the Yoast Post API reference.
Retrieves an existing SEO post.
Connection |
|
Post ID |
Select or map the Post ID whose details you want to retrieve. |
Searches for SEO posts or lists them all.
Connection |
|
Limit |
Set the maximum number of posts Boost.space Integrator will return during one execution cycle. The default value is 10. |
Deletes an existing SEO post.
Connection |
|
Post ID |
Select or map the Post ID you want to delete. |
You can create, update, retrieve, search, and delete categories using the following modules.
Creates a new SEO category.
Connection |
For field descriptions, see the Yoast Category API reference.
Updates an existing SEO category.
Connection |
|
Category ID |
Select or map the Category ID whose details you want to update. |
For field descriptions, see the Yoast Category API reference.
Retrieves an existing SEO category.
Connection |
|
Category ID |
Select or map the Category ID whose details you want to retrieve. |
Searches for SEO categories or lists them all.
Connection |
|
Limit |
Set the maximum number of categories Boost.space Integrator will return during one execution cycle. The default value is 10. |
Deletes an existing SEO category.
Connection |
|
Category ID |
Select or map the Category ID you want to delete. |
You can create, update, retrieve, search, and delete tags using the following modules.
Updates an existing SEO tag.
Connection |
|
Tag ID |
Select or map the Tag ID whose details you want to update. |
For field descriptions, see the Yoast Tag API reference.
Retrieves an existing SEO tag.
Connection |
|
Tag ID |
Select or map the Tag ID whose details you want to retrieve. |
Searches for SEO tags or lists them all.
Connection |
|
Limit |
Set the maximum number of tags Boost.space Integrator will return during one execution cycle. The default value is 10. |
Deletes an existing SEO tag.
Connection |
|
Tag ID |
Select or map the Tag ID you want to delete. |
You can create, update, retrieve, search, and delete pages using the following modules.
Updates an existing SEO page.
Connection |
|
Page ID |
Select or map the Page ID whose details you want to update. |
For field descriptions, see the Yoast Pages API reference.
Retrieves an existing SEO page.
Connection |
|
Page ID |
Select or map the Page ID whose details you want to retrieve. |
Searches for SEO pages or lists them all.
Connection |
|
Limit |
Set the maximum number of pages Boost.space Integrator will return during one execution cycle. The default value is 10. |
Deletes an existing SEO page.
Connection |
|
Page ID |
Select or map the Page ID you want to delete. |
You can retrieve and search SEO custom types using the following modules.
Retrieves an existing SEO custom type.
Connection |
|
Type |
Select the type of SEO custom you want to retrieve. |
Searches for SEO custom types or lists them all.
Connection |
|
Limit |
Set the maximum number of SEO custom types Boost.space Integrator will return during one execution cycle. The default value is 10. |
You can call APIs using the following module.
Performs an arbitrary authorized API call.
Note | |
---|---|
For the list of available endpoints, refer to the Yoast API documentation. |
Connection |
|
URL |
Enter a path relative to |
Method |
GET to retrieve information for an entry. POST to create a new entry. PUT to update/replace an existing entry. PATCH to make a partial entry update. DELETE to delete an entry. |
Headers |
Enter the desired request headers. You don’t have to add authorization headers; we already did that for you. |
Query String |
Enter the request query string. |
Body |
Enter the body content for your API call. |