• Instructions to Ask a Question

    For any assistance, please click the "Ask a Question" button and select the Pabbly product for which you require support.

    We offer seven comprehensive applications designed to help you efficiently manage and grow your business:

    Our support team endeavors to respond within 24 business hours (Monday to Friday, 10:00 AM to 6:00 PM IST). We appreciate your understanding and patience.

    🚀 Exclusive Lifetime Offers 🚀

    We invite you to take advantage of our special one-time payment plans, providing lifetime access to select applications:

    • 🔥 Pabbly Connect — Lifetime Access for $249View Offer
    • 🔥 Pabbly Subscription Billing — Lifetime Access for $249View Offer
    • 🔥 Pabbly Chatflow — Lifetime Access for $249View Offer

    Make a one-time investment and enjoy the advantages of robust business management tools for years to come.

HTTP Response Header

Franco

Member
Hi I'm trying to create a workflow using the API step, but I've got stuck. My workflow is converting rows of Airtable data into ServiceM8 jobs. Everything works well and the rows of data are successfully created into ServiceM8 jobs. However, there are some additional steps in the workflow that need to happen on each created job which is where I'm getting stuck.

When the ServiceM8 jobs.json successfully creates a job, it returns a HTTP 200 (successful) code, along with a HTTP Header Response called 'x-record-uuid' along with the UUID of the newly created job, e.g.,

Status: 200
x-record-uuid: 8936d9f2-7bcc-4fc3-b83a-d18987fcf30b
{"errorCode":0,"message":"OK"}

I need the UUID in the response to continue with the rest of the workflow, but I'm not sure how to get that with Pabbly Connect.


Screenshot 2022-12-26 at 10.56.32 am.png\

How would I go about getting that x-record-uuid from the header response?
 
P

Pabblymember11

Guest
Hey @Franco

We do not process the header data in the API response. But the application provides the headers in the response then it can be visible in the API response.
 
Top