Skip to main content
Question

Where to look for examples of api auth with php?

  • April 30, 2021
  • 4 replies
  • 300 views

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.
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 Solution Partner
  • 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.

 


  • Author
  • New
  • 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.

 

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 Solution Partner
  • 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
Forum|alt.badge.img+11
  • Zapier Solution Partner
  • June 24, 2021

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