Commit bf01567a by Karl Clement

Added webhookBody arg

parent a90fece9
...@@ -62,6 +62,9 @@ FullContact.prototype.process = function req(api, query, args) { ...@@ -62,6 +62,9 @@ FullContact.prototype.process = function req(api, query, args) {
if (args.webhookId) { if (args.webhookId) {
query.webhookId = args.webhookId; query.webhookId = args.webhookId;
} }
if (args.webhookBody) {
query.webhookBody = args.webhookBody;
}
// //
// The packet that is send to the server or queued when we are in queuing // The packet that is send to the server or queued when we are in queuing
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment