Discussions
How to find virtualMTAId numeric id for API use?

We are using REST api calls to create emails in Eloqua. However, one of the parameters we require is escaping us.
In the Eloqua API docs there is mention of the: virtualMTAId(optional): string
This parameter says its a string but is looking for a numeric ID that represents the VMTA we are using. Where do you find the a numeric ID for the VMTA? I have looked everywhere but cannot locate an ID value that the API accepts.
Email API Docs Referenced:
docs.oracle.com/en/cloud/saas/marketing/eloqua-rest-api/op-api-rest-2.0-assets-email-post.html
Best Answer
-
Hi There,
If you want to look at the Email Settings of a particular instance and get the VMTA ID, please use the endpoint
https://secure.p**.eloqua.com/api/REST/2.0/assets/email/config
Note: Please replace the ** with the POD number.
Regards,
Jeeves
Answers
-
Hi Jeeves/Bob, Helpful Person,
Thank you very much for the reply. That works perfectly!
Much appreciated.
Andy
-
Hello,
thank you for the endpoint. It was very useful to get the correct IDs !
Amélia