Skip to content

Calling broadcast endpoint returns 500 internal server errors #184

Locked Answered by unamashana
djhvscf asked this question in Questions
Discussion options

You must be logged in to vote

Apologies for the delay - I am unable to reproduce it, even with the payload you have provided (with test keys for our project). I believe you may have received those test notifications. Are you able to try with this curl?

curl --location 'https://api.magicbell.com/broadcasts' \
--header 'Content-Type: application/json' \
  --header 'X-MAGICBELL-API-SECRET: {{secret}}' \
  --header 'X-MAGICBELL-API-KEY: {{key}}' \
--data-raw '{
	  "broadcast": {
	    "title": "title",
	    "content": "notif",
	    "action_url": "/#list",
	    "category": "chat",
	    "topic": "chat",
	    "recipients": [
	      {
	        "email": "DJHV92@HOTMAIL.COM",
	        "external_id": "u002BSwWwAN1ZRwSV84nAe89FsVQ…

Replies: 1 comment 5 replies

Comment options

You must be logged in to vote
5 replies
@djhvscf
Comment options

@djhvscf
Comment options

@unamashana
Comment options

Answer selected by djhvscf
@djhvscf
Comment options

@unamashana
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Questions
Labels
None yet
2 participants