W2MEDIA – n8n Webhook on Publish/Update (+ACF)

설명

  • Sends a JSON payload to your n8n Webhook whenever a post/page (or selected CPTs) is published or updated.
  • Includes acf object with get_fields($post_id) if ACF is active (toggle in settings).
  • Optional X-Webhook-Signature (HMAC-SHA256).
  • Manual test ping.
  • Settings page: Settings n8n Webhook.

설치

  1. Upload the ZIP via Plugins Add New Upload Plugin.
  2. Activate the plugin.
  3. Configure under Settings n8n Webhook.

후기

모든 1 평가 읽기

기여자 & 개발자

“W2MEDIA – n8n Webhook on Publish/Update (+ACF)”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

변경이력

1.1.3

  • plugin got an debounce: Prevent double-firing within 2 seconds

1.1.2

  • some clean code

1.1.1

  • plugin available for 6.8.x

1.1.1

  • adjust code for clean code

1.1.0

  • NEW: Optional inclusion of all ACF fields in acf key of the payload; serialization helper for WP objects.

1.0.0

  • Initial release.