A CSV file with the contacts to be sent.
Each row in the CSV file represents a contact to be sent.
Each column in the CSV file represents a variable in the layout.
An examples of CSV files:
The previous example with a simple text message:
contactCode,channelType,name
34666777888,cloud_api,John
34666555666,cloud_api,Jane
34666111222,cloud_api,Alice
The previous example with a template:
contactCode,templateName,name,ticketId
34666777888,new_ticket,John,5123
34666555666,new_ticket,Jane,5528
34666111222,error_ticket,Alice,4125