Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

149
Views
How can I verify the 'EmailId' value in respose body using Frisby API. I want to check as "EmailId": "test@gmail.com" in api response body

I want to check as key value pair "EmailId": "test@gmail.com" in api response body. Below is my respose of api and I need to check value of EmailID and Recipient name as key value pair. I have verified the status as .expect('json', 'Result.Status', 2) but it is not working for recipient name as .expect('json', 'Result.Recipients.RecipientName', 'Test User'). Currently I am using .expect('bodyContains', 'test@gmail.com') for verifying email id.

JSON: {
            "IsRequestSuccessful": true,
            "Error": null,
            "Result": {
                "Status": 2,
                "CompletedTimestamp": null,
                "Recipients": [
                    {
                        "RecipientId": "28660b54-641d-4fec-9841-721d34c175c7",
                        "RecipientName": "Test User",
                        "EmailId": "test@gmail.com",
                        "ContactType": 2,
                        "Status": 2,
                    }
                ]
            }
        }
about 4 years ago · Juan Pablo Isaza
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!