Save Your Team Countless Hours. SugarChimp syncs your lists in both directions so you can work in your preferred app. Segment and group your Mailchimp subscribers based on Sugar data so you can market to the right people at the right time. Compatible with all versions and editions of Sugar and SuiteCRM. Created by Fanatical Labs, 2023 SugarCRM Partner Award Winner.
The webhook url is auto populated from your Sugar's config.php site_url variable. If you update that variable, navigate to your Health Status page to see that the webhook url shows what you want. SugarChimp will automatically update your webhooks after that.
We have a config item, site_url, that you can write your custom webhook url to. Note that the webhook will automatically add the extensions, so you only need to add the custom site_url to the config item.
You will need database access to update the url, but you can do it with this query:
INSERT INTO config(category, name, value, platform) VALUES ('sugarchimp','site_url','https://www.your_site_url.com/','')
Let me know if you have any questions on that process.
6 years ago
Hello George,
The webhook url is auto populated from your Sugar's config.php site_url variable. If you update that variable, navigate to your Health Status page to see that the webhook url shows what you want. SugarChimp will automatically update your webhooks after that.
Let me know how it goes.
Thanks! Jon
6 years ago
Hello Jon,
Thank you very much. Can the webhook url populate from a different variable e.g. some_other_url?
6 years ago
Hello Greg,
We have a config item, site_url, that you can write your custom webhook url to. Note that the webhook will automatically add the extensions, so you only need to add the custom site_url to the config item.
You will need database access to update the url, but you can do it with this query:
INSERT INTO
config
(category
,name
,value
,platform
) VALUES ('sugarchimp','site_url','https://www.your_site_url.com/','')Let me know if you have any questions on that process.
Kind Regards, Jon
6 years ago
Hi Jon,
Thank you. That works for me
6 years ago
Awesome. Well I'll go ahead and close the case out. Let us know if we can help as you continue to use the plug-in.
Kind Regards, Jon