Restya Core Integrations with Webhooks by Zapier through Zapier
Restya Core Integrations with Webhooks by Zapier through Zapier
Webhooks by Zapier
Webhooks simply POST data (or JSON) to a specific URL every time we see something new. Webhooks can also accept data (or JSON) to kick off a workflow in Zapier.
Triggers
Add Members to Project
Data sent to Webhooks by Zapier, when the user adds one or more members to a specific project.
New Task
Data sent to Webhooks by Zapier, when the user creates a new task in the project.
Create Task Comment
Data sent to Webhooks by Zapier, when the user added a new comment in the task of the project.
Create Global Comment
Data sent to Webhooks by Zapier, when the user added a new comment.
New Activity
Data sent to Webhooks by Zapier, when the user performs any activity.
New Task Activity
Data sent to Webhooks by Zapier, when the user performs any activity on the particular task of the project.
Actions
PUT
Fire off a single PUT request as a form or JSON.
POST
Fire off a single POST request as a form or JSON.
Custom Request
Fire off a custom request by providing raw details. Very flexible but unforgiving.
GET
Fire off a single GET request with optional querystrings.