How to use the Webhook Reciever #9281
Unanswered
JanEberlein
asked this question in
Q&A
Replies: 2 comments 1 reply
-
The way webhooks are used in the Shopify plugin works, I suggest following that. |
Beta Was this translation helpful? Give feedback.
0 replies
-
As I already stated above that didn't work for me. Are there some setup steps that aren't documented anywhere that I would need to know about? Edit: I an currently just looking to get this to run locally for development |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am currently working on a plugin that is supposed to connect to Lexoffice. For now it should create a sale order when certain events in Lexoffice occur. For that I obviously want to use webhooks.
I have tried quiet a few things with the
WebhookEndpoint
and have encountered a few roadblocks so far:EventsMixin
for incoming calls to webhook endpointsWebhookEndpoint
is somewhat lacking.I also tried using the AppMixin since the shopify plugin uses it to be able inherit the
WebhookEndpoint
class. That didn't work and to be honest that is too much overhead for the scope of this project.So my question is:
Am I missing something?
And if not, what else can I do/try?
Beta Was this translation helpful? Give feedback.
All reactions