Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
The workspace is where you store your assets.The partition is where you store your data on a person, including whether they are unsubscribed or not. You can have someone exist in more than one partition (as a duplicate), and this record could have a field value 'unsubscribed = true' whilst their dup...
I suppose one way you can record all the UTM history in one field is through a change data value on an additional field you've created called 'UTM History'. You can change the data value to {{lead.utm history}} + {{lead.utm campaign}}If your existing utm history field contains the values "Email" and...
No, you can't view these through the UI.You can query the API, or you can associate a lead (a test lead) with your external sales person field.
Any thoughts as to why that is necessary? I can see the referrer being necessary if it was a 'Visits web page' on the thank-you/goal page.. ?
Sorry, what i meant was that I see lots of people creating temporary fields to solve individual business processes and ending up with a hot-mess of data and confusion!I'm certainly not diminishing your input here, which is wise as always!
that's clever!Add ChoiceIf email address = "youremail@company.com", request campaign w/webhook that posts to SlackElse do nothingWait 15 minutesSend Email(not sure how you're going to extract send size etc.. but you might get lucky with your {{trigger.token}} resolving to the name of the program you...
>Proxy fields are frankly underusedyet also totally abused..ask yourself OP - which address am I going to trust when I have a separate address in "Address" and "Proxy Address"?you specifically said "one form", suggesting you have other forms where it is OK to update the address field.. this leads us...
those my tokens won't render as anything other than the literal "{{my.textToken1}}"
Just about any sms gateway works the same way in regards to a response. They make a call-back to a URL of your choice with the details of the SMS response.Are you sending from a 'word' or from a dedicated phone number? If you're sending from a 'word', such as your business name, someone can't reply ...