n8n-docs/docs/integrations/credentials/wordpress.md
2022-04-28 12:55:18 +01:00

22 lines
1004 B
Markdown

# WordPress
You can use these credentials to authenticate the following nodes with WordPress.
- [WordPress](/integrations/nodes/n8n-nodes-base.wordPress/)
## Prerequisites
- Create a [WordPress](https://wordpress.com/) account or deploy WordPress on a server.
## Using Username and Password
1. Log in to your WordPress dashboard.
2. Click on ***Profile*** in the left side menu, and scroll down to the **Application Password** section.
3. Enter an application name in the ***New Application Password Name*** field.
4. Click on the ***Add New Application Password*** button.
5. Copy the displayed application password.
6. Enter your WordPress username in the ***Username*** field in the 'WordPress API' credentials in n8n.
7. Paste the application password in the ***Password*** field in the 'WordPress API' credentials in n8n.
8. Enter your WordPress website URL in the ***WordPress URL*** field in the 'WordPress API' credentials in n8n.
9. Click on the ***Save*** button to save the credentials.