Wordpress
Discover more about the Wordpress connector and how to use it on the Digibee Integration Platform.
Important information:
This documentation is currently available only in English but will soon be translated into Portuguese.
The content is under revision and may change. We appreciate your understanding as we work to improve the documentation.
Wordpress connector manages posts and users using the Wordpress API.
Parameters
Take a look at the configuration parameters for the connector. Parameters supported by Double Braces expressions are marked with (DB)
.
Required Tab
Parameter | Description | Default value | Data type |
Dynamic Account | If the option is activated, the connector will use the account dynamically. If the option is deactivated, it’ll use the account statically. | False | Boolean |
Account Name | The name of the account that is generated dynamically via the Store Account connector. | String | |
Account | Defines the account to be used by the connector. | N/A | Account |
Operation | The endpoint operation. | String | |
URL | The Wordpress API URL from your site,for example http://myblog.com/wp-json/ | N/A | String |
Fail On Error | If the option is activated, the pipeline's execution with an error will be interrupted. Otherwise, the pipeline execution proceeds, but the result will show a false value for the | False | Boolean |
Optional Tab
Parameter | Description | Default value | Data type |
Operation Detail | The second part of an endpoint operation, which is needed only when the endpoint semantic isn’t enough, for example wordpress:post:delete. | String | |
API Version | The Wordpress REST API version. | 2 | String |
Criteria | The criteria to be used with complex searches. | N/A | JSON |
Force | Whether to bypass trash and force deletion. | false | Boolean |
ID | The entity ID. It should be passed when the operation performed requires a specific entity, for example. when deleting a post. | N/A | number |
User | The authorized user to perform writing operations. | N/A | String |
If the execution is successful, the output of the execution should have at least a property "success": true.
Last updated