Home / Admin / Don’t stripe double quotes for outgoing Automator webhooks
Duplicate Snippet

Embed Snippet on Your Site

Don’t stripe double quotes for outgoing Automator webhooks

Uncanny Automator will strip or remove any double quotes in the payload body of outgoing webhook actions. This filter can be used to ensure quotes are preserved.

Code Preview
php
<?php
add_filter( 'automator_send_webhook_get_fields_should_strip_qoutes',  '__return_false' );

Comments

Add a Comment