Skip to main content

createWebhookDataSource

Creates a new Webhook Data Source from the given settings.

Returns the newly created Data Source (or an error message if creating the Data Source fails).

Arguments

  • input required CreateWebhookDataSourceInput

    • input.connectionSettings required WebhookConnectionSettingsInput

      The Webhook Data Source's connection settings

    • input.description optional String

      The Webhook Data Source's description.

    • input.uniqueName optional String

      The Webhook Data Source's unique name. If not specified, Propel will set the ID as unique name.


Returns

Non-null DataSourceResponse

The result of a mutation which creates or modifies a Data Source.