I've added a new provider and would like to test it, but I'm encountering difficulties in testing the existing ones. How can I properly test my new provider
i did not add number in to now it's working i was running it on novu not locally but Now, locally, how should I test the API of the new provider I added (MessageBird)? Please help me understand how I can verify that my provider is functioning correctly."
I want to confirm whether its API is functioning or not. like locally this curl curl --location --request POST 'https://3000-novuhq-novu-jxws1kruqmd.ws-us105.gitpod.io/v1/events/trigger' \ --header 'Authorization: ApiKey <REPLACE_WITH_API_KEY>' \ --header 'Content-Type: application/json' \ --data-raw '{ "name": "untitled-ExPwEoOOT", "to": { "subscriberId": "<REPLACE_WITH_DATA>", "phone": "<REPLACE_WITH_DATA>" }, "payload": {} }' is not working
now ?? and I don't have a subscription to MessageBird, so I can't send messages. However, when I used their API previously, I received some responses. Can I still check those responses? If so, could you please guide me through the steps?