Plugin API REST Endpoint

You can use the Plugin API REST endpoint as an alternative to the Webhook Listener if the contact has already been registered on your site.

You can send a webhook request to this endpoint call_name, and the email address of the contact.

Sample Request:

To: https://mysite.com/wp-json/gh/v3/plugin-api/
Body:
{
    "call_name" : "my_custom_call_name",
    "email" : "myemail@gmail.com"
}

This will trigger any Plugin API benchmarks in all active funnels on the target installation.

If you are using a Webhook Action from another Groundhogg installation, you can set up a request like this.

Did this answer your question? Thanks for the feedback There was a problem submitting your feedback. Please try again later.

Still need help? Contact Us Contact Us