mirror of
https://github.com/n8n-io/n8n-docs.git
synced 2025-11-20 17:48:34 +00:00
DOC-1055: Update FileMaker credentials to medium tier template (#2407)
This commit is contained in:
parent
b0b05a948f
commit
d5cd4d55e7
@ -14,8 +14,18 @@ You can use these credentials to authenticate the following nodes:
|
||||
|
||||
## Prerequisites
|
||||
|
||||
- Create a user account on a [FileMaker Server](https://www.claris.com/filemaker/){:target=_blank .external-link} with the `fmrest` extended privilege to [Access via FileMaker Data API](https://help.claris.com/en/data-api-guide/content/enable-access.html){:target=_blank .external-link}.
|
||||
- Ensure the FileMaker Server can use the [FileMaker Data API](https://help.claris.com/en/data-api-guide/content/index.html){:target=_blank .external-link}.
|
||||
- Create a user account on a [FileMaker Server](https://www.claris.com/filemaker/){:target=_blank .external-link} with the `fmrest` extended privilege to [Access the FileMaker Data API](https://help.claris.com/en/data-api-guide/content/enable-access.html){:target=_blank .external-link}.
|
||||
- Ensure the FileMaker Server can use the [FileMaker Data API](https://help.claris.com/en/data-api-guide/content/index.html){:target=_blank .external-link}:
|
||||
1. Prepare your database for FileMaker Data API access using FileMaker Pro. You can create a database or prepare an existing database.
|
||||
- Refer to [Prepare databases for FileMaker Data API access](https://help.claris.com/en/data-api-guide/content/prepare-databases-for-access.html){:target=_blank .external-link} for more information.
|
||||
1. Write code that calls FileMaker Data API methods to find, create, edit, duplicate, and delete records in a hosted database.
|
||||
- Refer to [Write FileMaker Data API calls](https://help.claris.com/en/data-api-guide/content/write-data-api-calls.html){:target=_blank .external-link} for more information.
|
||||
1. Host your solution with FileMaker Data API access enabled.
|
||||
- Refer to [Host a FileMaker Data API solution](https://help.claris.com/en/data-api-guide/content/host-data-api-app.html){:target=_blank .external-link} for more information.
|
||||
1. Test that FileMaker Data API access is working.
|
||||
- Refer to [Test the FileMaker Data API solution](https://help.claris.com/en/data-api-guide/content/test-data-api-app.html){:target=_blank .external-link} for more information.
|
||||
1. Monitor your hosted solution using Admin Console.
|
||||
- Refer to [Monitor FileMaker Data API solutions](https://help.claris.com/en/data-api-guide/content/monitor-data-api-app.html){:target=_blank .external-link} for more information.
|
||||
|
||||
## Supported authentication methods
|
||||
|
||||
@ -23,14 +33,14 @@ You can use these credentials to authenticate the following nodes:
|
||||
|
||||
## Related resources
|
||||
|
||||
Refer to [Filemaker's Data API Guide](https://help.claris.com/en/data-api-guide/content/index.html){:target=_blank .external-link} for more information about the service.
|
||||
Refer to [FileMaker's Data API Guide](https://help.claris.com/en/data-api-guide/content/index.html){:target=_blank .external-link} for more information about the service.
|
||||
|
||||
## Using database connection
|
||||
|
||||
To configure this credential, you'll need:
|
||||
To configure this credential:
|
||||
|
||||
- A **Host**: The IP address or host name of your FileMaker Server.
|
||||
- A **Database**: The database name as it appears in the **Databases** list within Filemaker.
|
||||
- The **Login** for the account with the `fmrest` extended privilege.
|
||||
- The **Password** for the account with the `fmrest` extended privilege.
|
||||
1. Enter the **Host** name or IP address of your FileMaker Server.
|
||||
2. Enter the **Database** name. This should match the database name as it appears in the **Databases** list within FileMaker.
|
||||
3. Enter the user account **Login** for the account with the `fmrest` extended privilege. Refer to the previous [Prerequisites](#prerequisites) section for more information.
|
||||
4. Enter the **Password** for that user account.
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user