Email - Create Send Definiton
POST https://{{et_subdomain}}.rest.marketingcloudapis.com/messaging/v1/email/definitions
https://developer.salesforce.com/docs/atlas.en-us.mc-apis.meta/mc-apis/createSendDefinition.htm
Creates a send definition.
Request Body
{"definitionKey"=>"tapi-demo-postman", "status"=>"Active", "name"=>"Postman Demo", "description"=>"Created via REST", "classification"=>"Default Transactional", "content"=>{"customerKey"=>"a128e1f4-0c53-4232-be79-7e2f9f13a7ce"}, "subscriptions"=>{"list"=>"All Subscribers - 653241", "dataExtension"=>"CF2F5C60-65C3-43E7-8ACD-AD68667F133C", "autoAddSubscriber"=>true, "updateSubscriber"=>false}, "options"=>{"trackLinks"=>true, "cc"=>["cc_address@example.com"], "bcc"=>["bcc_address@example.com"], "createJourney"=>true}}
RESPONSES
status: Created
{"requestId":"1c505a9c-ae99-4e7d-aed1-5fc07cdca5a2","name":"Postman Demo","definitionKey":"tapi-demo-postman","description":"Created via REST","classification":"Default Transactional","status":"Active","createdDate":"2019-04-09T22:04:00","modifiedDate":"2019-04-09T22:04:00","content":{"customerKey":"a128e1f4-0c53-4232-be79-7e2f9f13a7ce"},"subscriptions":{"dataExtension":"CF2F5C60-65C3-43E7-8ACD-AD68667F133C","list":"All Subscribers - 515987","autoAddSubscriber":true,"updateSubscriber":false},"options":{"trackLinks":true}}