Expand my Community achievements bar.

davidl14970702
davidl14970702
Offline
Type
  • All
  • Questions
  • Discussions
  • Ideas
  • Blogs
Filter by user contributions
  • This is writing to the rec table but it is not subscribing to the service.Not sure what I am doing wrong.Any help would be great. var service = "lwTFOBS"; var create = true;    var rcp =     <recipient      _operation="insertOrUpdate"      _key="@email"      xtkschema="nms:recipient"      firstName=...

    Type

    Questions

    Views

    3.0K

    Likes

    0

    Replies

    7
  • I have found a nested subscribe function is easier to use than the write collection function Because you can create the recipient record and subscribe them to a service in one shot.var service = "serv1_internalName";var create = true;for (a in emails.Results) { rcp += "<recipient _key='@email' email...

    Type

    Questions

    Views

    1.7K

    Likes

    0

    Replies

    0
  • I have an API pulling back the data. I have configured the writeCollection(). But was wondering how I can also subscribe these users to the correct service.I couldn't get the subscribe() method to work on the collection. I tried to use RecipientSubscribe() but I kept getting a error with the third a...

    Type

    Questions

    Views

    2.0K

    Likes

    0

    Replies

    1
  • If I wanted some Node.js functionality to build a workflow to access the twillio API (Quickstart: Use Node.js to Send and Receive SMS and MMS Text Messages - Twilio ) , can I just import Node.JS to the Library in AC? How would I do that? Just import the file to the library. Or can I link through a C...

    Type

    Questions

    Views

    4.0K

    Like

    1

    Replies

    3
  • I do the same high level, but I do it monthly. Non of the OOB reports will get at what you want. So two options1. Run a query for the last 7days and export your data to excel (This is what I do).     Just run a query on the Delivery table for contact date is on or after 7 days ago.     then in the a...

    Type

    Questions

    Views

    1.8K

    Likes

    0

    Replies

    0
  • The concept is based on our monthly subscription model product. The reasoning is the subscription model app is not indicating a non-renewed customer. So I need to look at the past 2 months (from GetDate()) to see the $ value to figure out if I need to treat the recipient as a customer or lost custom...

    Type

    Discussions

    Views

    2.5K

    Likes

    0

    Replies

    1
  • Amit Kumar​Thanks again!I am now able to parse the object as expected!

    Type

    Questions

    Views

    2.2K

    Likes

    0

    Replies

    0
  • Amit Kumar​,thank you for the timely response.I get a syntax error on the &&&. is that meant to be &&? Perhaps I am a bit too novice, but could you provide some explanation on how to use this? I've plugged this function in a few different ways and I'm not returning anything (besides the syntax error...

    Type

    Questions

    Views

    2.0K

    Likes

    0

    Replies

    0
  • I am using the HTTPRequest to GET lead lists form a third party (FB,MailChimp ect..). I can make the correct request and get back data but I am not sure of what steps to take next. I thought I could just use dot notion to iterate through the nested objects/array's. How can I iterate through the resp...

    Type

    Questions

    Views

    3.8K

    Like

    1

    Replies

    5
  • I was able to solve this by using ther term 'Basic' in the auth header.http.header["Authorization"] = "Basic [myKeyBase64]";I actually used PostMan to set up the API first, and just re wrote it for AC.

    Type

    Questions

    Views

    2.1K

    Likes

    0

    Replies

    0
Top badges earned by davidl14970702
Customize the badges you want to showcase on your profile