dev_create_integration_creds
Creates integration credentials for a Lamatic project by accepting integration type and key-value credential pairs. Use to set up connections to services like S3, Slack, Postgres, Gmail, or Google Drive.
Instructions
Create new integration credentials for a Lamatic project
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Display name for the integration credential | |
| projectId | Yes | The project ID | |
| credentials | Yes | Key-value pairs of credentials required by the integration | |
| integration | Yes | Integration type (e.g. s3, slack, postgres, gmail, googleDrive) |