Opportunity parametrs

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • office
    Junior Member
    • Jun 2025
    • 22

    #1

    Opportunity parametrs

    I try to create an opportunity through n8n, i get this error, where i can find the parameters of opportunities module?
    Problem in node ‘Create Opportunity (HTTP v2)‘


    Bad request - please check your parameters
    Last edited by yuri; Yesterday, 05:21 PM. Reason: Made the text not bold
  • office
    Junior Member
    • Jun 2025
    • 22

    #2

    Comment

    • office
      Junior Member
      • Jun 2025
      • 22

      #3
      Is it true? I cant assign through n8n a task to an user because of this?

      Why that 401 keeps showing up



      Your API-type user (n8n) can write to most entities (e.g. Opportunity) but listing User records is blocked for API accounts, even if the role shows “read all”.
      EspoCRM simply answers 401 Unauthorized to any /User GET made with an API user.

      Comment

      • yuri
        Member
        • Mar 2014
        • 9119

        #4
        401 is not related to access to scopes (by Roles), which should have returned 403. 401 is usually a login failure. Could be the app level or the web server level. Check logs. You can also change the log level to "NOTICE" to have more details.
        If you find EspoCRM good, we would greatly appreciate if you could give the project a star on GitHub. We believe our work truly deserves more recognition. Thanks.

        Comment

        • office
          Junior Member
          • Jun 2025
          • 22

          #5
          Tnx I ll. Look into it

          Comment

          Working...