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

Pabbly Connect Error: I am trying to add contact on systeme.io

pawanrajput

Member
Pabbly Connect Error: I am trying to add contact on systeme.io, it is showing error. Screenshot attached.
1708153224227.png
 
P

Pabblymember11

Guest
Hey @pawanrajput

Please attempt to include all field values in the action step, and ensure that any necessary fields have been marked as required from your Systeme.io account.

2024-02-17_13h25_26.png
 

watny

Member
I'm having the same problem again.

It worked for a time, then it didn't
 

Attachments

  • Screenshot 2024-02-25 194248.png
    Screenshot 2024-02-25 194248.png
    89 KB · Views: 92

watny

Member
I filled those the first time, and on the 22nd. It looked like it worked a few times because when I went to my system. io contacts, the people who filled out the app form on Facebook have the same info in the boxes they didn't fill out.

Adding people to my contacts on system.io might work, but the third action, which is to add a tag to my contacts, is where I really need the contact ID, which I can't get from the second action(add to contact)
 

Attachments

  • Screenshot 2024-02-27 170309.png
    Screenshot 2024-02-27 170309.png
    94.3 KB · Views: 93
P

Pabblymember11

Guest
Adding people to my contacts on system.io might work, but the third action, which is to add a tag to my contacts, is where I really need the contact ID, which I can't get from the second action(add to contact)
To get the contact ID in the API response you need to run the action step successfully and for that, you need to pass all the fields.

Else if you do not wish to pass the fields then you can run the API by Pabbly action step for Systeme.io where you can pass the fields accordingly.

1709108311268.png


{ "email": "MAP THE EMAIL FROM ABOVE", "fields": [ { "slug": "first_name", "value": "MAP THE NAME FROM ABOVE" }, { "slug": "surname", "value": "MAP THE LAST NAME FROM ABOVE" }, { "slug": "phone_number", "value": "MAP THE PHONE FROM ABOVE" } ] }
 
Top