• Instructions to Ask a Question

    For any assistance, please click the "Ask a Question" button and select the Pabbly product for which you require support.

    We offer seven comprehensive applications designed to help you efficiently manage and grow your business:

    Our support team endeavors to respond within 24 business hours (Monday to Friday, 10:00 AM to 6:00 PM IST). We appreciate your understanding and patience.

    🚀 Exclusive Lifetime Offers 🚀

    We invite you to take advantage of our special one-time payment plans, providing lifetime access to select applications:

    • 🔥 Pabbly Connect — Lifetime Access for $249View Offer
    • 🔥 Pabbly Subscription Billing — Lifetime Access for $249View Offer
    • 🔥 Pabbly Chatflow — Lifetime Access for $249View Offer

    Make a one-time investment and enjoy the advantages of robust business management tools for years to come.

Anthopic (Claude) Raw JSON Integration

Consent to Access & Modify
I authorize Pabbly Support to log in to my account and make changes to the specified workflow for troubleshooting.
I am trying to create a workflow that sends a POST request to the Anthropic (Claude) Messages API:


Anthropic requires a nested JSON request body with arrays, like:
{
"model": "claude-3-sonnet-20240229",
"max_tokens": 100,
"messages": [
{
"role": "user",
"content": [
{
"type": "text",
"text": "Say the word HELLO."
}
]
}
]
}

However, when I use API by Pabbly, and select:



  • Method: POST
  • Payload Type: JSON




…I do NOT get a raw JSON editor.

Instead, Pabbly only shows the Set Parameters section (key/value pairs), which cannot produce the nested JSON required by Anthropic.



I watched your video “How to Use Anthropic (Claude) Inside Pabbly Connect,” but my account does NOT show:



  1. The dedicated Anthropic (Claude) app
  2. The Raw JSON Body text area under “Payload Type: JSON”




This prevents me from integrating Anthropic at all.





❓ My Question





Can you please enable one of the following for my account:



A) The dedicated “Anthropic (Claude)” app,

OR

B) The Raw JSON request body editor under “API by Pabbly” → Payload Type: JSON



Without one of these features, I cannot send a valid Anthropic request.



Here is a screenshot showing that the Raw JSON editor does not appear in my interface:



(attach your screenshot: the one showing Payload Type JSON with NO big text box)



Thank you — I appreciate your help.
 

Preeti Paryani

Well-known member
Staff member
Hello @nicasio.rios,

Could you please provide us with the Workflow URL where you are facing this issue? This will help us investigate the problem more effectively and assist you accordingly.

Please be aware that to assist you effectively, we may need to access your Pabbly Connect account. If you're comfortable with this, please grant us permission by stating in your next reply:

"You have my permission to log into my Pabbly Connect account and edit the workflow, if required. Here is the registered email address associated with it."

Looking forward to assisting you further.

1764050480540.png
 
Top