Create a new broadcast

https://areamembri.it/broadcasts.json

Subscribes a new user to an existing campaign.

Parameters:

api_user The provided API User credential for your account.
api_key The provided API Key credential for your account.
business_id The project ID you want to query in.
day Day component of the date the broadcast will be sent (1-31)
month Month component of the date the broadcast will be sent (1-12)
year Year component of the date the broadcast will be sent (current year onwards)
hour Hour component of the date the broadcast will be sent (0-23)
minute Minute component of the date the broadcast will be sent (0-59)
broadcast_content The full HTML content of the broadcast (including the <html> </html> tags)
subject The subject of the email.
from_name From name for the email.
from_email From email for the email.
status Status of the broadcast. Can be either “queued” (the email will automatically be sent on the scheduled date) or “dequeued” (the broadcast is saved as a draft for future review and queuing).
track_clicks Sets if the clicks on the email must be tracked or not.
recipients[<index>][campaign_id] The campaign ID that has the recipients of this broadcast. You can provide as many campaign IDs as you want sending several recipients parameters, but using an ascending index, starting with 0.

Return:

An object, containing the details for the broadcast.