-
Notifications
You must be signed in to change notification settings - Fork 150
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add custom response to source #1605
Conversation
* update: add convertstringtojson function to general service * update: update monaco to accept custom class * feat: allow custom response setup for incoming sources * chore: remove console.log * update: ui fixes
@Oluwadaminiola You can remove the supposed link to the custom response documentation here, we don't have any documentation for it. cc @subomi |
# Conflicts: # docs/docs.go # docs/swagger.json # docs/swagger.yaml # docs/v3/openapi3.json # docs/v3/openapi3.yaml
d480d99
to
cfb2cf7
Compare
…thub.com/frain-dev/convoy into daniel/fix/add_custom_response_to_source
…thub.com/frain-dev/convoy into daniel/fix/add_custom_response_to_source
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@danvixent, @horlah FYI
- Updating a source does not update the custom response body.
- The update source form does not show the previously added response body but the previously added response content type.
…thub.com/frain-dev/convoy into daniel/fix/add_custom_response_to_source
EDIT: I opened an issue: #1947 Hello. Is it possible to template response using request header values? I want to solve okta's one-time verification request (https://developer.okta.com/docs/concepts/event-hooks/#one-time-verification-request) using convoy, but the challenge requires to respond with header value (x-okta-verification-challenge) . FYI, Okta requests with GET method for that challenge. |
No description provided.