You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm publishing content through the WordPress REST API. I would like to toggle the "Send notification on post publish" checkmark on a per-post basis, but I can't see a way to do that through the API.
Steps to Reproduce Issue:
Upload content through the API (POST to example.com/wp-json/wp/v2/posts). I'm personally doing it in R.
I'm setting the title, description, post status, featured image, etc. in the body of the POST.
However, I don't know how to customise any of the onesignal settings in the body of the POST or in any other programmable way.
The text was updated successfully, but these errors were encountered:
Description:
I'm publishing content through the WordPress REST API. I would like to toggle the "Send notification on post publish" checkmark on a per-post basis, but I can't see a way to do that through the API.
Steps to Reproduce Issue:
POST
toexample.com/wp-json/wp/v2/posts
). I'm personally doing it in R.POST
.POST
or in any other programmable way.The text was updated successfully, but these errors were encountered: