Hi team I have a form based pickaxe which asks for a
name, address, file upload, notes, and a service fiedl
I collect that info to send to zapier which triggers a
workflow
I can’t seem to get the webhook to fire over to zapier, do you have resources on how to get this going>?
ab2308
September 5, 2025, 11:28pm
2
@gartulan I’m assuming you are having some problems with the action? You might want to check this post. It is for Make but the same prinicples apply to Zapier:
Hi guys,
In this video, I’ll show how to create a Pickaxe action that connects to Make and waits for the response.
https://veed.io/view/9e42810c-f873-40d2-97f3-16de64e2caa9
This is the action code I’ve used:
import os
import requests
def p_make_webhook_response(name: str, email: str, country: str):
"""
Gather details about the user to register him/her to the online webinar
import os
Args:
name (string): This is the user name
email (string): user email
country (string): country …
Let us know if the problem is the action not triggering or Zapier not receiving the request.
1 Like