How to Configure the Mailservice
Adding a mail service to Directus is very important, without this configured, user's will not receive any emails from Directus including password reset tokens.
How to create an API Key
You can create a new API key in the User Directory. Here you can generate a token and assign a role for the permissions.
How to perform an API POST Query
Create and update items in your collection using the API.
How to use API Authentication
Every API is different when it comes to Authentication but in Directus, all you need is a Bearer token.
How to create an API Authentication Token
Create a new access token in the User Directory. Here you can generate a token and assign a role.
Show Images on a Website
Adjust file permissions to allow images from the Media Library to be used on a website without authentication.
How to send an Email
Use workflows to send emails to any recipient(s). Simply choose your trigger, set any required conditions then use the "send an email" action.
How to tell if my workflow has run
Sometimes it's not obvious when a workflow has run. Fortunately, it keeps a log.
How to Restrict Access to Public Assets
Using the Cross-Origin Resource Sharing policy, we can restrict which domains are allowed to access our public assets.
How to send a Notification
To send a notification, you will need to create a workflow with the desired trigger, then fetch or specify the recipient(s) and compose the notification.