-
Notifications
You must be signed in to change notification settings - Fork 5.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Components] engage #13410
Open
Labels
triaged
For maintainers: This issue has been triaged by a Pipedream employee
Comments
Hello everyone, I have tested this PR and there're some test cases failed or needed improvement. Please check the test report below for more information |
Hi everyone, all test cases are passed! Ready for release! Test report |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
engage
URLs
Actions
add-event
Prompt
Send a specific action or event to Engage. The required prop here is 'event', which should include the details of the action or event to be sent.
update-create-customer
Prompt
This dual-purpose action allows the user to either create a new customer or update an existing one in Engage platform. The required props for this action are 'customer-id' which is the ID of an existing customer and 'customer-data', which includes the information about the new customer or the updates for existing one. If 'customer-id' is not provided, a new customer will be created.
The text was updated successfully, but these errors were encountered: