Uncanny Automator will strip or remove the double quotes found in the payload body of the outgoing webhooks action.
Use the following snippet to make sure quotes are preserved:
add_filter( 'automator_send_webhook_get_fields_should_strip_qoutes', '__return_false' );