Skip to main content
January 6, 2016
New

Custom Object Data in Webhooks as Tokens

  • January 6, 2016
  • 3 replies
  • 1272 views

Now that we can easily create custom objects, it would be nice to pass custom object data back inside a webhook as a token to support 3rd party applications.  I know this can be tricky because of many to many relations or many to one.  But in our case the lead has a one to one relationship because how we setup the immediate table.  Maybe you could do something like this.

{{CustomObject.FirstOrDefault.FieldName}}

{{CustomObject.LastOrDefault.FieldName}}

{{CustomObject.Index(2).FieldName}}

{{CustomObject.DedupeKeys("12345").FieldName}}

I know it sounds simple, but you guys are smart, Just food for thought .....

Thanks

3 replies

Grégoire_Miche2
Level 10
January 7, 2016

Well, JSON normally enables to pass multiple rows, If I am correct, so this should be valuable.

-Greg

Grégoire_Miche2
Level 10
February 4, 2016

In fact, what we need is a query system that can create a JSON to be passed as a parameter to the webhook. The JSON could include either 1 or many rows.

-Greg

February 5, 2020
No text available