Skip to main content
POST
/
webflow
/
webhook
Webflow Form Submission Webhook
curl --request POST \
  --url https://api.sprucecollective.co.uk/webflow/webhook \
  --header 'Content-Type: application/json' \
  --data '
{
  "payload": {
    "data": {},
    "formElementId": "<string>",
    "formId": "<string>",
    "id": "<string>",
    "name": "<string>",
    "pageId": "<string>",
    "publishedPath": "<string>",
    "schema": [
      {
        "fieldElementId": "<string>",
        "fieldName": "<string>",
        "fieldType": "<string>"
      }
    ],
    "siteId": "<string>",
    "submittedAt": "<string>"
  },
  "triggerType": "<string>"
}
'
{}

Body

application/json

Webflow form submission payload

payload
object
triggerType
string

Response

Success response with user and raffle info

The response is of type object.