Amirali Ashraf
Amirali Ashraf
I have decided to use the table's id instead and I have another issue in front. UUID does not work for me since it returns 0 for id instead of...
@jainpawan21 Hi, do you think this task would be done anytime soon? Thanks.
Is there any update on this?
> The value of subscriberId should be a string @amirali-ashraf Hi, I tried it by all means, and actually I am using string for all parts which is not working....
Of course! ``` ruby require "bundler/inline" gemfile(true) do ruby "3.1.2" gem "novu" end client = Novu::Client.new('YOUR-API-KEY') res = client.create_subscriber({subscriberId: 'ghgh456fthy45633efwf324r', email: '[email protected]'}) puts res res = client.create_subscriber({subscriberId: '2fwef234rwef4teghrt7657h', email: '[email protected]'})...
@Eazybright yeah I tried that one too, but when you use `.to_json` actually ruby changes it to string formatted json, which then needs to be accompanied with `content-type: json`, but...
@Eazybright Hey, thanks for you reply. My only workaround this issue is to post by converting the hash into json and set the header content to json where you post...
raised PR #45
@unicodeveloper Hi, could you please confirm when will be this part available on a new release?
@Cliftonz I think I can pick this up if you are still interested. Thanks