description |
---|
Interact with Integromat.com |
{% embed url="https://integromat.com" %}
import naas_drivers
url = "https://hook.integromat.com/7edtlwmn8foer0r9i9ainjvsz3vxmwos"
data = { "first_name":"Bryan", "last_name":"Helmig", "age": 27 }
result = naas_drivers.integromat.connect(url).send(data)
{% embed url="https://support.integromat.com/hc/en-us/articles/360006249313-Webhooks" %} Documentation {% endembed %}