Question

The app returned "None".

  • 22 July 2021
  • 2 replies
  • 413 views

Hey guys,

 

I’m trying to set up a Zap to send lead info from my form (build in Elementor) to a partner via API. The lead should be send via POST request.

 

I have no trouble getting the lead info into Zapier, and I’ve filled in all the required fields in Zapier to send the lead info to the partner. However, when I test the Zap, I get the response: 

“The app returned "None".”

With the following explanation:

“Problem

A field value used in this step is missing, or Zapier is unable to find the information in the app it's trying to connect with. For example, an action step set up to send an email to a contact who submits a form might encounter a 404 error if a contact doesn't include their email address in the form submission.

Solution

Check that the information exists in your connected app and that the field values used in this step were mapped correctly.”

 

However, all required fields are filled in, so I’m not sure what I’m doing wrong here. Anyone who had this before?

 

 


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

2 replies

To give some more info, I need to post the following:

 

{

  "cp_ids": [

    1234

  ],

  "title": "mr",

  "first_name": "John",

  "last_name": "Doe",

  "street": "Highstreet",

  "city": "New York",

  "house_nr": "1",

  "zip_code": "1234AA",

  "email": "johndoe@gmail.com",

  "phone": "0101122334",

  "description": "Description here.",

  "data_mining": [

    {

      "question": "Question one",

      "answer": "Answer one"

    }

  ],

  "custom_lead_id": "12345678"

}

 

The token for the API needs to be placed in the header.

Userlevel 7
Badge +11

Hi @dennisve!

Looks like you’ve got a great conversation going with our Support team and they’re helping you out with this! If you have any further questions you can reply to that thread :)