Connecting to multiple WordPress sites. WordPress rest API for multiple sites

Hey everybody,

I’m looking to create an app that will utilize WordPress rest API. I’m using the API connector but can only connect to one site. How would I allow it to authenticate and connect to multiple sites. The goal is to allow users to connect their own WordPress site and use bubble to perform basic tasks.

Thanks,
J

Can you share your actual setting in API Connector?

This seems doa

+1 for this

Generally speaking, this seems doable using the bracket parameters in the URL field [ ]

Typing in
https://[customer domain]/wp/v2/posts
in the url field will generate a field in the API connector to set the site domain

2 Likes

And probably not using the Bubble Auth part, but authenticate directly in the API Call

1 Like