A "Scenario" is the content of the emails that are sent to targets. These can be imported from existing emails or created from scratch.
Scenarios can include tracking images to monitor when users open the emails.
Scenarios have the following structure:
{
"id" : int64,
"name" : string,
"language": string,
"template": {}Template,
"template_id": int64,
"preview": string,
"serviceused": {},
"serviceusedId": int64,
"labels": string,
"customer": {}Customer,
"customerId": int64,
"user_id": int64,
"modified_date": string(datetime),
"typeofaction": string,
"description": string,
"Campaigns": {}Campaigns,
"scenario_request_log": {}Scenario_request_log,
"scenario_request_log_id": int64,
"hash_ia": string,
"sensibilisation_type": string,
"difficulty_level": string
}