允许电子邮件收件人更改其帐户信息的方法

发布于 2024-12-16 15:04:07 字数 322 浏览 2 评论 0原文

我正在使用 SugarCRM 社区版。我有一堆联系方式。我有一些空的字段想要填充。我希望每个用户都能够填写表格并填写这些字段。

我不确定如何将每个联系人连接到数据库中。我想象创建一个通用表单,以某种方式使用密钥连接到数据库。 form/php 不是问题。什么是“钥匙”?“门”在哪里?我认为大门是 SOAP API,但我不确定。钥匙,也许是追踪器 ID?

就电子邮件营销活动和联系人之间的交互而言,我唯一熟悉的是营销活动“跟踪器”。我知道带有removeme的跟踪器URL用于允许用户选择退出电子邮件。有没有办法使用这个跟踪器来允许人们编辑他们的信息?我认为这个问题的答案很简单,但我需要一些指导。

I'm using SugarCRM Community Edition. I have a bunch of contact information. There are fields I have empty that would like filled. I want each user to be able to fill out a form and fill in those fields.

I'm not sure how to hook each contact into the database. I imagine creating a generic form that somehow hooks into the database using a key. The form/php is not the issue. What is the 'key' and where is the 'door'? I think the door is the SOAP API but I'm not sure. The key, maybe the tracker id?

The only thing I am familiar with as far as interaction between an email campaign and the contact is the campaign 'Tracker'. I know the tracker url with removeme is used for allowing the user to opt out of emails. Is there a way to use this tracker to allow the person to edit their information? I think the answer to this is easy but I need some guidance.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

梦醒时光 2024-12-23 15:04:07

实现此目的的一种方法是使用内置的 REST API。有一些有用的教程,这里是一个链接我在类似情况下用于指导

您可以使用表单将数据发布到 Sugar crm 的 REST 网关,可通过 URL http://localhost/sugar/v2/rest.php 访问。

虽然实现起来非常简单,但您可能想看看这个包装类 可以用来使事情比我在项目中使用时一时兴起而编写的脚本更干净。

最后但并非最不重要的一点是,请务必浏览一下 Web 服务 部分您将找到更多信息。

祝你好运

One way of doing this is using the built-in REST api. There are a couple of helpful tutorials out there, here is a link to the one I used for guidance in a similar situation.

You can have a form post the data to your sugar crm's REST gateway, accessible via the url http://localhost/sugar/v2/rest.php.

Although it is quite straightforward to implement, you may want to look at this wrapper class that can be used to maybe keep things cleaner than the hacked up script churned out on the spur of the moment I used in my project.

Last but not least, be sure to glance over the documentation, in the Web Services section you will find more information.

Good-luck

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文