I can“t get my head around syntax on line 25 in this SparkPost code - link on github What if I want to add an additional variable to this?
'substitution_data' => ['name' => 'YOUR_FIRST_NAME'],
Say I want to add 'company' => 'ABC'
How should I change the code on line 25 to have multiple variables? Thank you in advance.