Custom Object Data in Webhooks as Tokens

Custom Object Data in Webhooks as Tokens

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 Comments
Grégoire_Miche2
Level 10

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

-Greg

Grégoire_Miche2
Level 10

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

kh-lschutte
Community Manager
Status changed to: Open Ideas