Skip to content

Get a http_response_body field #228

@jonathansavelski

Description

@jonathansavelski

Hello, when I make an HTTP request I obtain something link this:

"http_response_body": "{\"email\":\"[email protected]\",\"id\":1574,\"emailBlacklisted\":true,\"smsBlacklisted\":false,\"createdAt\":\"2021-11-15T16:23:16.200-03:00\",\"modifiedAt\":\"2024-10-14T19:08:51.594-03:00\",\"attributes\":{\"WC_LAST_30_DAYS_CA\":0,\"WC_CA_USER\":2700,\"WC_ORDER_TOTAL\":1},\"ORDER_PRICE\":2700}]}}"

What should I do if I want to use the variable "id" for the following step?

The only options available are these:
http_response_status_code http_response_status_message http_response_body

But what I need is a field like {http_response_body.id}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions