web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Automate / Custom Connector Post ...
Power Automate
Answered

Custom Connector Post Action always endsup with Resource Not Found (404)

(0) ShareShare
ReportReport
Posted on by 17

Hi 

 

I want to create a custom connector which is working perfectly fine with a GET action.

But as soon as i use PUT the test fails with the message: 

{
  "statusCode": 404,
  "message": "Resource not found"
}

 

for testing purpos i tried ii with request.bin, but still same behavior. I can post to that ressource with postman.

 

is there something i'm missing?

Categories:
I have the same question (0)
  • v-micsh-msft Profile Picture
    Microsoft Employee on at

    Hi @Stef,

     

    How you define the PUT (I think you mean POST here? ) action in the OpenAPI file?

    Take a try to perform the corresponding actions in PostMan, then export the collection and import it into Custom connector builder.

    Follow the article below:

    Describe a custom connector with PostMan

     

    Regards,

    Michael

  • Verified answer
    Stef Profile Picture
    17 on at

    Hi @v-micsh-msft

     

    I found the solution. I have to add a body, nevertheless the API doesnt need one. And then its working.

     

    Best Regards

     

    Stefan

  • Community Power Platform Member Profile Picture
    Microsoft Employee on at

    What do you mean when you said I have to add a body? I'm facing the same issue.


    @Stef wrote:

    Hi @v-micsh-msft

     

    I found the solution. I have to add a body, nevertheless the API doesnt need one. And then its working.

     

    Best Regards

     

    Stefan


     

  • jiwanovski Profile Picture
    76 on at

    @Stef

    Can you explain how you added the body?

    I do have the same issue...

  • Stef Profile Picture
    17 on at

    Hi Jiwanovski,

    its quite a long time ago, since i had this isse. i dont really remember anymore. have you tried to just put {} in the body?

     

  • jiwanovski Profile Picture
    76 on at

    @Stef I haven't tried this yet... 

    I am new to this. Where can I put this empty body to?

    Here is my Get Action of the swagger file..

     

     "get": {
     "summary": "GetContacts",
     "description": "GetContacts",
     "operationId": "GetContacts",
     "parameters": [
     {
     "name": "Content-Type",
     "in": "header",
     "required": true,
     "type": "string",
     "default": " application/json",
     "description": "Content-Type"
     }
     ],
     "responses": {
     "200": {
     "description": "200",
     "schema": {
     "type": "object",
     "properties": {
     "@odata.context": {
     "type": "string",
     "description": "@odata.context"
     },
     "value": {
     "type": "array",
     "items": {
     "type": "object",
     "properties": {
     "@odata.etag": {
     "type": "string",
     "description": "@odata.etag"
     },
     "knk_ID": {
     "type": "string",
     "description": "ID"
     },
     "No": {
     "type": "string",
     "description": "No"
     },
     "Name": {
     "type": "string",
     "description": "Name"
     }
     }
     },
     "description": "value"
     }
     }
     }
     }
     }
     }
  • Stef Profile Picture
    17 on at

    Hi 

     

    I really dont have a clue what you are trying to accomplish...

     

     

  • jiwanovski Profile Picture
    76 on at

    I just wonder where I have to add this body.

    I don't know where to put this information to custom connector.

  • Stef Profile Picture
    17 on at

    https://flow.microsoft.com/en-us/blog/http-card-tutorial/

     

    in the field "BODY"

  • Community Power Platform Member Profile Picture
    Microsoft Employee on at

    I was getting this error too but my API was working fine on browser and postman. What worked for me was I just waited for 15 minutes and the error was gone. PowerApps takes some time to update the connector so if your API works on browser and still you're getting 404 then don't make any changes to your connector, don't delete and re create the connector, just wait for 15 minutes and it will work.

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

Season of Sharing Community Challenge Winners!

Congratulations to our community stars!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Congratulations to the June Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Automate

#1
11manish Profile Picture

11manish 233

#2
David_MA Profile Picture

David_MA 217 Super User 2026 Season 1

#3
Valantis Profile Picture

Valantis 190

Last 30 days Overall leaderboard