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

404 when trying to POST to assets/email/deployment

Hello All,

I am an experienced developer, but a n00b to Eloqua. I am building a service that recieves a POST from Eloqua, creates user accounts on external systems based on the form the fill out, and then sends an email with their connection information. I am able to get my base_url and create an email, but in both Postman and Python, everytime I try to send that email, I get a 404.JS

JSON

{ "type": "EmailTestDeployment", "name": "subject", "contactId": "666", "email": {    "type": "Email",    "id": "30585",    "name": "subject" }, "sendOptions": {    "allowResend": "true",    "allowSendToUnsubscribe": "false" }}

URL

https://secure.p01.eloqua.com/api/REST/2.0/assets/email/deployment

Tagged:

Howdy, Stranger!

Log In

To view full details, sign in.

Register

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