GovTribe

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

FieldTypeAttribute
resource_typestringGovTribe type
idstringGovTribe ID
namestringName
results_urlstringView results URL
scopestringSearches GovTribe type
created_atdatetimeCreated at
updated_atdatetimeUpdated at
last_sentdatetimeLast sent
creator__resource_typestringGovTribe type
creator__idstringGovTribe ID
creator__namestringName
creator__emailstringEmail
owner__resource_typestringGovTribe type
owner__idstringGovTribe ID
owner__namestringName
owner__emailstringEmail
workspace__resource_typestringGovTribe type
workspace__idstringGovTribe 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"
  }
}
  • Saved search: Review the GovTribe data type behind Saved Search resource payloads.