Thirdweb Engine Integration
Streamline your decentralized applications by connecting Thirdweb Engine to your automated workflows. Automate smart contract interactions, manage backe...
Integration available
Streamline your decentralized applications by connecting Thirdweb Engine to your automated workflows. Automate smart contract interactions, manage backend wallets, and execute complex blockchain transactions without manual intervention.
Build With Thirdweb Engine
Use Thirdweb Engine when a workflow needs to call Thirdweb Engine: Create Backend Wallet, Thirdweb Engine: Get Transaction Status, Thirdweb Engine: List Backend Wallets or related Thirdweb Engine operations from a typed B3OS action. Start in the visual editor to connect an account, then use the references below for payload shape, required fields, and API testing.
Available Actions
| Action | ID | Connector | Required fields |
|---|---|---|---|
thirdweb-engine-create-backend-wallet | thirdweb-engine | type | |
thirdweb-engine-get-transaction-status | thirdweb-engine | queueId | |
thirdweb-engine-list-backend-wallets | thirdweb-engine | - | |
thirdweb-engine-read-contract | thirdweb-engine | chain, contractAddress, functionName | |
thirdweb-engine-send-transaction | thirdweb-engine | chain, toAddress, data | |
thirdweb-engine-write-contract | thirdweb-engine | chain, contractAddress, functionName, args |
Available Triggers
No trigger references are published for this integration yet.
Common Use Cases
Connector Notes
- Create the connector from a trusted B3OS organization before publishing workflows that call external accounts.
- Keep OAuth tokens, API keys, bot tokens, channel IDs, and account IDs in connector settings or workflow props, not in reusable public template text.
- Test with the visual editor or
POST /v1/actions/{type}/testbefore routing production traffic.
Related Templates
No public templates are linked to this integration yet.
FAQ
Integrating Thirdweb Engine allows your automated workflows to interact directly with your self-hosted engine instance to read from and write to smart contracts using backend wallets.
Yes, by using the Thirdweb Engine actions to manage backend wallets and send transactions, you can build automated flows that handle gas management and transaction signing seamlessly.
The 'Read Contract' action allows your workflow to fetch real-time data from any smart contract on supported networks, which can then be used to trigger subsequent logic in your automation.
Absolutely. B3OS connects to your self-hosted Thirdweb Engine instance, ensuring that your private keys and wallet management remain within your controlled infrastructure.
Yes, the 'Get Transaction Status' action allows you to poll or verify the success, failure, or pending state of any transaction sent via Thirdweb Engine within your workflow.
