feat(wordpress): add auth and new post trigger (#1160)

This commit is contained in:
Ali BARIN
2023-08-09 22:34:21 +02:00
committed by GitHub
parent 5046c4c911
commit ec42446daa
19 changed files with 284 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
# WordPress
:::info
This page explains the steps you need to follow to set up the WordPress connection in Automatisch. If any of the steps are outdated, please let us know!
:::
1. Add your WordPress public URL (without any path in the address) in the **WordPress instance URL** field on Automatisch.
1. Click **Submit** button on Automatisch.
1. Congrats! Start using your new WordPress connection within the flows.

View File

@@ -0,0 +1,12 @@
---
favicon: /favicons/wordpress.svg
items:
- name: New post
desc: Triggers when a new post is created.
---
<script setup>
import CustomListing from '../../components/CustomListing.vue'
</script>
<CustomListing />