Skip to main content

Hello. I’m setting up a GET webhook to a hibob aplication. If I set “send as json” to no, it goes well and I get a simulated form. But if I try to receive json file, I get this text instead

<!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <title>Customer login</title> <base href="/"> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="description" content="Login to your Bob account"> <link rel="icon" type="image/x-icon" href="https://images.hibob.com/favicon/bob.svg" id="fav"> <link rel="stylesheet" href="https://front.hibob.com/master-c3630e5e7b3e90fcec4feb4b62ce91726eef1bc8/bob/styles.4544c069ca60cd45.css"></head> <body> <app-root></app-root> <noscript>Please enable JavaScript to continue using this application.</noscript> <link rel="stylesheet" type="text/css" href="https://cloud.typography.com/7991694/6984012/css/fonts.css"> <link rel="stylesheet" type="text/css" href="https://cdn.icomoon.io/168317/HibobFont/style.css?x9ktvl"> <script src="https://front.hibob.com/master-c3630e5e7b3e90fcec4feb4b62ce91726eef1bc8/bob/runtime.b49dd9ecdb44687f.js" type="module"></script><script src="https://front.hibob.com/master-c3630e5e7b3e90fcec4feb4b62ce91726eef1bc8/bob/polyfills.fdaac1132bdf088b.js" type="module"></script><script src="https://front.hibob.com/master-c3630e5e7b3e90fcec4feb4b62ce91726eef1bc8/bob/main.9d43cd2576bdb04e.js" type="module"></script></body> </html>

What can I be doing wrong?

Hi ​@Appmaking 

For us to have context, post these:

  • screenshots showing how your Zap step API request is configured in EDIT mode with all the field mappings
  • link to the API endpoint documentation you used to configure the API request in the Zap step

Hello. Here is the link and the screenshots are attached below 
https://apidocs.hibob.com/reference/get_timeoff-whosout
 

p.s
also the screenshot of the test
 

 


@Appmaking 

Try setting “Send as JSON” = “No”, which is the default setting.

 


Reply