dev_get_oauth_url
Obtain an OAuth authorization URL to integrate services like Google Drive or Slack with your Lamatic project, using project ID, integration node name, redirect URI, and credential name.
Instructions
Get an OAuth authorization URL for an integration in a Lamatic project
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| nodeName | Yes | The integration node name (e.g. googleDrive, gmail, slack) | |
| projectId | Yes | The project ID | |
| redirectUri | Yes | The redirect URI after OAuth authorization | |
| credentialName | Yes | Display name for the credential being created |