Skip to main content
I have an authentication api, but for some reason I am not receiving any data by post. I am new to integrations and need a little help.

@chrisSibaja 

Have you had success using Postman? So that you know your API calls are made right.

Also, send a screenshot of your Webhook configuration page from Zapier.

 


@chrisSibaja

Have you had success using Postman? So that you know your API calls are made right.

Also, send a screenshot of your Webhook configuration page from Zapier.

 

Yes, of course, I did tests in postman and it works well, I still do not know with certainty about the standard with which I have to respond.

 

my configuration in zapier is:
thanks for your reply, I appreciate it.

Hi @chrisSibaja,

The settings should the same as Postman, here are more ways you can get this done.

  • Webhook by Zapier: Instead of Zapier CLI/Dev mode, try using Webhook by Zapier as for trigger or action and set up the Zap there
  • Python: You can use Python (probably JS as well) to make API call. Your platform should just give you a sample python snippet for the call you want to make. You can use that as a trigger or action.

@chrisSibaja 
Just checking in to see if you still need help with this?