State and local contract opportunity Zapier resource
Reference the Zapier resource fields GovTribe sends for state and local contract opportunity records.
The State and Local Contract Opportunity resource is the Zapier representation of GovTribe state and local contract opportunity records. Use this reference when you need to understand which State and Local Contract Opportunity fields a Zap can receive from GovTribe.
Hooks and triggers
| Trigger | Source | Event or input | What it returns |
|---|---|---|---|
| New Results for State & Local Contract Opportunity Saved Search | State and Local Contract Opportunity saved-search trigger | Requires saved_search_model_id | State and Local Contract Opportunity records from the selected saved search. |
Fields
| Field | Type | Attribute |
|---|---|---|
resource_type | string | GovTribe type |
id | string | GovTribe ID |
name | string | Name |
government_description | string | Description |
ai_description | string | GovTribe AI summary |
additional_information_url | string | Source URL |
url | string | GovTribe URL |
source_url | string | Source URL |
solicitation_number | string | Solicitation number |
created_at | datetime | Created at |
updated_at | datetime | Updated at |
due_date | datetime | Due date |
state__resource_type | string | GovTribe type |
state__id | string | GovTribe ID |
state__name | string | Name |
state__url | string | GovTribe URL |
jurisdictions[]resource_type | string | GovTribe type |
jurisdictions[]id | string | GovTribe ID |
jurisdictions[]name | string | Name |
jurisdictions[]url | string | GovTribe URL |
unspsc_categories[]resource_type | string | GovTribe type |
unspsc_categories[]id | string | GovTribe ID |
unspsc_categories[]name | string | Name |
unspsc_categories[]description | string | Description |
unspsc_categories[]ai_description | string | GovTribe AI summary |
unspsc_categories[]url | string | GovTribe URL |
unspsc_categories[]code | string | Code |
nigp_categories[]resource_type | string | GovTribe type |
nigp_categories[]id | string | GovTribe ID |
nigp_categories[]name | string | Name |
nigp_categories[]ai_description | string | GovTribe AI summary |
nigp_categories[]url | string | GovTribe URL |
nigp_categories[]code | string | Code |
contacts[]resource_type | string | GovTribe type |
contacts[]id | string | GovTribe ID |
contacts[]name | string | Name |
contacts[]email | string | |
contacts[]title | string | Title |
contacts[]phone | string | Phone |
government_files[]resource_type | string | GovTribe type |
government_files[]id | string | GovTribe ID |
government_files[]name | string | Name |
government_files[]government_description | string | Description |
government_files[]ai_description | string | GovTribe AI summary |
government_files[]file | file | Government files |
government_files[]created_at | datetime | Created at |
Example resource
{
"resource_type": "state-local-contract-opportunity",
"id": "STATE_LOCAL_CONTRACT_OPPORTUNITY_ID",
"name": "Media Monitoring Suite (Public Info)",
"government_description": "Representative description text.",
"ai_description": "Representative description text.",
"additional_information_url": "https://www.alabamabuys.gov/page.aspx/en/bpm/process_manage_extranet/27051",
"url": "https://govtribe.com/opportunity/federal-contract-opportunity/media-monitoring-suite-public-info-src0000021370",
"source_url": "https://www.alabamabuys.gov/page.aspx/en/bpm/process_manage_extranet/27051",
"solicitation_number": "SRC0000021370",
"created_at": "2024-03-15T01:34:19+00:00",
"updated_at": "2024-03-15T01:34:19+00:00",
"due_date": "2024-03-19T18:00:00+00:00",
"state": {
"resource_type": "state",
"id": "STATE_ID",
"name": "Virginia",
"url": "https://govtribe.com/state/va"
},
"jurisdictions": [
{
"resource_type": "jurisdiction",
"id": "JURISDICTION_ID",
"name": "Virginia Beach City",
"url": "https://govtribe.com/jurisdiction/va-county-virginia-beach-city-1"
}
],
"unspsc_categories": [
{
"resource_type": "unspsc-category",
"id": "UNSPSC_CATEGORY_ID",
"name": "Engineering and Research and Technology Based Services",
"description": "Representative description text.",
"ai_description": "Representative description text.",
"url": "https://govtribe.com/category/unspsc/81000000-engineering-and-research-and-technology-based-services",
"code": "81000000"
}
],
"nigp_categories": [
{
"resource_type": "nigp-category",
"id": "NIGP_CATEGORY_ID",
"name": "Data Processing, Computer, Programming, And Software Services",
"url": "https://govtribe.com/category/nigp/920-data-processing-computer-programming-and-software-services",
"ai_description": "Representative description text.",
"code": "920"
}
],
"contacts": [
{
"resource_type": "contact",
"id": "CONTACT_ID",
"name": "A Person",
"email": "contact@example.com",
"title": "Contracting Officer",
"phone": "555-555-5555"
}
],
"government_files": [
{
"resource_type": "government-file",
"id": "GOVERNMENT_FILE_ID",
"name": "C-5 Attachment Lakeview Asbestos Survey.pdf",
"government_description": null,
"ai_description": null,
"file": "(File) C-5 Attachment Lakeview Asbestos Survey.pdf",
"created_at": "2023-07-07T06:53:35+00:00"
}
]
}Related articles
- State and local contract opportunity: Review the GovTribe data type behind State and Local Contract Opportunity resource payloads.