With this integration, you can call the Zapier webhook and from there trigger other applications.
{
"form": [],
"execute": [
{
"url": "{{ZAPIER_CALLBACK_URL}}",
"data": {
"user": {
"name": "{{ first_name }} {{ last_name }}",
"email": "{{email}}"
}
},
"method": "POST"
}
],
"initial_data_form": [
{
"id": "ZAPIER_CALLBACK_URL",
"name": "This is the zapier callback url that you get from Zapier.",
"description": "This will show when you create the integration in Zapier."
}
]
}