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

Acuity to Deskera Issues

csdoes

Member
Everything appears to be working fine until I sent the last test request and then I get the error messages:

json: cannot unmarshal string into Go value of type dto.ContactSaveDto

Am I doing Something incorrectly?


pabblytodeskera.jpeg
 
P

Pabblymember11

Guest
Hey @csdoes

We check your Deskera action step and we found that you need to pass the Custom Fields in a certain manner, please check this out-

Please try again in the correct manner and let us know if some problem still persists.

2021-07-23.png
 

Neeraj

Administrator
Staff member
The label above is the id of your custom field and the Value is the value of that custom field.

So for example:
If your custom field id inside Deskera is consultation_type and the value you want to pass is Zoom Consultation.
You have to write

{"label":"Consultation","value":"Zoom Consultation"}
 

csdoes

Member
Thank you. Acuity is a scheduling application. How do I push the appointment time to Deskera as an activity. Acuity is presenting the data, but I don't see how to post it to Deskera...
 

csdoes

Member
I think this is the issue:


I'd like to pass appointment date & time, and Lead Status data from Acuity to Deskera at the same
time, in the "create deal module of Deskera". It does not look like that is possible at the moment.

Can you add the following actions in the "create Deal Module" so that we are able to accomplish this?

1. Create Activity.
2. Add Label
 
P

Pabblymember11

Guest
Hey @csdoes

We looked over the possibility of your concern and it looks like the "Add Label" field is present on the "Create Contact" not in the "Create Deal", we crossed checked this in their API documentation. Action.

Further, for "Create Activity" and "Contact Label", you can send the request here for adding Action and upvote the same - https://pabbly.hellonext.co/b/Update-Existing-Application

The integration team will look into it.

Thanks!
 
Top