Skip to main content
Question

I need help setting up the Webhook Post API function for a website called Jboard


Here is their documentation: https://app.jboard.io/api/documentation

 

I think I’m having an issue with the Header Authentication because all it does is return HTML from the log in page.

 

 

Any ideas?

 

Ben

Did this topic help you find an answer to your question?

12 replies

Troy Tessalone
Forum|alt.badge.img+14

Hi @TSJBen 

Each Header involves 2 fields: key/value

Top/left field should have the Header key. (Authorization)

Bottom/right field should have the Header value. (Bearer XXX)

 

 


  • Author
  • New
  • 6 replies
  • May 7, 2024

Thanks Troy! Unfortunately I still get the same error - it just gives me the HTML of login page but doesn’t actually return anything. Indicates that for some reason I’m not making it through..

 

Any ideas?

 

Thanks!
Ben


Troy Tessalone
Forum|alt.badge.img+14

@TSJBen 

For us to have full context, post screenshots with how your entire Zap step is configured in EDIT mode.


  • Author
  • New
  • 6 replies
  • May 7, 2024

Here you go!

 

 


Troy Tessalone
Forum|alt.badge.img+14

@TSJBen 

Which Method are you using? [GET, POST, etc.] (full screenshots help provide context)


  • Author
  • New
  • 6 replies
  • May 7, 2024

POST

 


Troy Tessalone
Forum|alt.badge.img+14

@TSJBen 

You may need to add Headers

Accept: application/json

Content-Type: application/json


  • Author
  • New
  • 6 replies
  • May 7, 2024

Getting Error now:

 


Troy Tessalone
Forum|alt.badge.img+14

@TSJBen 

Are you testing with your API key?

 


Troy Tessalone
Forum|alt.badge.img+14

@TSJBen 

Per the API docs, make sure the fields are capitalized correctly. (use lowercase)

  • title
  • content

 


  • Author
  • New
  • 6 replies
  • May 8, 2024

Yes, adding the correct API key (didn’t know if I should show it or not)

 

Just tried lowercase to see if that did anything… nothing 😑


  • Author
  • New
  • 6 replies
  • May 8, 2024

Oh - I realized the errors are changing….. I might have not put all the right data in! Will report back soon.