You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I assumed that the triggerProperties on either CampaignsTriggerSendPostBody or CampaignsTriggerSendPostBodyRecipientsItem where json since the documentation says it is an object https://www.braze.com/docs/api/objects_filters/trigger_properties_object but the field(s) are in the code set as a string.
Actual Behavior
calling the endpoint with a string, any string result in the endpoint responding with :
Bad Request - 'trigger_properties' must be an object
Steps to Reproduce
Create a PostCampaignsTriggerSend with its CampaignsTriggerSendPostBody and setTriggerProperties on either body or CampaignsTriggerSendPostBodyRecipientsItem
Reproducible Demo
n/a do to dev env.
Environment
Version: 1.3.1
Platform:
Browser:
OS:
Keywords
The text was updated successfully, but these errors were encountered:
Expected Behavior
I assumed that the triggerProperties on either CampaignsTriggerSendPostBody or CampaignsTriggerSendPostBodyRecipientsItem where json since the documentation says it is an object https://www.braze.com/docs/api/objects_filters/trigger_properties_object but the field(s) are in the code set as a string.
Actual Behavior
calling the endpoint with a string, any string result in the endpoint responding with :
Bad Request - 'trigger_properties' must be an object
Steps to Reproduce
Create a PostCampaignsTriggerSend with its CampaignsTriggerSendPostBody and setTriggerProperties on either body or CampaignsTriggerSendPostBodyRecipientsItem
Reproducible Demo
n/a do to dev env.
Environment
Keywords
The text was updated successfully, but these errors were encountered: