Skip to main content
Question

Where to look for examples of api auth with php?


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.
Did this topic help you find an answer to your question?
This post has been closed for comments. Please create a new post if you need help or have a question about this topic.

4 replies

robschmidt
Forum|alt.badge.img+9
  • Zapier Expert
  • 617 replies
  • April 30, 2021

@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.

 


robschmidt wrote:

@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.

robschmidt
Forum|alt.badge.img+9
  • Zapier Expert
  • 617 replies
  • May 1, 2021

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.

AndrewJDavison_Luhhu
Forum|alt.badge.img+10

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