# How to create webhooks and do actions?

**URL:** https://community.taiga.io/t/how-to-create-webhooks-and-do-actions/3348
**Category:** Taiga basics
**Tags:** agile, project-management
**Created:** [May 21, 2024, 5:58am UTC](https://community.taiga.io/t/how-to-create-webhooks-and-do-actions/3348 "2024-05-21T05:58:49Z")
**Posts on this page:** 6
**Page:** 1

<div class="post-metadata">

### Author: ![PMDev](https://avatars.discourse-cdn.com/v4/letter/p/858c86/32.png) [@PMDev](https://community.taiga.io/u/PMDev)
#### Post date: [May 21, 2024, 5:58am UTC](https://community.taiga.io/t/how-to-create-webhooks-and-do-actions/3348/1 "2024-05-21T05:58:49Z")

</div>

Hello,

I am beginner to taiga. I want to integrate taiga with frappe erpnext so for that i want to learn basics of taiga webhook how to work with it. I have created free account on cloud i have created project user story and sprints. I want to learn with webhook of taiga from basic configuring it and using it. I saw the documentation i understand the process but i didnt understand how to configure it with key and payload url.

Reference : [Webhooks](https://docs.taiga.io/webhooks-configuration.html#_configure_webhooks_in_taiga)

---

<div class="post-metadata">

### Author: ![Charlie](https://avatars.discourse-cdn.com/v4/letter/c/d6d6ee/32.png) [@Charlie](https://community.taiga.io/u/Charlie)
#### Post date: [May 21, 2024, 7:19am UTC](https://community.taiga.io/t/how-to-create-webhooks-and-do-actions/3348/2 "2024-05-21T07:19:18Z")

</div>

Hi there,

I took a quick look at ERPNext documentation, and I cannot find any section for incoming webhooks.

Taiga sends a webhook, so your application must have some configuration to receive them. Once you configure them, your application should give you a payload URL (where it expects to receive the webhook payload) and a key.

Unfortunately, it does not seem that ERPNext can do that. I may be wrong, just had a quick look, but it certainly does seem that way.

Best regards!

---

<div class="post-metadata">

### Author: ![PMDev](https://avatars.discourse-cdn.com/v4/letter/p/858c86/32.png) [@PMDev](https://community.taiga.io/u/PMDev)
#### Post date: [May 21, 2024, 7:42am UTC](https://community.taiga.io/t/how-to-create-webhooks-and-do-actions/3348/3 "2024-05-21T07:42:50Z")

</div>

Hello @Charlie ,

Can we create tasks and stories from ERPnext using webhook? is it possible ?

---

<div class="post-metadata">

### Author: ![Charlie](https://avatars.discourse-cdn.com/v4/letter/c/d6d6ee/32.png) [@Charlie](https://community.taiga.io/u/Charlie)
#### Post date: [May 21, 2024, 12:42pm UTC](https://community.taiga.io/t/how-to-create-webhooks-and-do-actions/3348/4 "2024-05-21T12:42:23Z")

</div>

Taiga does not have incoming webhook support. You could build something with the [API](https://docs.taiga.io/api.html) or Zapier (there is a Taiga integration for Zapier, and it seems there is none for ERPNext, so you would have to connect Zapier to ERPNext webhook, and then to Taiga)

---

<div class="post-metadata">

### Author: ![PMDev](https://avatars.discourse-cdn.com/v4/letter/p/858c86/32.png) [@PMDev](https://community.taiga.io/u/PMDev)
#### Post date: [May 22, 2024, 6:43am UTC](https://community.taiga.io/t/how-to-create-webhooks-and-do-actions/3348/5 "2024-05-22T06:43:07Z")

</div>

@Charlie …does taiga provides payload url and secrete key which i can use for other application ???.

---

<div class="post-metadata">

### Author: ![Charlie](https://avatars.discourse-cdn.com/v4/letter/c/d6d6ee/32.png) [@Charlie](https://community.taiga.io/u/Charlie)
#### Post date: [May 22, 2024, 7:56am UTC](https://community.taiga.io/t/how-to-create-webhooks-and-do-actions/3348/6 "2024-05-22T07:56:04Z")

</div>

Hi again!

No, it does not. As mentioned before, Taiga does not accept incoming webhooks, only sends them. The payload URL and the secret key are given by the application supporting incoming webhooks.

Best regards!
