Basic Information

appmixer.whatsapp.core.MakeApiCall

Make API Call

1.0.0

Public

Performs an arbitrary authorized API call to the WhatsApp Business Cloud / Meta Graph API. Use this for endpoints not covered by dedicated components.

Input Ports

in

FieldTypeDescription
API Endpoint Path text Path relative to https://graph.facebook.com/v25.0 (e.g. /{phone-number-id}/messages). A full URL is also accepted.
HTTP Method select Select the HTTP method for the API call.
Request Headers key-value Optional additional request headers.
Query Parameters key-value Optional query parameters (e.g. key fields, value id,name).
Request Body textarea Enter the request body as a JSON object (supports nested objects, arrays, and non-string values).

Output Ports

out

FieldTypeDescription
Status Code -
Response Headers -
Response Body -

Full Metadata