Return workflow ID from webhook #253
andrewbroberg
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
|
@andrewbroberg That could be useful! How do you imagine this working? The current https://github.com/laravel-workflow/laravel-workflow/blob/master/src/Auth/WebhookAuthenticator.php returns the Request object or throws an Exception. Maybe adding some custom headers? |
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
Uh oh!
There was an error while loading. Please reload this page.
-
Just wondering if it'd be a nice feature to have the webhooks return the id of the created workflow. I'd find this useful so that another system could record the workflow id, and be able to send it a signal via a webhook later if needed.
I am happy to raise a PR for this, just wanted to see if it is something you wish to maintain first.
Beta Was this translation helpful? Give feedback.
All reactions