result
field. If a read action returns a large number of records, you might receive multiple webhooks in quick succession, each delivering a subset of the data. Read more about message frequency here.resultInfo.downloadUrl
. The URL expires after 15 minutes.resultInfo.type
indicates how the result is attached to the message:
If type is inline
, the full result is in the result
field.
If type is url
, you can fetch the full result by making a GET request to resultInfo.downloadUrl
.
In both cases, resultInfo.numRecords
tells you how many records are available in the result.
create
, update
, delete
, associationUpdate
(for HubSpot only).support@withampersand.com
. Alternatively, you can set the delivery mode to on request to only get webhook messages when you request for them via an API call.