diff --git a/docs/integrations/builtin/credentials/formiotrigger.md b/docs/integrations/builtin/credentials/formiotrigger.md index fe28fab9a..f965b37d3 100644 --- a/docs/integrations/builtin/credentials/formiotrigger.md +++ b/docs/integrations/builtin/credentials/formiotrigger.md @@ -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