-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] cannot deploy Import file Activity with destination SMS #745
Comments
Relevant Log extract: 16:22:13.018 debug: - importFile ContactSMS_PPD-GL4: Import Destination Type SMS not fully supported. Deploy might fail.
16:22:13.177 debug: undefined
16:22:13.177 debug: {"documentation":"https://developer.salesforce.com/docs/atlas.en-us.mc-apis.meta/mc-apis/error-handling.htm","errorcode":0,"message":"Internal Server Error"}
16:22:13.177 error: ☇ error creating importFile ContactSMS_PPD-GL4 / ContactSMS_PPD-GL4:
16:22:13.178 debug: Util.signalFataError() sets process.exitCode = 1
16:22:13.178 error: • Internal Server Error
16:22:13.178 debug: Util.signalFataError() sets process.exitCode = 1
16:22:13.179 info: importFile upsert: 0 of 1 created / 0 of 0 updated |
the api does not return a value for the target in these cases. it should say "all contacts sms" or sth similar but it doesnt :/ |
for UPSERT there seem to be multiple endpoints, all using POST:
|
figured i'd test this despite discovery not mentioning it: the above 4 upsert endpoints do NOT work with GET |
the remaining issue seems to be that we don't have a way to resolve the subscriptionDefintionId - which seems to identify the code/keyword combo that's otherwise missing in the response from |
Is there an existing issue for this?
Current Behavior
When deploying import activity error appears: Internal Server Error.
Import is from Data Extension to All Subscribers list
2023-02-15T15.22.02.406Z.log
ContactSMS_PPD-GL4.importFile-meta.txt
Expected Behavior
Import is successfully deployed.
Steps To Reproduce
Version
4.3.3
Environment
Participation
Additional comments
No response
The text was updated successfully, but these errors were encountered: