Skip to main content

Notifications

Power Automate - Using Connectors
Unanswered

Power Automate Custom Connector - API (post method)

(0) ShareShare
ReportReport
Posted on by 200

Hi,

I am trying to connect to an API with a custom connector.

I have it working in postman but for some reason the Custom connector is complaining about a missing parameter when it is clearly defined in the swagger code.

 

DragonLord_0-1608044808485.png

 

 

swagger:

DragonLord_1-1608044951315.png

 

i have done other post requests before, but this one is causing me a whole lot of problems.

 

What is going on ?

 

Help please?

  • DragonLord Profile Picture
    DragonLord 200 on at
    Re: Power Automate Custom Connector - API (post method)

    passing the parameter as a single body string :

    {

     {"username" : "API_USER"}

    }

  • Re: Power Automate Custom Connector - API (post method)

    Hi @DragonLord ,

    What is expected content type by your API? Power Automate passed this request with 'application/json' content-type and you can see the actual body toggling 'Raw Body' option, the error message was generated by the backend API.

    Please note, if the endpoint requires 'application/x-www-form-urlencoded' content, it is not fully supported. A workaround for this would be to have a single string body parameter and its complete value generated manually.

    Best regards,

    Dmitry

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Microsoft Kickstarter Events…

Register for Microsoft Kickstarter Events…

Announcing Our 2025 Season 1 Super Users!

A new season of Super Users has arrived, and we are so grateful for the daily…

Announcing Forum Attachment Improvements!

We're excited to announce that attachments for replies in forums and improved…

Leaderboard

#1
WarrenBelz Profile Picture

WarrenBelz 145,666

#2
RandyHayes Profile Picture

RandyHayes 76,287

#3
Pstork1 Profile Picture

Pstork1 64,996

Leaderboard

Featured topics