salesforce-marketingcloud / FuelSDK-PHP

FuelSDK-PHP
MIT License
134 stars 142 forks source link

Adding data for a triggered send #156

Open jbcruise opened 4 years ago

jbcruise commented 4 years ago

I am attempting to use a TriggeredSend, but I am unsure of where to pass in the data that is required for the underlying Data Extension associated with the triggered send. I have tried passing them in props and subscribers, but in neither case is the data read so I keep getting required field value missing errors.

garek007 commented 4 years ago

Have a look at ET_DataExtension_Row. I think you'll need to make a separate call for this.