Create Post for multiple Communities

Hi,

There is an API endpoint for creating Post, but it will create a Post just for a single Community.
Is there an endpoint for creating a Post for multiple Communities (or some plans for it in the future)?
For example, we would like to have Community 1, 2… 50 see the same Post. So, we need to create 50 Posts (and make 50 calls), one for each community.

Thank you!

Hi @bn9001, posting to multiple communities may require you to write a script, as our API accepts targetId as a string and mandates a unique one for each request. Unfortunately, this feature isn’t on our roadmap at the moment.

1 Like