Authentication
In step 2, click Add to create an authentication method.
The modal includes:
Supported types:
- Credentials form (API key, bearer token, custom fields)
- OAuth 2.0
Use the form builder to define fields shown to end users.
For each field, set:
- Name (key used in scripts)
- Label (shown in UI)
- Type (for example, string)
- Required (on/off)
The preview panel updates live and shows required markers.
OAuth 2.0
Configure standard OAuth fields:
- Authorization URL
- Scopes
- Additional params
- Code challenge (optional)
- Access token URL
- Refresh token URL
- Redirect URL
You can also enable Client credentials filled by user when each workspace must bring its own client ID and secret.
Testing checklist
- Confirm redirect URL matches your provider app settings.
- Connect a test account from the preview panel.
- Verify token exchange succeeds.
Keep scope lists minimal. Request only permissions required by your trigger and action logic.