HI, is there a way to send an entire user record as a json to my API when an user is created?
Can I do this via table triggers?
HI, is there a way to send an entire user record as a json to my API when an user is created?
Can I do this via table triggers?
You can send a user:format as text and then create the JSON payload you want there. Its something you will have to manually link up and write out.