+49 69 83008980 service@xqueue.com
Benötigen Sie Hilfe?

Im Maileon Help-Center finden Sie umfassende Dokumentationen zu unserem System.

Beliebte Suchanfragen: Importe | Rest-API | Integrationen | SMS

Add a Mailing Domain to a Newsletter-Account

Sie sind hier:

 

Add a Mailing Domain to a Newsletter-Account

POST https://api.maileon.com/partner/newsletter-accounts/{accountId}/mailing-domains/{mailingDomain}

Description: Adds a new mailing domain to the newsletter account. It will be set as active domain, while the old domain will be set to ‘inactive’, which means it stays available, i.e. trackers and images, etc. will continue working, but will not be selectable in the mailing account anymore.
This method starts an account job in the background and returns its ID. The job resource can be queried to get details about the state of the job.

Parameters:
– key: apikey
– nl_account_id: int // the id of the newsletter account
– mailingDomain: string // the url-encoded mailing domain

Returns:
– jobId: int

Example:

{"jobId": 521}

Inhaltsverzeichnis