Skip to main content
Best answer

Is there a Zap that lets me call/execute a PHP program?

  • February 2, 2020
  • 2 replies
  • 1058 views

Forum|alt.badge.img

There are a number of database operations I want to execute (create the database, create a user, set user permissions to the database) in a PHP program.

Is there a way for a Zap to call a program? I need to be able to pass it parameters.


Thanks!


Best answer by AndrewJDavison

@JeffB

Not directly inside a zap - but if you hosted a PHP script somewhere that could be triggered by webhook, that could be an option.


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

AndrewJDavison
Forum|alt.badge.img+11
  • Zapier Solution Partner
  • Answer
  • February 2, 2020

@JeffB

Not directly inside a zap - but if you hosted a PHP script somewhere that could be triggered by webhook, that could be an option.



DataHelp
  • Zapier Solution Partner
  • February 5, 2020

You can invoke AWS Lambda Functions with a Zap. I've invoked Python Lambda Functions with Zaps before but not PHP. I believe it will work with PHP also.