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

Status: Closed · Asked by pawan rajput on · 0 views

pawanrajput — Question ·

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

Pabblymember11 — Reply ·

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.

watny — Reply ·

Thanks for the help

and you, too @pawanrajput

issue solved

watny — Reply ·

I'm having the same problem again.

It worked for a time, then it didn't

Attachments

Screenshot 2024-02-25 194248.png
Pabblymember11 — Reply ·
I'm having the same problem again.

It worked for a time, then it didn't


Hey @watny

Kindly share the workflow URL once in which you have tried the same.

watny — Reply ·

IjU3NjUwNTY4MDYzMDA0MzU1MjY0NTUzNjUxMzUi_pc

the task id?

watny — Reply ·

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
Pabblymember11 — Reply ·
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.


{
"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"
}
]
}

Back to all forum threads · Log in to reply