You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

eloqua API email deployment - showing as live send

I'm using the REST API 2.0 for sending quick tests but they're coming through as 'live' sends in the reports. Surely there's a way for it show up as a test, right? I feel like I'm missing something simple but not sure what it is. Here's the object I'm passing in the request body:

{"type": "EmailTestDeployment","name": "REST Test 01","contactId": selectedContact[0].id,"sendFromUserId": null,"email": {     "type": "Email",     "id": email.id,     "name": email.name  },"sendOptions": {     "allowResend": "true",     "allowSendToUnsubscribe": "true"  }}


Any help would be greatly appreciated, thanks!

Tagged:

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!