SOLVED. How can I include JSON objects in the "API by Pabbly" action?

Status
Not open for further replies.

Taz

Member
Hi! I'm trying to send JSON data using the "API by Pabbly" action, but I don't see a way to send objects. For example, how would I send this:

JSON:
{
    "data": {
        "first_name": "Test",
        "last_name": "User",
        "email": "[email protected]"
     },
}

I thought perhaps it would work like Uncanny Automator (using forward slashes), but that didn't work. Any help would be appreciated! Thanks!
 
Status
Not open for further replies.
Top