The [extra components](https://staticbackend.com/components/helper-functions/) could be regroup under one name if that make more sense with Python style, for instance: `backend.extra.send_email` or `backend.extra.resize_image` Some will requires the ROOT_TOKEN instead of the user's session token, while other requires the normal session token. Here are the documentation: * [Sending emails](https://staticbackend.com/docs/sendmail/) * [Extra functions, like resize image, sending sms text msg, html to pdf](https://staticbackend.com/docs/extras/)
The extra components could be regroup under one name if that make more sense with Python style, for instance:
backend.extra.send_emailorbackend.extra.resize_imageSome will requires the ROOT_TOKEN instead of the user's session token, while other requires the normal session token.
Here are the documentation: