Page 1 of 1

More iDev Integration Questions

PostPosted: May 8th, 2011, 7:31 pm
by fcp2011
I am in the middle of integrating Gravity forms and iDev. I have a quick question here for how your system does it. I have everything working except being able to pass the username to iDev. Here is the format that I am currently passing via the http 3rd party call method:

idev_ordernum=admin

When I log in to iDev, it shows "N/A". Would mind giving me the format you pass inside your variable
%%user_login%% ?

Thanks in advance.

Daniel

Re: More iDev Integration Questions

PostPosted: May 10th, 2011, 5:52 pm
by Jason Caldwell
Hi Daniel. Thanks for reporting this important issue.

The value of %%user_login%% is just the Username, in plain text; and URL encoded of course, which is what iDev and other web services expect. Which API Notification Event did you attach to exactly?, because %%user_login%% is not available with all of them. For instance, it's not available on the "Signup Notification", but it is available on the Registration Notification, Payment Notification and others. You might want to have a look at the specific API Notification that you're attaching to, and make sure %%user_login%% is in the list of valid Replacement Codes.

If this problem continues, please let me know.