• 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

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

pabbly API not sending email and phone to clover

Balint

Member
Hello,
I am able to use the Pabbly API to send a Json to create a customer in Clover but it does not bring over the customer email, phone number or address, just first and last name.

I am able to do it when i test it in their dev portal... this is what I need the Json file that is sent to contain I am assuming the issue is the way the email, phone and address needs to be written? please any help would be tremendous!

{
"firstName": "Bob",
"lastName": "Smith",
"marketingAllowed": false,
"emailAddresses": [
{
"emailAddress": "[email protected]"
}
],
"phoneNumbers": [
{
"phoneNumber": "(453)2225556"
}
],
"addresses": [
{
"address1": "132 main",
"city": "Fremont",
"state": "CA",
"zip": "94539",
"country": "US"
}
]
}
 

ArshilAhmad

Moderator
Staff member
Hi @Balint,

Could you please share the cURL request and API documentation for the endpoint you are attempting to execute? Additionally, share the Workflow URL where you have attempted to execute this endpoint.
 

Preeti Paryani

Well-known member
Staff member
Hello @Balint

The action seems to be working fine now, refer to the attached image.

1735026402966.png
 

Balint

Member
Hello, this is still not working.... This is what it did for me as well, It sends the first name and last name but does not send email and phone here is a screenshot of what it comes accross as in clover
View attachment 51290
I think it has to do with how the Json is written maybe? this is how it looks in clover sandbox and this brings over the email address and phone number .. its like it has a sub category or something..., https://docs.clover.com/dev/reference/customerscreatecustomer this link lets you create it by using their inputs
 

Attachments

  • pabbly to clover.png
    pabbly to clover.png
    12.5 KB · Views: 44

Preeti Paryani

Well-known member
Staff member
Hello @Balint,

We have added an API by Pabbly action in your workflow, refer to the attached image. Please do a test by that action and let us know if it works for you.

1735038930934.png
 
Top