• Applicable Software: MokoSuiteSocial
  • Min Version Number: In Development
  • Max Version Number: Not Applicable

Send article data to any HTTP endpoint via webhook with MokoSuiteSocial. Works with Zapier, IFTTT, n8n, Make, or any custom API. Supports JSON and form-encoded payloads with configurable authentication.

Credentials

  • Webhook URL — The endpoint to send article data to.
  • HTTP Method — POST or PUT.
  • Authentication — None, Bearer Token, or Basic Auth.
  • Bearer Token (if Bearer auth) — Sent as Authorization: Bearer {token}.
  • Username / Password (if Basic auth) — Sent as Basic Auth header.
  • Content Type — application/json or application/x-www-form-urlencoded.

Payload Format

The webhook receives the article data including title, URL, introtext, fulltext, image URL, category, author, and publish date. Use this to trigger automations in external systems.

Use Cases

  • Zapier/IFTTT triggers for custom workflows
  • n8n or Make automations
  • Custom CMS or CRM integrations
  • Analytics or logging systems