You have no favorites... yet!
Use the Library tree on the left to select a Choreo to call from your gateway device.
Use the Library tree on the left to select a Choreo to call from your edge device via the gateway.
Library . EnviroFacts . DesignForEnvironment . SearchByProduct
Searches for products in the EPA Design for the Environment database.
/*
TembooTask class placeholder
*/
/*
TembooTask header placeholder
*/
Since you've changed your device configuration, you'll need to tell us about this new device.
This feature is in experimental mode - pricing coming soon.
Send your code straight to a GitHub repository.
Your code will be visible by others in your repos. Keep credentials private by saving a Profile or commit code with Placeholder inputs.
The following files will be added to this repo:
You'll be able to edit and share your code from TI's CCS Cloud IDE.
The following will be sent to CCS Cloud:
/*
Your auto-generated code will appear here once you've configured your device above.
*/
/*
A header file containing your Temboo account information will appear here once you've
configured your device above.
*/
/*
Please log in to generate proxy server code for use with the JavaScript SDK.
*/
This Choreo allows you to look up products in the EPA Design for the Environment database. The documentation for this EnviroFacts resource can be found here.
If a ProductID is specified, the chore will return a record for that product. If a ProductKeyword is specified (i.e. any word in the name of the product) the Choreo will return any products in the database which are a match for that keyword. A CompanyKeyword can also be specified, in which case the Choreo will return records for all products made by companies that match the keyword search.
The DfE database contains products labeled either Industrial or Consumer. You can look up all the possible Sectors (i.e. Carpet Cleaners, Fire-Fighting Products) in the drop-down menu on the EPA website for each of the Consumer or Industrial types of products here. To obtain a SectorID number for any sector, first run the AdvancedSearch Choreo using that sector's keywords.
The optional Operator input by default is set to "=" when ProductID is specified, which searches for exact matches. It is set to "CONTAINING" when either ProductKeyword or CompanyKeyword is specified, to make the keyword search more flexible. Other possible values for the Operator input include ">", "<" and "!=" (does not equal) for customized number searches, and "BEGINNING" for a customized keyword searches which begin with the given input.
Here is an example of an acceptable set of inputs:
ProductKeyword: Biodyne
The following is a sample of the XML information returned as the Count output:
<Envirofacts> <RequestRecordCount>2</RequestRecordCount> </Envirofacts>
The following is a partial sample of the XML information returned as the Response output:
<?xml version="1.0" encoding="UTF-8"?> <t_design_for_environmentList Count="2" Rows="0-4999"> <t_design_for_environment> <SECTOR_ID>7</SECTOR_ID> <CATEGORY>Industrial/Institutional Product</CATEGORY> <SECTOR>All-Purpose Cleaners</SECTOR> <PARTNER>Barnes Distribution</PARTNER> <CITY>Cleveland</CITY> <STATE>OH</STATE> <PARTNERSINCE>2008</PARTNERSINCE> <PRODUCT_ID>1085</PRODUCT_ID> <PRODUCT>*Biodyne - Unscented</PRODUCT> </t_design_for_environment> <t_design_for_environment> <SECTOR_ID>7</SECTOR_ID> <CATEGORY>Industrial/Institutional Product</CATEGORY> <SECTOR>All-Purpose Cleaners</SECTOR> <PARTNER>Barnes Distribution</PARTNER> <CITY>Cleveland</CITY> <STATE>OH</STATE> <PARTNERSINCE>2008</PARTNERSINCE> <PRODUCT_ID>1084</PRODUCT_ID> <PRODUCT>*Biodyne</PRODUCT> </t_design_for_environment> </t_design_for_environmentList>
https://ACCOUNT_NAME.temboolive.com/callback/google
© 2025 Temboo, Inc Privacy Terms