Incoming webhooks: Difference between revisions

From Planfix
Jump to: navigation, search
No edit summary
No edit summary
Line 8: Line 8:




Sample webhook:
== Sample webhook: ==
https://your_account.planfix.ru/webhook/get/create_task?project=project&name=taskname
<nowiki>https://your_account.planfix.ru/webhook/get/create_task?project=project&name=taskname


   
   
Line 16: Line 16:
   
   
Webhooks can be added to Planfix in the '''Account management — Incoming webhooks section:'''
Webhooks can be added to Planfix in the '''Account management — Incoming webhooks section:'''
<screenshot>
<screenshot>


   
   
When you click the '''New Webhook''' button, you can select one of the preset configuration options or configure your own webhook:
When you click the '''New Webhook''' button, you can select one of the preset configuration options or configure your own webhook:
<screenshot>
<screenshot>



Revision as of 11:46, 13 September 2022

Incoming webhooks are special links that let you create or modify tasks or add contacts to Planfix. They are created using a specific type and parameters.


Sample webhook:

<nowiki>https://your_account.planfix.ru/webhook/get/create_task?project=project&name=taskname


When a client or other external user clicks this link, predefined operations launch in Planfix. This is a simple way to link Planfix with another web service or program.


Webhooks can be added to Planfix in the Account management — Incoming webhooks section: <screenshot>


When you click the New Webhook button, you can select one of the preset configuration options or configure your own webhook: <screenshot>


Examples


Go To