fixthestatusquo/proca

fetch detail by contactRef uuid?

tttp opened this issue · 2 comments

tttp commented

is this possible to fetch the contact details of one supporter for integration with an external tool?

X+

There is no api for it because the supporter is always also attached to action data, but there could be authenticated query to fetch last supporter with a particular contactRef, yes. Very easy to add, and can just call Proca.Suppoter.one(contact_ref: x) which returns supporter or nil

tttp commented

should be on proca-server