Hello everyone, is it possible for me to modify th...
# ask-community-for-troubleshooting
m
Hello everyone, is it possible for me to modify the webhook function to send or do other things? If yes, where and how? Thank you.
a
Hey Michael, no this is not possible but feel free to subscribe to this issue, it's a planned improvement. As a workaround I'd suggest using an orchestrator to trigger Airbyte sync and then your webhook.
If you need further assistance feel free to post on our forum
m
Got it @Augustin Lafanechere (Airbyte) . Thank you! I'll subscribe to that issue 🙂
Hi @Augustin Lafanechere (Airbyte), sorry for asking. Would you be able to confirm if I could modify this function locally and try to implement it on my own as a test? What I did was I updated "...\airbyte\airbyte-server\src\main\java\io\airbyte\server\handlers\WorkspacesHandler.java" and tried to modify the text to test if its possible but I wasn't able to even though I removed the container and image of airbyte-server.
Just wanna explore and contribute if I can do this type of feature. Thank you so much.
Here are the steps I've taken: 1. Modify the text of Hello World text in WorkspacesHandler.java file. 2. Delete airbyte-server container. 3. Delete airbyte-server image. 4. Run
docker-compose up
command 5. Test webhook = The changes were not applied.
I'm sorry for following up. @Augustin Lafanechere (Airbyte) Do you have some ideas how can I do this?
a
@Michael please post this question on the forum, this is a valuable one for the community.
m
Sure thing @Augustin Lafanechere (Airbyte) thanks!