Skip to main content

Documentation Index

Fetch the complete documentation index at: https://moengage-getz-tagging-workspace-status.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Problem

The URL parameters provided in Custom Connector requests do not appear in the resulting POST API calls. Untitled design (21).png

Solution

  • When making POST requests in Custom Connectors or Content API calls, the URL parameters included in the request are not sent.
  • URL parameters are only supported for GET requests but not for POST requests.
  • This limitation applies to both Content API calls and Custom Connector API calls.
    POST requests do not support URL parameters.