I am using Twilio to get an SMS notification for when a new post is created on my WordPress site. It is working great, however I am wondering if it is possible to reply to the text to change the post status to published?
1 comment
Comments are closed.
Maybe not with Zapier directly, but Twilio can capture your reply and using the WP REST API you can make an API call to WordPress to update the post status. You might even be able to use Code by Zapier to make the API call from JavaScript.