You need to sign in to do that
Don't have an account?
Dan Dodd 3
Add to and use a queue for external http requests
I'm wondering what queue method I should use.
I want to use a trigger to enqueue an external httpRequest:
When a contact is created, if it has a value in a custom field , add to the queue.
The process servicing the queue will post that custom field to an external server and get the additional data associated with that customer field value. Then it will update the contact.
I am open to other ways to accomplish this.
I want to use a trigger to enqueue an external httpRequest:
When a contact is created, if it has a value in a custom field , add to the queue.
The process servicing the queue will post that custom field to an external server and get the additional data associated with that customer field value. Then it will update the contact.
I am open to other ways to accomplish this.
Then scheduled a recurring job to check conditions and make the callout if records found.
Thats the theory anyway, we'll see. Thx