Přihlásit k odběru NL
Prosím o podpoření formuláře (podobný jak na webu pirati.cz), kterým se na oblastních a uni-webech bude dát přihlásit k napojenému NL (ID listu hodí asi v nastavení webu)
Dokumentace API Mailtrain:
This API call either inserts a new subscription or updates existing. Fields not included are left as is, so if you update only LAST_NAME value, then FIRST_NAME is kept untouched for an existing subscription.
Query params
access_token – your personal access token POST arguments
EMAIL – subscriber's email address (required) MERGE_FIRST_NAME – subscriber's first name MERGE_LAST_NAME – subscriber's last name TIMEZONE – subscriber's timezone (eg. "Europe/Tallinn", "PST" or "UTC"). If not set defaults to "UTC" MERGE_TAG_VALUE – custom field value. Use yes/no for option group values (checkboxes, radios, drop downs) Additional POST arguments:
FORCE_SUBSCRIBE – set to "yes" if you want to make sure the email is marked as subscribed even if it was previously marked as unsubscribed. If the email was already unsubscribed/blocked then subscription status is not changedby default. REQUIRE_CONFIRMATION – set to "yes" if you want to send confirmation email to the subscriber before actually marking as subscribed Example
curl -XPOST 'https://mailtrain.pirati.cz/api/subscribe/B16uVTdW?access_token=ACCESS_TOKEN'
--data 'EMAIL=test@example.com&MERGE_CHECKBOX=yes&REQUIRE_CONFIRMATION=yes' Response example:"data": ("id":"TTrw41znK")
https://mailtrain.pirati.cz/ , pro testování a přístup do mailtrain je třeba se tam přihlásit jednou a poté zažádat o práva u @bannanaman233 nebo @jan.bednarik
Formulář by měl být co nejjednodušší tedy nejspíše jen "email" a přihlásit.