Wufoo · Example Payload

Wufoo Rest V3 Put Webhook Example

FormsForm BuilderSurveysData CollectionWebhooksPaymentsSurveyMonkey

Wufoo Rest V3 Put Webhook Example is an example object payload from Wufoo, with 2 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

requestresponse

Example Payload

Raw ↑
{
  "request": {
    "method": "PUT",
    "url": "https://account.wufoo.com/api/v3/webhooks/z5pkt3w03lj0nv.json",
    "headers": {
      "Authorization": "Basic <base64(apiKey:footastic)>",
      "Content-Type": "application/x-www-form-urlencoded"
    },
    "body": "url=https%3A%2F%2Fexample.com%2Fwufoo%2Fwebhook&handshakeKey=s3cret&metadata=true"
  },
  "response": {
    "status": 200,
    "body": {
      "WebHookPutResult": {
        "Hash": "wh-aD83Lk"
      }
    }
  }
}