What is this?
This is Tesla API Custom Connector for Microsoft PowerApps/PowerAutomate/LogicApps.
This connector can get a lot of your Tesla data and request each commands.
How to use
Usage is simple. This connector is pulished at Github so you can import at "Import OpenAPI from URL" on the custom connector page.
Enter any name and paste the URL below, Then click "import" button.
https://raw.githubusercontent.com/sugimomoto/TeslaAPICustomConnector/main/TeslaAPICustomConnector.json
After that, you can set the icon you like.
Security and Definition information are no need change. You can register by clicking "Create Connector".
Test method
The authentication method is to specify the Access Token in the Authorization header.
Therefore, You should get Access Token manually by referring to the following articke.
After getting, open "New Connection"
Specify the acquired Access Token in the API key item including "Bearer".
If your Access Token is "qts-12345", Enter "Bearer qts-12345".
After that, You can execute any actions.