Webhooks with GET requests: Difference between revisions

From Planfix
Jump to: navigation, search
(Created page with "{{#seo: |title=Webhooks with GET requests |titlemode=append |keywords=webhook, Webhooks Planfix, automation, integration |description=Webhooks with GET requests }} In order to...")
 
No edit summary
Line 11: Line 11:
  <nowiki>https://</nowiki>/your_account.planfix.ru/<span style="color:red;">webhook/get/create_task</span>?<span style="color:green;">project</span>=project&<span style="color:green;">name</span>=taskname
  <nowiki>https://</nowiki>/your_account.planfix.ru/<span style="color:red;">webhook/get/create_task</span>?<span style="color:green;">project</span>=project&<span style="color:green;">name</span>=taskname


https://your_account.planfix.ru/webhook/get/create_task?project=project&name=taskname
*The first step is to select the type of request that will be used in the link. Let's specify a GET request:

Revision as of 13:36, 13 September 2022

In order to understand how webhooks with GET requests work, let's put together a link that will create new tasks in Planfix.


Sample webhook:

https:///your_account.planfix.ru/webhook/get/create_task?project=project&name=taskname
  • The first step is to select the type of request that will be used in the link. Let's specify a GET request: