-
Notifications
You must be signed in to change notification settings - Fork 255
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
First push with CustomEvents Destination Action #2570
Conversation
Atlantis commands can't be run on fork pull requests. To enable, set --allow-fork-prs or, to disable this message, set --silence-fork-pr-errors |
|
Hi @wtnelso thanks for raising this PR! Could you please remove the yarn version upgrade please? |
packages/destination-actions/src/destinations/attentive/index.ts
Outdated
Show resolved
Hide resolved
packages/destination-actions/src/destinations/attentive/customEvents/index.ts
Outdated
Show resolved
Hide resolved
packages/destination-actions/src/destinations/attentive/customEvents/index.ts
Outdated
Show resolved
Hide resolved
packages/destination-actions/src/destinations/attentive/customEvents/index.ts
Show resolved
Hide resolved
packages/destination-actions/src/destinations/attentive/customEvents/index.ts
Outdated
Show resolved
Hide resolved
packages/destination-actions/src/destinations/attentive/customEvents/index.ts
Outdated
Show resolved
Hide resolved
packages/destination-actions/src/destinations/attentive/customEvents/index.ts
Outdated
Show resolved
Hide resolved
packages/destination-actions/src/destinations/attentive/customEvents/index.ts
Outdated
Show resolved
Hide resolved
packages/destination-actions/src/destinations/attentive/customEvents/index.ts
Outdated
Show resolved
Hide resolved
packages/destination-actions/src/destinations/attentive/customEvents/index.ts
Outdated
Show resolved
Hide resolved
label: 'Phone', | ||
description: 'Phone number of the user associated with the action. E.164 format is required. This field is required if either email or an externalIdentifier is not provided.', | ||
type: 'string', | ||
required: false, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please add this default mapping for phone:
default: {
'@if': {
exists: { '@path': '$.properties.phone' },
then: { '@path': '$.properties.phone' },
else: { '@path': '$.context.traits.phone' }
}
}
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
added to the file and committed.
packages/destination-actions/src/destinations/attentive/customEvents/index.ts
Outdated
Show resolved
Hide resolved
packages/destination-actions/src/destinations/attentive/customEvents/index.ts
Outdated
Show resolved
Hide resolved
hi @wtnelso I just went through the code and would like to make some changes to make the UI simpler. Do you mind granting me permission to push changes to your repo please? joe-ayoub-segment is my Github handle. |
hi @wtnelso just following up on this. Are you still interested in having these changes deployed? |
Co-authored-by: Joe Ayoub <[email protected]>
Atlantis commands can't be run on fork pull requests. To enable, set --allow-fork-prs or, to disable this message, set --silence-fork-pr-errors |
|
…Events/index.ts Co-authored-by: Joe Ayoub <[email protected]>
Atlantis commands can't be run on fork pull requests. To enable, set --allow-fork-prs or, to disable this message, set --silence-fork-pr-errors |
|
hi @wtnelso I look forward to catching up. |
Atlantis commands can't be run on fork pull requests. To enable, set --allow-fork-prs or, to disable this message, set --silence-fork-pr-errors |
|
Atlantis commands can't be run on fork pull requests. To enable, set --allow-fork-prs or, to disable this message, set --silence-fork-pr-errors |
|
Hi @joe-ayoub-segment, i added a new unit test. other than that new one, not sure there are others to add. One more question. I used the command |
Hi @wtnelso - which folder did you execute the command from? You should be in the repo root folder. |
@joe-ayoub-segment I've tried at the attentive folder and its sub folder. packages/destination-actions/src/destinations/attentive besides this one command, are there other changes needed for this PR? If we're good on this one, I'll begin the work on the other endpoints we want to add next |
Hi @wtnelso - the new test doesn't work. |
@joe-ayoub-segment great, and thank you. please let me know if anything else is needed for this PR. |
Atlantis commands can't be run on fork pull requests. To enable, set --allow-fork-prs or, to disable this message, set --silence-fork-pr-errors |
|
Hi @wtnelso I've prepared this PR for deploy. |
Atlantis commands can't be run on fork pull requests. To enable, set --allow-fork-prs or, to disable this message, set --silence-fork-pr-errors |
|
We're in a deploy freeze so next deploy scheduled for 3-Dec |
hi @wtnelso this PR has been deployed. I'll email you next steps. |
A summary of your pull request, including the what change you're making and why.
Testing
Include any additional information about the testing you have completed to
ensure your changes behave as expected. For a speedy review, please check
any of the tasks you completed below during your testing.