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


12 replies

Userlevel 7
Badge +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)

 

 

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

Userlevel 7
Badge +14

@TSJBen 

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

Here you go!

 

 

Userlevel 7
Badge +14

@TSJBen 

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

POST

 

Userlevel 7
Badge +14

@TSJBen 

You may need to add Headers

Accept: application/json

Content-Type: application/json

Getting Error now:

 

Userlevel 7
Badge +14

@TSJBen 

Are you testing with your API key?

 

Userlevel 7
Badge +14

@TSJBen 

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

  • title
  • content

 

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 😑

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

Reply