1. Packages
  2. dbt Cloud Provider
  3. API Docs
  4. getWebhook
dbt Cloud v1.0.0 published on Wednesday, Jun 11, 2025 by Pulumi

dbtcloud.getWebhook

Explore with Pulumi AI

dbtcloud logo
dbt Cloud v1.0.0 published on Wednesday, Jun 11, 2025 by Pulumi

    Retrieve webhook details

    Using getWebhook

    Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

    function getWebhook(args: GetWebhookArgs, opts?: InvokeOptions): Promise<GetWebhookResult>
    function getWebhookOutput(args: GetWebhookOutputArgs, opts?: InvokeOptions): Output<GetWebhookResult>
    def get_webhook(webhook_id: Optional[str] = None,
                    opts: Optional[InvokeOptions] = None) -> GetWebhookResult
    def get_webhook_output(webhook_id: Optional[pulumi.Input[str]] = None,
                    opts: Optional[InvokeOptions] = None) -> Output[GetWebhookResult]
    func LookupWebhook(ctx *Context, args *LookupWebhookArgs, opts ...InvokeOption) (*LookupWebhookResult, error)
    func LookupWebhookOutput(ctx *Context, args *LookupWebhookOutputArgs, opts ...InvokeOption) LookupWebhookResultOutput

    > Note: This function is named LookupWebhook in the Go SDK.

    public static class GetWebhook 
    {
        public static Task<GetWebhookResult> InvokeAsync(GetWebhookArgs args, InvokeOptions? opts = null)
        public static Output<GetWebhookResult> Invoke(GetWebhookInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetWebhookResult> getWebhook(GetWebhookArgs args, InvokeOptions options)
    public static Output<GetWebhookResult> getWebhook(GetWebhookArgs args, InvokeOptions options)
    
    fn::invoke:
      function: dbtcloud:index/getWebhook:getWebhook
      arguments:
        # arguments dictionary

    The following arguments are supported:

    WebhookId string
    Webhook's ID

    Deprecated: Use id instead

    WebhookId string
    Webhook's ID

    Deprecated: Use id instead

    webhookId String
    Webhook's ID

    Deprecated: Use id instead

    webhookId string
    Webhook's ID

    Deprecated: Use id instead

    webhook_id str
    Webhook's ID

    Deprecated: Use id instead

    webhookId String
    Webhook's ID

    Deprecated: Use id instead

    getWebhook Result

    The following output properties are available:

    AccountIdentifier string
    Webhooks Account Identifier
    Active bool
    Webhooks active flag
    ClientUrl string
    Webhooks Client URL
    Description string
    Webhooks Description
    EventTypes List<string>
    Webhooks Event Types
    HttpStatusCode string
    Webhooks HTTP Status Code
    Id string
    Webhook's ID
    JobIds List<int>
    List of job IDs to trigger the webhook
    Name string
    Webhooks Name
    WebhookId string
    Webhook's ID

    Deprecated: Use id instead

    AccountIdentifier string
    Webhooks Account Identifier
    Active bool
    Webhooks active flag
    ClientUrl string
    Webhooks Client URL
    Description string
    Webhooks Description
    EventTypes []string
    Webhooks Event Types
    HttpStatusCode string
    Webhooks HTTP Status Code
    Id string
    Webhook's ID
    JobIds []int
    List of job IDs to trigger the webhook
    Name string
    Webhooks Name
    WebhookId string
    Webhook's ID

    Deprecated: Use id instead

    accountIdentifier String
    Webhooks Account Identifier
    active Boolean
    Webhooks active flag
    clientUrl String
    Webhooks Client URL
    description String
    Webhooks Description
    eventTypes List<String>
    Webhooks Event Types
    httpStatusCode String
    Webhooks HTTP Status Code
    id String
    Webhook's ID
    jobIds List<Integer>
    List of job IDs to trigger the webhook
    name String
    Webhooks Name
    webhookId String
    Webhook's ID

    Deprecated: Use id instead

    accountIdentifier string
    Webhooks Account Identifier
    active boolean
    Webhooks active flag
    clientUrl string
    Webhooks Client URL
    description string
    Webhooks Description
    eventTypes string[]
    Webhooks Event Types
    httpStatusCode string
    Webhooks HTTP Status Code
    id string
    Webhook's ID
    jobIds number[]
    List of job IDs to trigger the webhook
    name string
    Webhooks Name
    webhookId string
    Webhook's ID

    Deprecated: Use id instead

    account_identifier str
    Webhooks Account Identifier
    active bool
    Webhooks active flag
    client_url str
    Webhooks Client URL
    description str
    Webhooks Description
    event_types Sequence[str]
    Webhooks Event Types
    http_status_code str
    Webhooks HTTP Status Code
    id str
    Webhook's ID
    job_ids Sequence[int]
    List of job IDs to trigger the webhook
    name str
    Webhooks Name
    webhook_id str
    Webhook's ID

    Deprecated: Use id instead

    accountIdentifier String
    Webhooks Account Identifier
    active Boolean
    Webhooks active flag
    clientUrl String
    Webhooks Client URL
    description String
    Webhooks Description
    eventTypes List<String>
    Webhooks Event Types
    httpStatusCode String
    Webhooks HTTP Status Code
    id String
    Webhook's ID
    jobIds List<Number>
    List of job IDs to trigger the webhook
    name String
    Webhooks Name
    webhookId String
    Webhook's ID

    Deprecated: Use id instead

    Package Details

    Repository
    dbtcloud pulumi/pulumi-dbtcloud
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the dbtcloud Terraform Provider.
    dbtcloud logo
    dbt Cloud v1.0.0 published on Wednesday, Jun 11, 2025 by Pulumi