Skip to:
Content
Pages
Categories
Search
Top
Bottom

BuddyPress REST API Question


  • Anonymous User 14235950
    Inactive

    @anonymized-14235950

    I see that BuddyPress has a REST API now that can access BuddyPress data from a URL. However, is there a way for me to do the opposite? I would like to use BuddyPress to create a member directory that pulls data from our CRM which uses REST. It would be great if I could just add a URL somewhere in the settings and have data get pulled in.

Viewing 5 replies - 1 through 5 (of 5 total)

  • r-a-y
    Keymaster

    @r-a-y

    I see that BuddyPress has a REST API now that can access BuddyPress data from a URL.

    BuddyPress is in its early stages of developing the REST API. It’s not close for production usage yet. Follow development here:
    https://github.com/buddypress/BP-REST

    It would be great if I could just add a URL somewhere in the settings and have data get pulled in.

    You will need to do some custom development here.

    If your CRM is CiviCRM, there is a BuddyPress plugin that syncs with that. If your CRM is something else, you could take a look at the codebase and modify it to suit your needs:
    https://github.com/christianwach/civicrm-wp-member-sync


    Anonymous User 14235950
    Inactive

    @anonymized-14235950

    Nope, it’s Microsoft Dynamics CRM. With REST, shouldn’t it be possible to just add our CRM URL to a plugin and have it query that to find our members, then it does everything else automatically? It would be nice if BuddyPress added this functionality since REST seems like it’s the de facto standard for apps to communicate data to each other now. Custom solutions for each CRM type seem kind of backwards when REST is already a possibility.


    r-a-y
    Keymaster

    @r-a-y

    No, REST does not mean plug-n-play by just pasting a URL. A plugin or third-party script would still need development even if the REST API is fully implemeneted.


    modemlooper
    Moderator

    @modemlooper

    This would be a lot of custom development. Read this post about consuming external API in WordPress http://ben.lobaugh.net/blog/46117/wordpress-interacting-with-external-apis


    Anonymous User 14235950
    Inactive

    @anonymized-14235950

    Okay, thanks! I’ll read up on this some more.

Viewing 5 replies - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.
Skip to toolbar