Adding a new request via webhook

I would like to post a request from an external form using webhook. How is this possible. Thanks

Hi,

Unfortunately, there is no such Rest API endpoint, but you can try using the core WordPress API REST API Handbook | WordPress Developer Resources . We currently don’t support GET endpoints for listings (these are planned), but since listings are implemented as custom “hp_listing” post types, it’s available in the core WordPress API.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.