Intercom::ResourceNotFound • Events::UpdateIntercomLeadWorker@default
The requested resource does not exist; check your path and try again
I am going to save the contacts like this in rails:
@intercom.contacts.save(lead)
i got he above error
def find_lead(lead_id)
begin
@intercom.contacts.find(id: lead_id)
rescue Intercom::ResourceNotFound
return nil
end
end
second one issue I am also facing this issue
@intercom.contacts.find(id: lead_id)
12:59:09 worker_sidekiq.| *** Intercom::UnexpectedError Exception: The error of type '' is not recognized. It occurred with the message: Your current SDK version is incompatible with version 2.10 of the API and http_code: '400'. Please contact Intercom with these details.