Wordpress

Discover more about the Wordpress connector and how to use it on the Digibee Integration Platform.

The content of this documentation is under revision and may change. We appreciate your understanding as we work to improve it.

Wordpress 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

ParameterDescriptionDefault valueData type

Dynamic Account

When active, the connector will use the account dynamically. Otherwise, it will use the account statically.

False

Boolean

Account Name (DB)

The name of the dynamic account used by connector. This account must have been previously configured in a Store Account connector in the pipeline for this process to take effect. It is only available if the Dynamic Account parameter is active.

N/A

String

Account

The account used by the connector. It is only available if the Dynamic Account parameter is inactive.

N/A

Account

Operation

The endpoint operation.

N/A

String

URL (DB)

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 "success" property.

False

Boolean

Optional tab

ParameterDescriptionDefault valueData 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.

N/A

String

API Version (DB)

The Wordpress REST API version.

2

String

Criteria (DB)

The criteria to be used with complex searches.

N/A

JSON

Force

When active, it forces the definitive deletion and bypasses the trash.

False

Boolean

ID

The entity ID. It should be configured when the operation performed requires a specific entity, for example. when deleting a post.

N/A

Integer

User (DB)

The authorized user to perform data manipulation operations.

N/A

String

Documentation tab

ParameterDescriptionDefault valueData type

Documentation

Section for documenting any necessary information about the connector configuration and business rules.

N/A

String

If the execution is successful, the output of the execution should have at least a property "success": true.

Last updated