Saved search Zapier resource
Reference the Zapier resource fields GovTribe sends for saved search records.
The Saved Search resource is the Zapier representation of GovTribe saved search records. Use this reference when you need to understand which Saved Search fields a Zap can receive from GovTribe.
Hooks and triggers
No visible Zapier triggers return this resource.
Fields
| Field | Type | Attribute |
|---|---|---|
resource_type | string | GovTribe type |
id | string | GovTribe ID |
name | string | Name |
results_url | string | View results URL |
scope | string | Searches GovTribe type |
created_at | datetime | Created at |
updated_at | datetime | Updated at |
last_sent | datetime | Last sent |
creator__resource_type | string | GovTribe type |
creator__id | string | GovTribe ID |
creator__name | string | Name |
creator__email | string | |
owner__resource_type | string | GovTribe type |
owner__id | string | GovTribe ID |
owner__name | string | Name |
owner__email | string | |
workspace__resource_type | string | GovTribe type |
workspace__id | string | GovTribe ID |
Example resource
{
"resource_type": "saved-search",
"id": "SAVED_SEARCH_ID",
"name": "Saved Search",
"results_url": "https://govtribe.com/opportunity/federal-contract-opportunity?savedSearchId=SAVED_SEARCH_ID",
"scope": "Federal Contract Opportunities",
"created_at": "2025-01-16T11:17:02-05:00",
"updated_at": "2025-01-16T11:17:02-05:00",
"last_sent": "2025-01-16T11:17:02-05:00",
"creator": {
"resource_type": "user",
"id": "USER_ID",
"name": "GovTribe User",
"email": "contact@example.com"
},
"owner": {
"resource_type": "user",
"id": "USER_ID",
"name": "GovTribe User",
"email": "contact@example.com"
},
"workspace": {
"resource_type": "workspace",
"id": "WORKSPACE_ID"
}
}Related articles
- Saved search: Review the GovTribe data type behind Saved Search resource payloads.