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
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 :/
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?
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?
@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!
@@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}]"
@@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
@@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.
Can you provide code repostiory link. Thanks :)
Hi Santhosh, were you able to create custom journey activity?
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
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 :/
Brian did you send info for the repo?
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?
Thanks it gives a little bit clear idea about custom activity creation. Thankyou so much :)
This video is very helpful to get started. Thanks a lot !
How can we get response status code and update in data extension
link to git repo?
Kindly update the video as per the new features and changes.
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?
When you define execute arguments in config.json you can used "headers" parameter like this
"headers": "{ \"custom-header\":\"value\" }"
@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!
@@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}]"
@@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
@@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.
Awesome 👍