Questions tagged [infusionsoft]

Infusionsoft is sales and marketing automation software that combines CRM, email marketing and e-commerce.

158 questions
0
votes
0 answers

Infusionsoft authenticationUrl occasionally redirects somewhere else

We're connecting our Laravel PHP app to Infusionsoft, and its already set with the proper authentication stated in this guide. Our coded ended up looking like this: $Infusionsoft = new Infusionsoft(array( 'clientId' =>…
thisNeil
  • 73
  • 1
  • 3
  • 11
0
votes
2 answers

How to redirect to login page after executing ouath2 authorization request

good day. I’m new to C# and OAuth. I'm trying to implement OAuth2 in Blazor using RestSharp. I have the following code: @page "/infusionsoft" @using System.Globalization Infusionsoft Request authentication @code { @using RestSharp; @using…
0
votes
1 answer

infusionsoft api - how to get contact details by using contact id as filter

I'm using the resthook feature of infusionsoft. The endpoint will return the contact id now I want to get full contact details using the id. $contacts = $infusionsoft->contacts()->load($contactid,$fields); I'm using this as of the moment but…
0
votes
1 answer

how to get all infusionsoft contacts - PHP api?

Basically I just want to get all contacts of an app/account from Infusionsoft. I'm using PHP SDK from their documentation. Currently I can get contacts by using this: $contacts = $infusionsoft->contacts()->all(); But this function is somewhat…
silent_coder14
  • 583
  • 2
  • 10
  • 38
0
votes
1 answer

Login Form Reappearing on Every Page

We have an infusionsoft login form modal on every page. When the user logs in, the modal is hidden and the information on the page is shown, and it stays shown on refresh. However, when the user navigates to another page, the login form reappears,…
0
votes
1 answer

Import custom field options from one Infusionsoft app to another

I am trying to find a way to update a custom field automatically within multiple Partner Infusionsoft apps when I manually update the field with new options within our main Infusionsoft app. The idea is to avoid manually logging into every Partner…
0
votes
1 answer

I need help putting all the elements of an email signup form on the same line

I have a WordPress website with a bar at the top that I can add custom code to. I'm trying to add an Infusionsoft email signup form to this bar and I want everything to be on the same line. Currently it's showing the field label on the first line,…
Kavi
  • 1
  • 1
0
votes
1 answer

issues trying to refresh OAuth token

I'm trying to refresh my infusionsoft token, using this guide from their documentation: https://developer.infusionsoft.com/authentication/#refresh-access-token $url = "https://api.infusionsoft.com/token"; $client_id = ''; $client_secret =…
poolfork
  • 42
  • 6
0
votes
1 answer

Infusionsoft Get Emails that were sent to all Contacts of a specific Tag

I am trying to get all emails that were sent to all contacts of a specific Tag. I was checking Graphly and I noticed that they have this reporting called "Daily & Hourly Email Engagement" and they were able to group by an email to a specific…
PinoyStackOverflower
  • 5,214
  • 18
  • 63
  • 126
0
votes
2 answers

Set hidden form field from URL paramater

I'm trying to set the value of a hidden field in my form through a URL parameter. Here is the form:
Matt
  • 23
  • 1
  • 6
0
votes
1 answer

How to fix GTMetrix showing Minify JavaScript option for external url in wordpress

Gtmetrix shows F(0) for Minify Javascript for appointmentcore and infusionsoft. Ex: https://www.appointmentcore.com/frontend/js/lib/jquery/plugins/availChooser/jquery.availChooser-2.0.3.js could save 47.5KiB (54%…
Mohod Sandhya
  • 442
  • 3
  • 11
0
votes
0 answers

Hiding a Javascript Snippet

I am trying to keep track of users clicking on a button within my marketing automation software, Infusionsoft. Infusionsoft gives me a snippet which I would like to add to my 'Click Here' button shown below. However, I would like to remove the form…
a2b123
  • 573
  • 1
  • 5
  • 19
0
votes
1 answer

Infusionsoft XML RPC API

I am trying to find if a particular tag is applied on a contact. But I am not sure which method to use. I am using infuionsoft XML rpc API https://developer.infusionsoft.com/docs/xml-rpc/ and using PHP. I can add or remove tags from a contact. Here…
Mubashir
  • 567
  • 3
  • 8
  • 25
0
votes
1 answer

Trouble debugging ajax

I'm having a lot of trouble debugging an ajax request. The same call works well on an older version of the site on the same server. It's a piece of code which sends data from Wordpress to Infusionsoft. I've checked and that's all connecting ok. I've…
monkeyman
  • 57
  • 6
0
votes
0 answers

Get the infusionsoft tags of a post in the wp-api call

We are using wp-fusion to our wordpress. So we are using wp-api to fetch all the posts but now we also want to fetch the infusionsoft tags for each post. We are making a GET request to fetch all the posts to the…
Amit Gupta
  • 17,072
  • 4
  • 41
  • 53