• Instructions to Ask a Question

    Click on the "Ask a Question" button and select the application for which you would like to ask questions.

    We have 5 different products namely - Pabbly Connect, Pabbly Subscription Billing, Pabbly Email Marketing, Pabbly Form Builder, Pabbly Email Verification.

    The turnaround time is 24 hrs (Business Hours - 10.00 AM to 6.00 PM IST, Except Saturday and Sunday). So your kind patience will be highly appreciated!

    🚀🚀Exclusive Discount Offer

    Just in case you're looking for any ongoing offers on Pabbly, you can check the one-time offers listed below. You just need to pay once and use the application forever -
     

    🔥 Pabbly Connect One Time Plan for $249 (🏆Lifetime Access) -  View offer 

    🔥 Pabbly Subscription Billing One Time Plan for $249 (🏆Lifetime Access) - View offer

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: 25

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