Formstack Trigger credentials
You can use these credentials to authenticate the following nodes:
Prerequisites
Create a Formstack account.
Supported authentication methods
- API access token
- OAuth2
Using API access token
To configure this credential, you'll need:
-
An API
Access Token
: To generate an Access Token,
create a new application
in Formstack using the following details:
-
Redirect URI
: For cloud Mosaic Workflows instances, enter
https://oauth.transmit.cloud/oauth2/callback
.-
For self-hosted Mosaic Workflows instances, enter the OAuth callback URL for your Mosaic Workflows instance in the format
https://<n8n_url>/rest/oauth2-credential/callback
. For examplehttps://localhost:5678/rest/oauth2-credential/callback
.
-
For self-hosted Mosaic Workflows instances, enter the OAuth callback URL for your Mosaic Workflows instance in the format
- Platform : Select Website .
-
Redirect URI
: For cloud Mosaic Workflows instances, enter
Once you've created the application, copy the access token either from the applications list or by selecting the application to view its details.
Refer to Formstack's API Authorization documentation for more detailed instructions.
Using OAuth2
To configure this credential, you'll need:
- A Client ID
- A Client Secret
To generate both of these, create a new application in Formstack using the following details:
-
Redirect URI
: Copy the
OAuth Redirect URL
from the Mosaic Workflows credential to enter here.
-
For self-hosted Mosaic Workflows instances, enter the OAuth callback URL for your Mosaic Workflows instance in the format
https://<n8n_url>/rest/oauth2-credential/callback
. For examplehttps://localhost:5678/rest/oauth2-credential/callback
.
-
For self-hosted Mosaic Workflows instances, enter the OAuth callback URL for your Mosaic Workflows instance in the format
- Platform : Select Website .
Once you've created the application, select it from the applications list to view the Application Details. Copy the Client ID and Client Secret and add them to Mosaic Workflows. Once you've added both, select the Connect my account button to initiate the OAuth2 flow and authorization process.
Refer to Formstack's API Authorization documentation for more detailed instructions.