mirror of
https://github.com/n8n-io/n8n-docs.git
synced 2025-11-20 17:48:34 +00:00
Update Form.io credential to template
This commit is contained in:
parent
0be3850aaf
commit
331fd71d32
@ -14,13 +14,20 @@ You can use these credentials to authenticate the following nodes:
|
||||
|
||||
Create a [Form.io](https://www.form.io/) account.
|
||||
|
||||
## Using Basic auth
|
||||
## Supported authentication methods
|
||||
|
||||
After creating your Form.io account, from n8n:
|
||||
- Basic Auth
|
||||
|
||||
1. Enter a descriptive ***Credentials Name***.
|
||||
2. Select whether your ***Environment*** is **Cloud-hosted** or **Self-hosted**.
|
||||
3. Enter your Form.io account ***Email***.
|
||||
4. Enter your Form.io account ***Password***.
|
||||
5. Click **Create** to save your new credentials.
|
||||
## Related resources
|
||||
|
||||
Refer to [Form.io's API documentation](https://apidocs.form.io/){:target=_blank .external-link} for more information about the service.
|
||||
|
||||
## Using Basic Auth
|
||||
|
||||
To configure this credential, you'll need:
|
||||
|
||||
- Select your **Environment**:
|
||||
- Choose **Cloud hosted** if you are not hosting Form.io yourself.
|
||||
- Choose **Self-hosted** if you're hosting Form.io yourself and add your **Self-Hosted Domain**. Use only the domain itself. For example, if you view a form at `https://yourserver.com/yourproject/manage/view`, the Self-Hosted Domain is `https://yourserver.com`.
|
||||
- The **Email address** you use to log in to Form.io
|
||||
- The **Password** you use to log in to Form.io
|
||||
|
||||
Loading…
Reference in New Issue
Block a user