Create Auto Responder VariantAsk AIpost https://{APP_DOMAIN}/api/3.2/messages/auto-responder-variationsCreates a new A/B test variant of an auto responder. The variant is created as inactive and in draft state.Body ParamsBody ParamsactivebooleanrequiredWhether the variant is activetruefalsecontentstringrequiredThe HTML content of the variantauto_responder_idintegerrequiredThe ID of the parent auto respondernamestringThe name of the variantsubjectstringrequiredThe subject line for the variantsender_idintegerThe ID of the sender. Omit to use the default sender.reply_sender_idintegerThe ID of the reply sender. Omit to use the default.template_idintegerThe ID of the email templatepreview_linestringThe email preview lineResponse 201The created auto responder variantUpdated 17 days ago