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
0