• 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.
 
Top