Gravity Forms Webhook to a seperate gravity forms install

I have 2 websites that have elite gravity forms installed. I am trying to have submissions sent from Site A to be entered into site b as well. I have webhooks installed on Site A, however when a submission goes in, I am redirected to site b. Site be has logging on and I am getting the following

2023-03-30 11:42:01.651314 - DEBUG → GFWebAPI::authenticate(): Running.
2023-03-30 11:42:01.651401 - DEBUG → GFWebAPI::authenticate(): Could not authenticate, permission denied.
2023-03-30 11:42:01.651423 - DEBUG → GFWebAPI::die_permission_denied(): Running.

My current url to send to might be incorrectly configured. The current url is https://www.example.com/gravityformsapi/entries , example is replaced with my domain.

How do I pass authentication to site b? Any help will be appreciated

Hi David. Forms can be submitted without being authenticated, so you should not worry about that unless you require authentication to post to the form on site B.

Please see this article for how to create an entry using the REST API:

Let us know if you have any other questions.

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