# Is it possible to add extra API call on registration?

**URL:** https://meta.discourse.org/t/is-it-possible-to-add-extra-api-call-on-registration/182183
**Category:** Development
**Tags:** rest-api
**Created:** [March 5, 2021, 1:16pm UTC](https://meta.discourse.org/t/is-it-possible-to-add-extra-api-call-on-registration/182183 "2021-03-05T13:16:00Z")
**Posts on this page:** 1
**Showing post:** 2

<div class="post-metadata">

### Author: ![david](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/david/32/157490_2.png) [@david](https://meta.discourse.org/u/david)
#### Post date: [March 5, 2021, 1:57pm UTC](https://meta.discourse.org/t/is-it-possible-to-add-extra-api-call-on-registration/182183/2 "2021-03-05T13:57:34Z")

</div>

Sounds like you might be interested in our “Webhooks” system:

> [@Configure webhooks that trigger on Discourse events to integrate with external services](https://meta.discourse.org/t/setting-up-webhooks/49045):
>
> A webhook is a way to notify external services about changes on the internet. It’s easier to setup, manage and develop than a Discourse plugin. Though, it does require you to program a little bit or understand its technical details. In this #howto, I’ll set up webhook to power a Github bot for referencing pull request brought in a forum. We’ll want to see a new comment on Github pull request when a new post has a link to it. It’s a very simple process: Publish a new post. A webhook event happ…

---

_[View the full topic](https://meta.discourse.org/t/is-it-possible-to-add-extra-api-call-on-registration/182183)._
