Webhooks with POST requests: Difference between revisions
From Planfix
(Created page with "{{#seo: |title=Webhooks with POST requests |titlemode=append |keywords=Planfix, webhook, POST-запросом,POST, post, Incoming, automation, integration |description=Webh...") |
No edit summary |
||
Line 2: | Line 2: | ||
|title=Webhooks with POST requests | |title=Webhooks with POST requests | ||
|titlemode=append | |titlemode=append | ||
|keywords=Planfix, webhook, POST-запросом,POST, post, Incoming, automation, integration | |keywords=Planfix, webhook, POST-запросом, POST, post, Incoming, automation, integration | ||
|description=Webhooks with POST requests | |description=Webhooks with POST-requests | ||
}} | }} | ||
In order to understand how [[Incoming webhooks|webhooks]] work with POST requests, let's look at a simple example of creating a contact in Planfix for a person who has filled out a feedback form on your site. | In order to understand how [[Incoming webhooks|webhooks]] work with POST requests, let's look at a simple example of creating a contact in Planfix for a person who has filled out a feedback form on your site. | ||
Sample webhook with a POST request: | Sample webhook with a POST request: | ||
<nowiki>https://</nowiki>ваш_аккаунт.planfix.ru/<span style="color:green;">webhook/POST/create_contact</span> | |||
Let's set up the webhook that will create contacts: | |||
*Specify POST request as the type: |
Revision as of 13:42, 15 September 2022
In order to understand how webhooks work with POST requests, let's look at a simple example of creating a contact in Planfix for a person who has filled out a feedback form on your site.
Sample webhook with a POST request:
https://ваш_аккаунт.planfix.ru/webhook/POST/create_contact
Let's set up the webhook that will create contacts:
- Specify POST request as the type: