Skip to content

sugimomoto/TeslaAPICustomConnector

main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 

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.

image

Enter any name and paste the URL below, Then click "import" button.

https://raw.githubusercontent.com/sugimomoto/TeslaAPICustomConnector/main/TeslaAPICustomConnector.json

image

After that, you can set the icon you like.

image

Security and Definition information are no need change. You can register by clicking "Create Connector".

image

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.

Tesla API Postman Collection

After getting, open "New Connection"

image

Specify the acquired Access Token in the API key item including "Bearer".

If your Access Token is "qts-12345", Enter "Bearer qts-12345".

image

After that, You can execute any actions.

image

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published