Question

Send Facebook Lead to Leap JobProgress API via Webhook Post

  • 15 September 2023
  • 3 replies
  • 29 views

Userlevel 1

After reading this community question, may you help me with this API post?

Step TWO of my Zap: ProTech FB > Em > WhatConverts > BQ5

Contains a Webhook with the token, headers and a couple sample data fields for testing.

Getting a 412 error when I test the step, which may be related to the headers or authorization.

Public API documentation is located here:

https://docs.api.jobprogress.com/

I’m using the POST - Create Prospect example.

 

Here is how my webhook is created so far:

URL: https://api.jobprogress.com/api/v3/prospects

Payload Type: json

Data:

  first_name = Donald

  last_name = Duck

  email = dduck1925@toon.in

Wrap request in Array: No

File (none)

Unflatten (default yes)

Basic Auth = (actual username)|(actual password)  <<=== with user/pass get 401 error; without get 412 error

Headers:

  Content Type = aapplication/x-www-form-urlencoded

  Authorization = Bearer (copy/paste token)

 

~~ Looking forward to your feedback!

 


This post has been closed for comments. Please create a new post if you need help or have a question about this topic.

3 replies

Userlevel 7
Badge +14

Hi @lcallander 

Good question.

To help us have proper context, please post detailed screenshots with how your Zap steps are configured.

Userlevel 1

Thanks @Troy Tessalone for the quick response!

I’m only concerned with this specific step.  Here are the screenshots.

 

Userlevel 7
Badge +14

@lcallander 

Try removing the Basic Auth data since you have an Authorization Header