Questions tagged [dotmailer]

12 questions
3
votes
2 answers

Adding contact to dotmailer address book using API

I'm having a real headache adding a contact to to dotmailer using nusoap. I'm using the AddContactToAddressBook method,but I can't get it to work. The if statement returns success, but echo "
" . print_r($result, true) . "
"; returns…
noobie_woobie
  • 129
  • 11
3
votes
1 answer

Mobile stacking for dotmailer 3 column easy editor - doesn't work on iphone

I'm using Dotmailer's easy editor to create a responsive template and all was going well until I hit the 3 column element I need to stack. It just refuses to render properly on iPhone! Code below, ideas please!
2
votes
1 answer

Setting a default field value on HTML form if blank

I'm editing Dotmailer's signup form code as some of my users won't have email addresses. I want to set the form so that if the user does not enter a value for their email address, for it to default to say test@test.com The field must be filled for…
Dinoshaw
  • 33
  • 2
1
vote
4 answers

Liquid Script: Convert string to number in order to display as money

I'm trying to display a floating point value as money in liquid script. It appears to only allow you to do this to numbers, however I can't convert a string to a number (despite following advice on SO as below:) {% assign teststring = '202.2400'…
Blingers
  • 789
  • 1
  • 9
  • 22
1
vote
1 answer

Cannot find com.apiconnector.API in the dotMailer API for C#

I am trying to make sense of the dotMailer API for C#. I have a class library where I intend to store the functionality that will consume the dotMailer API which references version 1.5 of the API. I also have a Service Reference set up from this…
Matthew Layton
  • 39,871
  • 52
  • 185
  • 313
0
votes
1 answer

Sending a Form by JS and a regular POST at once

I'm having a hard time sending a form using POST as well as JS. The reason for this setup is sending a form to DotMailer emailing program as well as Magento through AWS at the same time, with both having different means of sending. I'm thinking it…
0
votes
1 answer

Dotmailer - Redirect with PHP after ajax call

I am doing a newsletter sign up via DotMailer and have been able to get it to add the email address and region to DotMailer but when I try and get it to return a success/invalid message at the end, it just says invalid despite it going through…
Sam
  • 41
  • 1
  • 8
0
votes
1 answer

dotmailer request token from REST API

I struggle in call the REST API at Dotmailer. he provide a document for call the OAuth and get the token. but it's always throws the same error. Input is Post Method URI: https://r1-app.dotmailer.com/OAuth2/Tokens.ashx JSON input is { …
0
votes
1 answer

Export result in text file by SoapUI

I am using dotmailer.com ESP and using SoapUI for calling API. I can get summary of the campaign in JSON format but also I want to extract summary of that campaign into a text file but couldn't find any way. Anyone can help? Thanks.
Can Aslan
  • 53
  • 2
  • 11
0
votes
1 answer

DotMailer SOAP API

I'm trying to use dotmailer's SOAP API with NUSOAP but I'm not having any luck at all. I can connect to their servers okay but I can't get any information at all. This is what I've got so far:
noobie_woobie
  • 129
  • 11
0
votes
0 answers

Unable to post to REST service

I am trying to post a list of 9 contacts to a website via api.dotmailer.com Rest service. In my local test environment, this works fine. You can see the result of the Fiddler session of the local call. There are 9 successful calls, one for each…
U r s u s
  • 6,680
  • 12
  • 50
  • 88
0
votes
1 answer

How to send Post data to two files? one of them being Dot Mailer the other saving to a database

I have a standard HTML form which on submission saves the data to a database, but I need to integrate Dot Mailer into it. Dot Mailer is the same sort of thing as mail chimp. The main issue I'm having is how to send the POST data to two separate…
Elliot
  • 63
  • 1
  • 8