mirror of
https://github.com/n8n-io/n8n-docs.git
synced 2025-11-20 17:48:34 +00:00
1.7 KiB
1.7 KiB
| title | description | contentType |
|---|---|---|
| WordPress credentials | Documentation for WordPress credentials. Use these credentials to authenticate WordPress in n8n, a workflow automation platform. | integration |
WordPress credentials
You can use these credentials to authenticate the following nodes:
Prerequisites
- Create a WordPress{:target=_blank .external-link} account or deploy WordPress on a server.
- Enable two-factor authentication{:target=_blank .external-link} for your WordPress user account. (Required to create an app password.)
Supported authentication methods
- Basic auth
Related resources
Refer to WordPress's API documentation{:target=_blank .external-link} for more information about the service.
Using basic auth
To configure this credential, you'll need:
- A Username: Enter your WordPress username.
- A Password: Do not enter your WordPress password. Instead, go to your Profile > Security > Application Passwords and add a new application password for n8n. Copy that password and enter it in your n8n credential. Refer to Add a New Application Password{:target=_blank .external-link} for more information.
- Your WordPress URL: Enter your WordPress site's URL.
- Ignore SSL Issues: When turned on, n8n will connect even if SSL certificate validation fails.