Links

Zapier

Interact with Zapier app

Webhook

This webhook feature is Premium in Zapier, but you can still test it :)
Create a new Zap with Webhook as a trigger and choose "Catch Hook". Paste it in url and you are good.
import naas_drivers
url = "https://hooks.zapier.com/hooks/catch/*****/op7a4m1"
data = { "first_name":"Bryan", "last_name":"Helmig", "age": 27 }
result = naas_drivers.zapier.connect(url).send(data)

Official documentation