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:
I thought perhaps it would work like Uncanny Automator (using forward slashes), but that didn't work. Any help would be appreciated! Thanks!
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!