Create Auto ResponderAsk AIpost https://{APP_DOMAIN}/api/3.2/messages/auto-respondersCreates a new auto responder email triggered by subscriber events. The auto responder is created as inactive — a control variant is automatically created.Body ParamsBody ParamsnamestringrequiredThe name of the auto respondercontentstringrequiredThe HTML content of the emailsubjectstringrequiredThe email subject lineauto_responder_category_idintegerrequiredThe ID of the auto responder category (determines trigger type)publication_idintegerrequiredThe ID of the publicationdefaultbooleanrequiredWhether this is the default auto responder for its categorytruefalsecampaign_idintegerThe ID of the related campaigneffort_idintegerThe ID of the related effortsender_idintegerThe ID of the sender. Omit to use the publication default.reply_sender_idintegerThe ID of the reply sender. Omit to use the publication default.template_idintegerThe ID of the email templatepreview_linestringThe email preview linebinding_idintegerThe ID of the message binding (sending infrastructure)tag_idsarray of integersArray of tag IDs to associatetag_idsADD integerpartner_domainsarray of objectsPartner domain configurationspartner_domainsADD objectResponse 201The created auto responderUpdated 18 days ago