Building Custom Activities in Journey Builder

แชร์
ฝัง
  • เผยแพร่เมื่อ 11 ธ.ค. 2024

ความคิดเห็น • 21

  • @santhua8
    @santhua8 5 ปีที่แล้ว +8

    Can you provide code repostiory link. Thanks :)

    • @thummaneelima7965
      @thummaneelima7965 3 ปีที่แล้ว

      Hi Santhosh, were you able to create custom journey activity?

  • @Arrax.
    @Arrax. ปีที่แล้ว

    Is it possible to create a view for the custom activity AFTER the journey is published? For example, I want to display details about how the configuration of the custom activity was made

  • @andreasdevjs298
    @andreasdevjs298 4 ปีที่แล้ว +1

    Hey.. i just follow the example STEP BY STEP and is not working.. it says to me this error: This activity must be configured before activation can be successful. PLEASE HELP ME :/

  • @factor3670
    @factor3670 4 ปีที่แล้ว

    Brian did you send info for the repo?

  • @rahulgattani5773
    @rahulgattani5773 3 ปีที่แล้ว

    In inArgument, I want to use directly Data extension. I don't want to create an attribute group for that and use Contact. Attribute.DataExtensionName.FieldName. Can I do that?

  • @chitranshisaxena406
    @chitranshisaxena406 4 ปีที่แล้ว

    Thanks it gives a little bit clear idea about custom activity creation. Thankyou so much :)

  • @tankxie7915
    @tankxie7915 4 ปีที่แล้ว

    This video is very helpful to get started. Thanks a lot !

  • @karthikreddy9886
    @karthikreddy9886 2 ปีที่แล้ว

    How can we get response status code and update in data extension

  • @harshagarwal4430
    @harshagarwal4430 3 ปีที่แล้ว +1

    link to git repo?

  • @mahimabansal3316
    @mahimabansal3316 2 ปีที่แล้ว

    Kindly update the video as per the new features and changes.

  • @edwinjeppe6216
    @edwinjeppe6216 3 ปีที่แล้ว

    How do you pass a header with the REST-1 custom journey builder activity. I need to pass header "Authorization" : "Bearer " via the request. Does anyone know the format in which to add this to the config.json?

    • @harimk1985
      @harimk1985 3 ปีที่แล้ว +1

      When you define execute arguments in config.json you can used "headers" parameter like this
      "headers": "{ \"custom-header\":\"value\" }"

    • @msrivastav13
      @msrivastav13 3 ปีที่แล้ว

      @Edwin Jeppe Can you try using header:"[{\"Authorization\":\"Bearer theToken\"}]" in the execute section under arguments? If that does not work try headers:"[{\"Authorization\":\"Bearer theToken\"}]" . If still does not work contact me at mohith.shrivastava@salesforce.com and we will get it sorted by asking some one from Marketing cloud team!

    • @edwinjeppe6216
      @edwinjeppe6216 3 ปีที่แล้ว

      @@msrivastav13 still not working. I have tried all the below variations. All hit my endpoint but none of my specified headers are picked up at the endpoint:
      "header": "Authorization: Bearer xxxx\
      "
      "headers": "Authorization: Bearer xxxx\
      "
      "header": "Content-Type: text/xml
      "
      "header": "\"Authorization\": \"Bearer xxxx \""
      "headers": "\"Content-Type\": \"text/xml\"",
      "headers": "\"Authorization\": \"Bearer xxxx\"",
      "headers": "{\"Authorization\":\"xxxxx\"}",
      "headers": "[{\"Content-Type\": \"application/json\"}, {\"Authorization\":\"xxx\"}]",
      "headers": "test:test",
      "headers": "{Content-Type: text/xml}",
      "headers": "[{Authorization: Bearer xxxxx}]"

    • @msrivastav13
      @msrivastav13 3 ปีที่แล้ว

      @@edwinjeppe6216 Could you please share the full config.json with me over email i shared earlier? I can also connect you to product teams who can help troubleshoot! Please email us. Thank you

    • @msrivastav13
      @msrivastav13 3 ปีที่แล้ว

      ​@@edwinjeppe6216 ​ I have responded after working with the product team on this answer [salesforce.stackexchange.com/questions/333331/sfmc-journey-builder-custom-activity-headers-format-issue] I hope thats helpful.

  • @prithwirajdutta3827
    @prithwirajdutta3827 4 ปีที่แล้ว

    Awesome 👍