Webhooks? #1081
Answered
by
DanRibbens
corysimmons
asked this question in
Q&A
Webhooks?
#1081
-
Does Payload have any concept of webhooks on certain events? |
Beta Was this translation helpful? Give feedback.
Answered by
DanRibbens
Sep 7, 2022
Replies: 1 comment 3 replies
-
Payload doesn't have webhooks, it gives you a complete API that other apps can call. You can extend your Payload app to call any code by adding your own hooks https://payloadcms.com/docs/hooks/overview. You can also add custom endpoints through payload or on your express app that can listen for calls. What are you trying to do? |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
corysimmons
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Payload doesn't have webhooks, it gives you a complete API that other apps can call. You can extend your Payload app to call any code by adding your own hooks https://payloadcms.com/docs/hooks/overview.
You can also add custom endpoints through payload or on your express app that can listen for calls.
What are you trying to do?