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.
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
Customize
Generate your embed code
Replace placeholder properties
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
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. |
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. |