Formstack Trigger#
You can use these credentials to authenticate the following nodes:
Prerequisites#
Create a Formstack account.
Using Access token#
After creating your Formstack account:
- From the user menu select API.
- Select New Application.
- In the Create Application window enter the following:
- Application Name: Provide a descriptive name.
- Redirect URI: Enter the OAuth callback URL for your n8n instance in the format
http://<n8n_url>/rest/oauth2-credential/callback
. For examplehttp://localhost:5678/rest/oauth2-credential/callback
. - Description: Enter a brief description.
- Platform: Select Website.
- Click Create Application.
- Copy the Access Token for your new application.
From n8n:
- Enter a descriptive Credentials Name.
- Enter your Formstack Access Token.
- Click Create to save your new credentials.
Using OAuth2#
After creating your Formstack account:
- From the user menu select API.
- Select New Application.
- In the Create Application window enter the following:
- Application Name: Provide a descriptive name.
- Redirect URI: Enter the OAuth callback URL for your n8n instance in the format
http://<n8n_url>/rest/oauth2-credential/callback
. For examplehttp://localhost:5678/rest/oauth2-credential/callback
. - Description: Enter a brief description.
- Platform: Select Website.
- Click Create Application.
- Select your new application to view the Application Details.
- Copy the Client ID and Client Secret.
From n8n:
- Enter a descriptive Credentials Name.
- Enter your Formstack Client ID.
- Enter your Formstack Client Secret.
- Click the circle button to initiate the OAuth2 flow.
- In the modal window select Authorize.
- Click Create to save your new credentials.