Publishing posts from a spreadsheet — with confirmations and failure alerts

The scenario takes pending posts from Webflow, publishes them to Facebook Graph API and immediately reports back: success sends a note to exolve and an email to Gmail; failure raises an alert and flags the row.

  • Only the posts actually waiting in the queue go out
  • Success is reported both to exolve and Gmail
  • A failure never passes silently — the alert names the reason
  • Every post in Webflow carries its own status

How it works

To get Webflow notifications in Facebook Graph API, you don't need a developer: a ready-made scenario watches events and sends messages for you.

  1. Starts when: rigger – Fetch Pending Posts (Google Sheets)
  2. Then: Filter Pending Posts (Code Node)
  3. Then: Prepare Post Data
  4. Then: Publish Post to Meta (Facebook Graph API)
  5. Check: Check Publish Success
  6. If yes: Notify Success in Slack
  7. Then: Update Post Status in Google Sheet
  8. If yes: Send Success Email (Outlook/SMTP)
  9. If no: Notify Failure in Slack
  10. If no: Send Failure Email

You can launch this Webflow + Facebook Graph API integration in Scriptera: describe the task in plain words — the scenario is built, launched and monitored for you.