Skip to content

Instantly share code, notes, and snippets.

@MatthewDailey
Created March 25, 2018 17:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save MatthewDailey/f391055cb2dcaf26c8eaf436f79cf461 to your computer and use it in GitHub Desktop.
Save MatthewDailey/f391055cb2dcaf26c8eaf436f79cf461 to your computer and use it in GitHub Desktop.
Example payload which could be POSTed to https://hooks.zapier.com/hooks/catch/1963999/s9cc1x/
{
"orderId": "fakeorderid",
"services": { "haircut": 1},
"name": "Matt Dailey",
"phone": "+12064379006",
"email": "matthew.j.dailey@gmail.com",
"requestedBarber": "Any",
"address": "376 San Carlos St",
"orderDate": "2018-03-25T17:24:19.726Z",
"orderTimestamp": "2018-03-25T17:24:19.726Z",
"startDate": "2018-03-25T17:24:19.726Z",
"startTimestamp": "2018-03-25T17:24:19.726Z",
"endDate": "2018-03-25T17:24:19.726Z",
"endTimestamp": "2018-03-25T17:24:19.726Z"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment