Webhook trigger and softr

Hello,

I am encountering an issue with an n8n workflow where I am unable to properly receive JSON data sent from a Softr form via a webhook. Although the webhook is configured to accept POST requests and testing with Postman works correctly (the webhook receives and processes the data as expected), I am not achieving the same results when data is sent via Softr.

Here are the details of my setup:

  1. n8n Webhook: Configured to accept POST requests, and testing with Postman shows that the data is correctly received and processed.
  2. Softr Form: Sends data via POST to the n8n webhook URL. The sent data includes information such as the user’s name and the post URL, for example:
{
  "Createurs": "@user_name",
  "postUrl": "https://example.com/post"
}
  1. Server Response: When sending via Softr, the n8n server returns “200 OK”, but the data does not seem to be processed or displayed in the n8n workflow.

Specific Questions:

  • Are there specific configurations to check in n8n or Softr to ensure correct transmission of JSON data?
  • Are there known issues with n8n webhooks processing data sent by Softr?
  • Any suggestions on how to diagnose or correct this issue would be greatly appreciated.

Thank you very much for your help and suggestions!

It looks like your topic is missing some important information. Could you provide the following if applicable.

  • n8n version:
  • Database (default: SQLite):
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (Docker, npm, n8n cloud, desktop app):
  • Operating system:
n8n version: [Specify your version, e.g., 0.135.0]
Database: Airtable (but the problem is with the trigger, I didn’t add node in the workflow, just trigger)
n8n EXECUTIONS_PROCESS setting: own
Running n8n via: n8n cloud
Operating system: macOS

hello @Shay

I don’t see the n8n as the supported data source in Softr Docs:
Data Sources – Softr Help Docs

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.