Webhooks
Retrieves webhoods from Streak.
Table Specific Information
Select
Streak allows only a small subset of columns to be used in the WHERE clause of a SELECT query. These columns can typically be used with only = comparision. The available columns for Webhooks are PipelineKey, TeamKey, and WebhookKey. For example:
SELECT * FROM Webhooks WHERE PipelineKey='agxzfm1haWxmb29nYWVyMAsSDE9yZ2FuabphdGlvbiIJY2RhdGEuY29tDAsSCFdvcmtmbG93GICArJ_i0_EIDA' SELECT * FROM Webhooks WHERE TeamKey='agxzfm1haWxmb29nYWVyEQsSBFRlYW0YgICsv_OxuAoM' SELECT * FROM Webhooks WHERE WebhookKey='agptYIDA'
Columns
Name | Type | References | Description |
WebhookKey [KEY] | String | Key of the webhook. | |
PipelineKey | String |
Pipelines.PipelineKey | Key of the pipeline the webhook is in. |
CreationDate | Timestamp | Creation date of webhook. | |
Event | String | The type of webhook event. | |
LastSavedTimestamp | Timestamp | When the webhook was last saved. | |
TargetUrl | String | URL to POST the updated object to. | |
UserKey | String |
Users.UserKey | User key assoicated with this webhook. |
TeamKey | String |
Teams.TeamKey | Team key associated with this webhook. |