Retain String Format When Sending GET API Call / USING HTTP Call?

Status: Closed · Asked by IChild Company on · 0 views

IChild Company — Question ·

Dear Support and Community

Is there a way to retain the format of a string when sending using a GET API?

The flow is as such:

1. Webhook receive JSON String format
2. Extract JSON
3. Send a Message via GET API call

So far the message send out is in garbage.

However, if we use HTTP call on the same POST API, the string format is intact.

Looking forward!

Attachments

POST API 1.png
POST API 2.png
Extracted String Format from Webhook.png
HTTP Manage to retain the format.png
garbage.png
Pabblymember11 — Reply ·

Hey @ichilddev

We suggest testing the API request using the Postman application first. Once you've done that, you can copy the CURL request from there and directly import it into the API by Pabbly.

IChild Company — Reply ·
Hey @ichilddev

We suggest testing the API request using the Postman application first. Once you've done that, you can copy the CURL request from there and directly import it into the API by Pabbly.

Dear Supreme, thanks for your prompt reply and support.

Is there any video i can reference how this CURL request works? Or can I share with you the workflow and you assist in testing one round so that i can understand better.

Pabblymember11 — Reply ·
Is there any video i can reference how this CURL request works?

Here you go -

youtube.com/watch?v=nxjBg8bgryA

Additionally, you could share the cURL request that was successful in the Postman application, along with a screenshot. This will allow us to examine it further.

Back to all forum threads · Log in to reply