Get a remote data record using a Key field
This webhook retrieves a data record from a remote system using the unique record key field.
[base-url]/dataTable/actions/find
dataTableSlug: The slug of the data table
keyFieldSlug: The slug of the key field to use for lookup.
keyFieldValue: The field value to use for the lookup.
remoteRecordId: The ID of the record on the remote system.
displayName: The record display name
fields: an array of:
slug: The field's slug
data: The fields data object (see ).
Last updated 1 year ago