• Resolved jeswindersingh1

    (@jeswindersingh1)


    Is there a particular response format webook plugin is looking to show success message.
    I tried using it and despite of success full receiving of webhook, got failure response.

Viewing 1 replies (of 1 total)
  • Plugin Author Mário Valney

    (@mariovalney)

    Hi.

    No. We just use the wp_remote_post result to check there is a error.

    You can ignore error message with this:

    add_filter( 'ctz_trigger_webhook_error_message', '__return_empty_string' );
    

    But it’s very weird receive a error on wp_remote_post and webhook receive data.

    Would you please print the WP_Error message (or the result)?

    • This reply was modified 3 years, 9 months ago by Mário Valney.
Viewing 1 replies (of 1 total)
  • The topic ‘Webhook response’ is closed to new replies.