Webhook: Find
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.
API
URL
Request Body
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.
Response Body
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