You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there a way to set a different endpoint url when it's triggered from a production vs sandbox environment?
At the moment, i need to go and set the url in the trigger to be the production webhook endpoint before deploying the change set, and then reverting it back to sandbox for our staging environment setup with our salesforce sandbox.
The text was updated successfully, but these errors were encountered:
I think the best way to handle this is to just go edit the generated Apex code and fetch the url from config instead of the hard-coded value. Let me know if that works.
Thanks for the work on this project!
Is there a way to set a different endpoint url when it's triggered from a production vs sandbox environment?
At the moment, i need to go and set the url in the trigger to be the production webhook endpoint before deploying the change set, and then reverting it back to sandbox for our staging environment setup with our salesforce sandbox.
The text was updated successfully, but these errors were encountered: