install_integration
Install an integration by provider, returning a webhook URL and secret for webhook-kind or an authorize URL for OAuth-kind providers.
Instructions
Install an integration by provider. A webhook-kind provider returns a webhookUrl + webhookSecret (shown once); an OAuth-kind provider returns an authorizeUrl to open in a browser to finish connecting. from is required for webhook-kind providers.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| from | No | From: address for webhook-kind providers. | |
| sender | No | Product/sender externalId sent as X-Drin-Sender. Required only for account-wide API keys; overrides the server's default sender. | |
| provider | Yes | Provider id from the catalog (see list_integrations). | |
| senderId | No | Optional product/sender id to bind the integration to. | |
| displayName | No | Optional label. | |
| defaultTemplateSlug | No | Optional default template slug. |