The payload is the record being sent to the webhoo...
# 🌎general
b
The payload is the record being sent to the webhook.
Copy code
const payload = {
  name,
  email,
  interest
}
Name, email and interest were set to the corresponding workflow variable