Create Custom Connector ERPNext in PowerApps

Hi, does anyone know how to create ERPNext custom connector in PowerApps. I tried to create using API KEY. But keep getting 403 error. Also, I tried to use basic authentication, but it keep saying password not found eventhough I entered the correct password. Does anyone have any idea?

Try to follow the Rest API docs in frappe site.

@fifty did you use the normal HTTP request?

https://docs.frappe.io/framework/user/en/guides/integration/how_to_set_up_token_based_auth

No, I used https before. Never tried http. Did you use http?

No - I mean the HTTP request function in LogicApp/PowerAutomate (with https:// link to your ERPNext instance) - we use it with token authentication

I thought you mean custom connector. I’ve tried using HTTP step as your attached picture, and it works. Doesn’t need to use custom connector. But, does using custom connector is easier? Anyway, thank you =)