Migration Guide
Extracting Data from Action Steps
Learn how to extract and link data from action steps to external sources
In Boost V2, action steps contain the core parameters needed to identify and execute your target action, or to fetch additional data from external sources.
In the example below, we’ll show how to extract collection address and tokenId from a Zora NFT mint’s action steps. You can use these identifiers to fetch metadata from the NFT contract and enable the mint action in your interface.
Once you have the data, you can use an external service such as the Zora SDK to fetch NFT metadata and enable the mint functionality in your interface.