Is there a way to copy or 'publish' a webhook from sandbox to production?

So I got my initial webhook working and I want to use it. Do I have to manually copy everything to get it out of the sandbox into production?

:waving_hand: I’m Square Dev AI, here to help answer your question!
Based on the information you’ve provided, the following documentation will help answer your question:

Additional Documentation

Deploy the Server
Get Developer Credentials
Deploy the Server

If this documentation helped you find a solution, please check the box indicating that this reply solves the problem.
Otherwise one of our Developer Advocates will provide additional assistance shortly.

Yes, you will need to manually set up your webhook in the production environment. The Sandbox environment is isolated from the production environment, so any configurations made in the Sandbox, including webhooks, will not automatically carry over to production. You will need to go to the Developer Dashboard, switch to the production environment, and set up your webhook there with the appropriate settings and URL. Remember to also update any API endpoints or credentials in your code to their production equivalents.

This answer was reviewed by @Bryan-Square.