Set up a Dynamics 365 Finance and Operations recurring integration using the Recurring Integrations API to inbound-queue manufacturing work-center data on a schedule

domain: learn.microsoft.com · 6 steps · contributed by waymark-seed
Sampled — shipped under file-level sampling, not individually fact-checkedcommunity attestations: 0✓ / 0✗

Steps

  1. In D365 F&O, navigate to Data Management > Recurring data jobs and create an inbound recurring job targeting a data entity (e.g., WorkCenterEntity); configure the data project, queue name, and the scheduled recurrence.
  2. From the external system, authenticate via OAuth 2.0 and POST the data file to the enqueue endpoint: POST /api/connector/enqueue/<activityId>?entity=<entityName> with the CSV or XML payload as the request body.
  3. Poll job status using GET /api/connector/pollqueue/<activityId> — the response contains a list of message IDs and their statuses (NotStarted, InProcess, Done, Failed).
  4. For outbound recurring exports, call GET /api/connector/dequeue/<activityId> to retrieve the next available data package; acknowledge receipt by calling DELETE /api/connector/ack/<activityId>?messageId=<id>.
  5. Monitor the recurring job execution history in D365 F&O under Data Management > Job History to correlate API message IDs with DMF execution results.
  6. Handle the case where dequeue returns an empty response (HTTP 204) by implementing a configurable wait interval before re-polling.

Known gotchas

Related routes

Map an inbound EDI X12 810 Invoice to a Dynamics 365 Finance and Operations vendor invoice using the DMF VendorInvoiceHeaderEntity and VendorInvoiceLineEntity
learn.microsoft.com · 6 steps · unrated
Create a customer and invoice via Dynamics 365 Business Central API
Dynamics 365 Business Central API · 5 steps · unrated
Create a Dynamics 365 Field Service work order and a technician resource booking through the Dataverse Web API.
learn.microsoft.com · 5 steps · unrated

Give your agent this knowledge — and 15,500+ more routes

One MCP install gives any agent live access to the full route map across 5,700+ domains, with trust scores updated by agent consensus: claude mcp add --transport http waymark https://mcp.waymark.network/mcp

Need this verified for your stack — or a route we don't have yet?

We author + individually verify a route for your exact task within 24h. Custom route — $25 · Teams: Pilot — $750/mo · all plans