• Stanislau Shvaika
  • NEWBIE
  • 0 Points
  • Member since 2019

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 3
    Questions
  • 1
    Replies
Hello,

Could you tell me if it's possible to use AMPScript in the journey builder custom activity? As we use it in SMS activity, for example.

If not, is there any alternative except the data binding?

Many thanks,
Stan
Hello!

I have a custom activity and I need to get a user's email and phone number. I'm getting an email by using this expression:
{{InteractionDefaults.Email}}
It works fine.

I found this great article (https://developer.salesforce.com/docs/atlas.en-us.mc-apis.meta/mc-apis/how-data-binding-works.htm) and I think I could get a phone number this way:
{{Contact.Attribute.Contacts.PHONE}}

But it doesn't work, I'm getting an empty string. In the same time, I can see the phone number in my DE.

Please see attached some screenshots:
https://take.ms/XkYhf
https://take.ms/wJZnw
https://take.ms/fPe3U
https://take.ms/jx0u2

Please, let me know if you need more info.

Thank you!
Hello! I'm using this URL to fire an event in the journey:
https://developer.salesforce.com/docs/atlas.en-us.noversion.mc-apis.meta/mc-apis/postEvent.htm

It worked fine but stopped worked a few days ago.
I'm getting this error:
{
    "message": "Internal Server Error",
    "errorcode": 0,
    "documentation": "https://developer.salesforce.com/docs/atlas.en-us.mc-apis.meta/mc-apis/error-handling.htm"
}

Could someone help me?
Thank a lot!
Hello! I'm using this URL to fire an event in the journey:
https://developer.salesforce.com/docs/atlas.en-us.noversion.mc-apis.meta/mc-apis/postEvent.htm

It worked fine but stopped worked a few days ago.
I'm getting this error:
{
    "message": "Internal Server Error",
    "errorcode": 0,
    "documentation": "https://developer.salesforce.com/docs/atlas.en-us.mc-apis.meta/mc-apis/error-handling.htm"
}

Could someone help me?
Thank a lot!