Prefill User Creation

Use the user parameter to dynamically preset user values by making a request with data such as email, phone, first_name, last_name, email_notify, sms_notify, template_id.

/user/quick_create

All attributes are optional. You only need to include keys for form fields you want prefilled. Admins can still edit attributes after they're prefilled.

For example a request to autofill is sent here:

https://demo1.trustswiftly.com/user/quick_create?first_name=John&last_name=Smith&phone=+131212345678&email=test@example.com&sms_notify=1&email_notify=1&template_id=tmpl_MQ

The user create page would have the information filled out and the admin would only need to click Create after reviewing the prefilled information.

Last updated