Quick Account Creation is a seamless, accelerated sign-up feature allowing first time Zapier users to skip the standard sign-up procedure and onboarding survey. Enabling Quick Account Creation as part of your embed tool code helps provide a more frictionless experience for end users.
Instead of being directed to a sign-up screen, users are presented with a consent page to connect to Zapier, then proceed to the Zap editor if consented. If an existing Zapier account under the email does not exist, users will receive an email prompting them to finish setting up their account. This allows users to dive directly into the Zap editor to accomplish the task at hand efficiently and without context switching.
Signups to use Adalo’s integration jumped 40% after embedding Zapier with Quick Account Creation into their app builder. Read more about Adalo’s user experience and results.
This video demonstrates how to implement Quick Account Creation using the Zap template element within Adalo's platform. This provides users with a faster, seamless sign-up experience.
Visit the generator
Go to the generator tool for the Workflow Element.
Customize
Customize the visual design and features of the embed solution of choice.
Generate your embed code
Generate the embed code in HTML, Vanilla JS, React, Angular, or Vue.js.
Replace placeholder properties
Replace the placeholder values set to sign-up-email
, sign-up-first-name
, and sign-up-last-name
in the code Body. All three values and the client ID are required for Quick Account Creation.
Embed your embed code
Embed both the Head and Body code on your product’s page.
You can still embed the Workflow Element or utilize the Workflow API without support for Quick Account Creation. If the four required fields aren’t provided, the embed will use the default behaviour redirecting users to Zapier’s signup page from your product’s page.
If you have an existing Workflow Element embed, you can add the new required fields for Quick Account Creation to your current code implementation, instead of re-customizing and regenerating the code. Make sure the Body code includes the below four fields with the placeholder values replaced:
After an account is created with this implementation, a user token still needs to be procured to access specific Workflow API endpoints. Generally, since the user will already be signed in to their newly created account in an active session on Zapier, users won’t have to explicitly sign in again when prompted with Zapier’s OAuth flow.
Use the URL below to initiate Quick Account Creation, then redirect users into the Zap editor with the Zap template set in the parameters:
Replace the following query parameter placeholders in the URL:
Parameter | Requirement | Explanation |
---|---|---|
client_id | Required | Your application Client ID. |
template | Required | An ID of a Zap Template. |
sign-up-first-name | Required | First name of the user signing up. |
sign-up-last-name | Required | Last name of the user signing up. |
sign-up-email | Required | Email address of the user signing up. |
refer or referrer | Required | URL of the page where the user clicked the link. |
This implementation allows a new Zapier account to be created, provides an access token to Zapier’s Workflow API, then allows you to redirect users to a custom URL of your choosing.
Use the URL below to initiate Quick Account Creation, then redirect users to a specified URL:
Replace the following query parameter placeholders in the URL:
Parameter | Requirement | Explanation |
---|---|---|
redirect_uri | Required | The page the user will be redirect to after OAuth. |
scope | Required | Space (%20 ) separated values. See the API reference for more information on specific scopes required. |
response_type | Required | Set to token . |
client_id | Required | Your application Client ID. |
sign_up_first_name | Required | First name of the user signing up. |
sign_up_last_name | Required | Last name of the user signing up. |
sign_up_email | Required | Email address of the user signing up. |
Quick Account Creation is a seamless, accelerated sign-up feature allowing first time Zapier users to skip the standard sign-up procedure and onboarding survey. Enabling Quick Account Creation as part of your embed tool code helps provide a more frictionless experience for end users.
Instead of being directed to a sign-up screen, users are presented with a consent page to connect to Zapier, then proceed to the Zap editor if consented. If an existing Zapier account under the email does not exist, users will receive an email prompting them to finish setting up their account. This allows users to dive directly into the Zap editor to accomplish the task at hand efficiently and without context switching.
Signups to use Adalo’s integration jumped 40% after embedding Zapier with Quick Account Creation into their app builder. Read more about Adalo’s user experience and results.
This video demonstrates how to implement Quick Account Creation using the Zap template element within Adalo's platform. This provides users with a faster, seamless sign-up experience.
Visit the generator
Go to the generator tool for the Workflow Element.
Customize
Customize the visual design and features of the embed solution of choice.
Generate your embed code
Generate the embed code in HTML, Vanilla JS, React, Angular, or Vue.js.
Replace placeholder properties
Replace the placeholder values set to sign-up-email
, sign-up-first-name
, and sign-up-last-name
in the code Body. All three values and the client ID are required for Quick Account Creation.
Embed your embed code
Embed both the Head and Body code on your product’s page.
You can still embed the Workflow Element or utilize the Workflow API without support for Quick Account Creation. If the four required fields aren’t provided, the embed will use the default behaviour redirecting users to Zapier’s signup page from your product’s page.
If you have an existing Workflow Element embed, you can add the new required fields for Quick Account Creation to your current code implementation, instead of re-customizing and regenerating the code. Make sure the Body code includes the below four fields with the placeholder values replaced:
After an account is created with this implementation, a user token still needs to be procured to access specific Workflow API endpoints. Generally, since the user will already be signed in to their newly created account in an active session on Zapier, users won’t have to explicitly sign in again when prompted with Zapier’s OAuth flow.
Use the URL below to initiate Quick Account Creation, then redirect users into the Zap editor with the Zap template set in the parameters:
Replace the following query parameter placeholders in the URL:
Parameter | Requirement | Explanation |
---|---|---|
client_id | Required | Your application Client ID. |
template | Required | An ID of a Zap Template. |
sign-up-first-name | Required | First name of the user signing up. |
sign-up-last-name | Required | Last name of the user signing up. |
sign-up-email | Required | Email address of the user signing up. |
refer or referrer | Required | URL of the page where the user clicked the link. |
This implementation allows a new Zapier account to be created, provides an access token to Zapier’s Workflow API, then allows you to redirect users to a custom URL of your choosing.
Use the URL below to initiate Quick Account Creation, then redirect users to a specified URL:
Replace the following query parameter placeholders in the URL:
Parameter | Requirement | Explanation |
---|---|---|
redirect_uri | Required | The page the user will be redirect to after OAuth. |
scope | Required | Space (%20 ) separated values. See the API reference for more information on specific scopes required. |
response_type | Required | Set to token . |
client_id | Required | Your application Client ID. |
sign_up_first_name | Required | First name of the user signing up. |
sign_up_last_name | Required | Last name of the user signing up. |
sign_up_email | Required | Email address of the user signing up. |