All Collections
Troubleshooting guides
How to invite users to Appointedd when the email is not being received
How to invite users to Appointedd when the email is not being received

Users are invited to create their password and log in to Appointedd via email. If these emails are not coming through, follow this guide.

Jubrine Fortuno avatar
Written by Jubrine Fortuno
Updated over a week ago

Why do I need to do this?

Firstly check your spam folder. Your email inbox might think the invitation is spam, and therefore push the email into your spam/junk folder. Otherwise, they may be blocking altogether!

In which case, you can push an invite through by creating a URL invite from inside Appointedd, and send this to the user to click onto and accept.

How to get the URL invite from the web app

  1. Login to Appointedd.

  2. Go to the Setup tab at the top.

  3. Select Manage users and permissions.

If the user hasn't been invited yet, send the invite using the "+Add user" button. If they don't get the invite to accept, you can follow the next steps...

4. Right-click anywhere on the page and select Inspect.

5. Click Console at the top and paste this code into the console in the bottom section:

invites.map(v => console.log(`${v.email} : https://setup.appointedd.com/invitation/${v.id}`))

6. Hit Enter on your keyboard and the invite URL should appear

Simply copy the invite URL and send it to the appropriate user.

Note: If the invite link does not appear, log out or refresh the page in a few minutes and try again.


If you have any feedback we would love to hear it πŸ‘‚

Did this answer your question?