admin管理员组文章数量:1279187
We have a custom post type Events on our Wordpress website. Every event has a title, description and date.
From our CRM-system, we can create a JSON feed where we list all Events. Every event in the feed will have a unique ID, title, description and date.
Now we want to set up a sync from the CRM > Wordpress system. In general:
- Automatically sync every x hours the data from CRM to Wordpress
- If an Event does not yet exist in Wordpress, but exists in CRM, then create the Event in Wordpress
- If an Event exists Wordpress and in CRM, then sync the Event data
- If an Event exists in Wordpress, but not in the JSON, then delete the event in Wordpress
Thank you.
本文标签: Sync posts via JSON API
版权声明:本文标题:Sync posts via JSON API 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1741234660a2362768.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论