You can attach JSON-serializable data to a data Pull. This data will be returned as Pull.meta_data
when you fetch the Pull via the GET /pulls/:pullId endpoint.
Supply your data in the pullMetaData
parameter to CanopyConnect.create() when initializing the Canopy Connect SDK.
See Using the SDK